summaryrefslogtreecommitdiff
path: root/lib/System/Unix
Commit message (Expand)AuthorAge
* This function is not documented as throwing an exception and callers don'tChris Lattner2006-05-14
* Fix accidentally committed patch.Chris Lattner2006-05-12
* Fix iterator invalidation bug, identified by Coverity.Chris Lattner2006-05-12
* For PR351:Reid Spencer2005-12-22
* Implement a generic polled Alarm function. This merely removes the systemReid Spencer2005-12-22
* instead of using mstats, use malloc_zone_statistics which returns numbersChris Lattner2005-11-14
* Teach -track-memory to work on darwin. Looking at sbrk doesn't work becauseChris Lattner2005-11-14
* Implement sys::SetInterruptFunction on Unix, stub it on win32 so that theChris Lattner2005-08-02
* support near allocations for the JITAndrew Lenharth2005-07-29
* Fix a problem in getDirectoryContents where sub-directory names wereReid Spencer2005-07-28
* For PR540:Reid Spencer2005-07-12
* 1. Fix bug in getBaseName where it mishandles suffixesJeff Cohen2005-07-09
* Ensure that functions like isDirectory don't fail if the file doesn'tReid Spencer2005-07-08
* Two changes:Reid Spencer2005-07-08
* Stamp out tabsJeff Cohen2005-07-08
* Fix eraseSuffix()Jeff Cohen2005-07-08
* Final Changes For PR495:Reid Spencer2005-07-08
* For PR495:Reid Spencer2005-07-07
* For PR495:Reid Spencer2005-07-07
* Put in a hack for Cygwin that prevents mkdtemp from being used sinceReid Spencer2005-06-02
* comment the hpux bitDuraid Madina2005-05-16
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-05
* Silence gcc-4.0.0 warnings.Alkis Evlogimenos2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* Provide an implementation of the GetCurrentUserId and GetCurrentGroupIdReid Spencer2005-04-21
* For Bug 543:Reid Spencer2005-04-21
* For Bug 543:Reid Spencer2005-04-21
* Add FIXME by Markus Oberhumer from bug 545: not checking for "." in $PATH mayMisha Brukman2005-04-20
* Do not mark directories as `executable', we only want program filesMisha Brukman2005-04-20
* Ignore dangling symlinks in getDirectoryContents()Misha Brukman2005-04-20
* Be slightly more accurate in an error message.Reid Spencer2005-03-02
* Fix a bug in my previous change to this, which broke the build on sparcs.Chris Lattner2005-02-14
* If errno is zero strerror_r does not modify the buffer, leaving it unterminated.Chris Lattner2005-02-13
* Fix bugpointChris Lattner2005-01-16
* Make asctime_r work for HP/UX.Reid Spencer2005-01-14
* Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer2005-01-09
* Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen2005-01-08
* Add functions for determining if the stdin/out/err is connected to aReid Spencer2005-01-01
* Fix a compilation error for the case where mallinfo() is not available.Reid Spencer2004-12-31
* For PR351:Reid Spencer2004-12-27
* For PR351:Reid Spencer2004-12-27
* For PR351:Reid Spencer2004-12-27
* For PR351:Reid Spencer2004-12-27
* For PR351:Reid Spencer2004-12-27
* For PR351:Reid Spencer2004-12-27
* For PR351:Reid Spencer2004-12-27
* For PR351:Reid Spencer2004-12-24
* Remove these files as they are not being included any more. DynamicLibraryReid Spencer2004-12-24
* Put the CopyFile function explicitly in the sys namespace.Reid Spencer2004-12-21
* Implement GetTimeUsage correctly.Reid Spencer2004-12-20