aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Unix
Commit message (Expand)AuthorAgeFilesLines
* 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
* Two changes:Reid Spencer2005-07-081-7/+11
* Stamp out tabsJeff Cohen2005-07-081-1/+1
* Fix eraseSuffix()Jeff Cohen2005-07-081-10/+6
* Final Changes For PR495:Reid Spencer2005-07-082-10/+19
* For PR495:Reid Spencer2005-07-073-134/+83
* For PR495:Reid Spencer2005-07-072-9/+9
* Put in a hack for Cygwin that prevents mkdtemp from being used sinceReid Spencer2005-06-021-0/+5
* comment the hpux bitDuraid Madina2005-05-161-0/+1
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-058-8/+0
* Silence gcc-4.0.0 warnings.Alkis Evlogimenos2005-04-221-4/+4
* Remove trailing whitespaceMisha Brukman2005-04-212-9/+9
* Provide an implementation of the GetCurrentUserId and GetCurrentGroupIdReid Spencer2005-04-211-0/+10
* For Bug 543:Reid Spencer2005-04-211-24/+24
* For Bug 543:Reid Spencer2005-04-211-6/+8
* Add FIXME by Markus Oberhumer from bug 545: not checking for "." in $PATH mayMisha Brukman2005-04-201-0/+2
* Do not mark directories as `executable', we only want program filesMisha Brukman2005-04-201-0/+4
* Ignore dangling symlinks in getDirectoryContents()Misha Brukman2005-04-201-3/+8
* Be slightly more accurate in an error message.Reid Spencer2005-03-021-1/+1
* Fix a bug in my previous change to this, which broke the build on sparcs.Chris Lattner2005-02-141-1/+1
* If errno is zero strerror_r does not modify the buffer, leaving it unterminated.Chris Lattner2005-02-132-2/+6