summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Unix
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix iterator invalidation bug, identified by Coverity.Chris Lattner2006-05-121-1/+1
* For PR351:Reid Spencer2005-12-221-7/+12
* Implement a generic polled Alarm function. This merely removes the systemReid Spencer2005-12-221-0/+68
* instead of using mstats, use malloc_zone_statistics which returns numbersChris Lattner2005-11-141-4/+8
* Teach -track-memory to work on darwin. Looking at sbrk doesn't work becauseChris Lattner2005-11-141-10/+12
* Implement sys::SetInterruptFunction on Unix, stub it on win32 so that theChris Lattner2005-08-021-2/+18
* support near allocations for the JITAndrew Lenharth2005-07-291-3/+9
* Fix a problem in getDirectoryContents where sub-directory names wereReid Spencer2005-07-281-6/+14
* For PR540:Reid Spencer2005-07-121-0/+46
* 1. Fix bug in getBaseName where it mishandles suffixesJeff Cohen2005-07-091-2/+6
* Ensure that functions like isDirectory don't fail if the file doesn'tReid Spencer2005-07-081-1/+13
OpenPOWER on IntegriCloud