aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Unix
Commit message (Expand)AuthorAgeFilesLines
* Solaris 2.x does not have RLIMIT_RSS, check for this symbol (analog NetBSD be...Gabor Greif2007-07-061-1/+1
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-1/+1
* Fix LLVM build on NetBSD. Patch by Neil Booth.Devang Patel2007-06-041-0/+2
* Fix a bug where the bcreader could crash on .bc files that were an exactChris Lattner2007-05-111-0/+1
* pull some win32 code into common code, add bitcode identification support.Chris Lattner2007-05-061-31/+0
* Cygwin doesn't have the RSS_LIMIT for get/setrlimit.Reid Spencer2007-04-231-0/+2
* For PR1291:Reid Spencer2007-04-072-47/+54
* Use the stat information in the Path object, if it is already obtained. ThisReid Spencer2007-03-291-4/+3
* For PR789:Reid Spencer2007-03-292-34/+39
* Add a uniqueID field to the FileStatus structure for Paths. This will mapReid Spencer2007-03-291-0/+1
* For PR789:Reid Spencer2007-03-291-12/+22
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-161-0/+30
* Eliminate "control reaches end of non-void function" warnings.Reid Spencer2006-12-051-0/+3
* Use new config.h macroChris Lattner2006-09-141-2/+2
* On Mac OS/X, make Process::PreventCoreFiles disable crash reporter forChris Lattner2006-09-141-7/+29
* For PR797:Reid Spencer2006-08-253-9/+16
* For PR797:Reid Spencer2006-08-233-109/+63
* For PR797:Reid Spencer2006-08-232-36/+24
* For PR797:Reid Spencer2006-08-231-5/+8
* For PR797:Reid Spencer2006-08-231-15/+22
* For PR797:Reid Spencer2006-08-221-9/+18
* Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer2006-08-221-23/+30
* Don't throw needlessly. Failure of gettimeofday is *very* unlinkely soReid Spencer2006-08-221-2/+7
* For PR797:Reid Spencer2006-08-221-10/+15
* For PR797:Reid Spencer2006-08-221-8/+13
* Make an error message a little more intelligible.Reid Spencer2006-08-221-1/+1
* For PR797:Reid Spencer2006-08-212-23/+67
* For PR797:Reid Spencer2006-08-211-1/+1
* Remove extraneous #include.Reid Spencer2006-08-071-1/+0
* Make the removal of files use Path::eraseFromDisk just like it does forReid Spencer2006-08-071-4/+5
* Add a note about how the "isFile" check in Path::eraseFromDisk preventsReid Spencer2006-08-071-0/+5
* Remove some now-dead methods. Use getFileStatus instead.Chris Lattner2006-08-011-34/+0
* Use getFileStatus instead of Path::isDirectory().Chris Lattner2006-08-011-7/+6
* elimiante some syscallsChris Lattner2006-08-011-15/+12
* Modify setStatusInfoOnDisk to not throw an exception.Chris Lattner2006-07-281-4/+4
* Modify Path::eraseFromDisk to not throw an exception.Chris Lattner2006-07-281-24/+29
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-281-15/+15
* simple optimization: don't bother calling "exists" (which calls the syscallChris Lattner2006-07-181-3/+0
* Remove a dead conditional: info_ can only be allocated if FD is good. ImproveChris Lattner2006-07-181-5/+4
* The only entry in the stat buf this code cares about is the size. Keep justChris Lattner2006-07-181-14/+14
* Reduce code in the error path by only allocating info_ if everything looksChris Lattner2006-07-181-10/+8
* Unindent some codeChris Lattner2006-07-181-25/+24
* Turn an if into an else if.Chris Lattner2006-07-121-2/+2
* no need to do a stat then an lstat. lstat will tell us if normal files don't...Chris Lattner2006-07-071-7/+4
* Change AllocateRWX/DeallocateRWX to not throw an exception.Chris Lattner2006-07-072-31/+61
* Only print the stack trace if it was requested. Previously, any call intoReid Spencer2006-06-161-1/+5
* Don't pull in environ, not always safe. Global variables are bad anyway.Evan Cheng2006-06-091-8/+4
* For PR787:Reid Spencer2006-06-071-0/+8
* This function is not documented as throwing an exception and callers don'tChris Lattner2006-05-141-3/+1
* Fix accidentally committed patch.Chris Lattner2006-05-121-1/+1