aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Unix
AgeCommit message (Expand)Author
2005-07-08Ensure that functions like isDirectory don't fail if the file doesn'tReid Spencer
2005-07-08Two changes:Reid Spencer
2005-07-08Stamp out tabsJeff Cohen
2005-07-08Fix eraseSuffix()Jeff Cohen
2005-07-08Final Changes For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-06-02Put in a hack for Cygwin that prevents mkdtemp from being used sinceReid Spencer
2005-05-16comment the hpux bitDuraid Madina
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-04-22Silence gcc-4.0.0 warnings.Alkis Evlogimenos
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-21Provide an implementation of the GetCurrentUserId and GetCurrentGroupIdReid Spencer
2005-04-21For Bug 543:Reid Spencer
2005-04-21For Bug 543:Reid Spencer
2005-04-20Add FIXME by Markus Oberhumer from bug 545: not checking for "." in $PATH mayMisha Brukman
2005-04-20Do not mark directories as `executable', we only want program filesMisha Brukman
2005-04-20Ignore dangling symlinks in getDirectoryContents()Misha Brukman
2005-03-02Be slightly more accurate in an error message.Reid Spencer
2005-02-14Fix a bug in my previous change to this, which broke the build on sparcs.Chris Lattner
2005-02-13If errno is zero strerror_r does not modify the buffer, leaving it unterminated.Chris Lattner
2005-01-16Fix bugpointChris Lattner
2005-01-14Make asctime_r work for HP/UX.Reid Spencer
2005-01-09Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer
2005-01-08Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen
2005-01-01Add functions for determining if the stdin/out/err is connected to aReid Spencer
2004-12-31Fix a compilation error for the case where mallinfo() is not available.Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-24For PR351:Reid Spencer
2004-12-24Remove these files as they are not being included any more. DynamicLibraryReid Spencer
2004-12-21Put the CopyFile function explicitly in the sys namespace.Reid Spencer
2004-12-20Implement GetTimeUsage correctly.Reid Spencer
2004-12-20Provide a getrusage based implementation of GetTotalMemoryUsage and useReid Spencer
2004-12-20Consistently use the same #if style. Also, fix a bug testing for sbrk(3)Reid Spencer
2004-12-20For PR351:Reid Spencer
2004-12-20* Use "" for LLVM include files, not <>Misha Brukman
2004-12-19Use <> for system #include filesMisha Brukman
2004-12-19Make references to 'struct sigaction' compile under Solaris.Brian Gaeke
2004-12-19For PR351:Reid Spencer
2004-12-19For PR351:Reid Spencer
2004-12-15Change the signatures of the destroyFile and destroyDirectory methods toReid Spencer
2004-12-15Remove automatic insertion of CFE's lib directory into the bytecode pathReid Spencer
2004-12-15Fix a file overwrite bug in llvm-ar introduced by changes toReid Spencer
2004-12-15For PR351:Reid Spencer