aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Unix
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bugpointChris Lattner2005-01-161-2/+1
* Make asctime_r work for HP/UX.Reid Spencer2005-01-141-0/+4
* Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer2005-01-097-1568/+0
* Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen2005-01-082-4/+4
* Add functions for determining if the stdin/out/err is connected to aReid Spencer2005-01-012-0/+48
* Fix a compilation error for the case where mallinfo() is not available.Reid Spencer2004-12-312-2/+2
* For PR351:Reid Spencer2004-12-271-4/+58
* For PR351:Reid Spencer2004-12-272-8/+0
* For PR351:Reid Spencer2004-12-272-0/+24
* For PR351:Reid Spencer2004-12-272-2/+50
* For PR351:Reid Spencer2004-12-272-0/+100
* For PR351:Reid Spencer2004-12-276-12/+40
* For PR351:Reid Spencer2004-12-271-33/+0
* For PR351:Reid Spencer2004-12-242-0/+178
* Remove these files as they are not being included any more. DynamicLibraryReid Spencer2004-12-241-56/+0
* Put the CopyFile function explicitly in the sys namespace.Reid Spencer2004-12-212-2/+2
* Implement GetTimeUsage correctly.Reid Spencer2004-12-202-8/+16
* Provide a getrusage based implementation of GetTotalMemoryUsage and useReid Spencer2004-12-202-0/+8
* Consistently use the same #if style. Also, fix a bug testing for sbrk(3)Reid Spencer2004-12-202-8/+8
* For PR351:Reid Spencer2004-12-202-12/+156
* * Use "" for LLVM include files, not <>Misha Brukman2004-12-202-10/+6
* Use <> for system #include filesMisha Brukman2004-12-191-1/+1
* Make references to 'struct sigaction' compile under Solaris.Brian Gaeke2004-12-192-0/+2
* For PR351:Reid Spencer2004-12-192-44/+198