aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Unix
AgeCommit message (Expand)Author
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
2004-12-14For PR351:Reid Spencer
2004-12-13For PR351:Reid Spencer
2004-12-13Remove an always false clause from an if statement.Reid Spencer
2004-12-13Fix a bug where directory names of length one or less where not setAlkis Evlogimenos
2004-12-13* Add a std::ostream inserter for sys::PathReid Spencer
2004-12-13For PR351: \Reid Spencer
2004-12-13Make the size() method constReid Spencer
2004-12-11Path::get -> Path::toStringReid Spencer
2004-12-08Make this work with the ICC compiler, contributed by Bjørn WennbergChris Lattner
2004-12-02Fix seriously broken implementation of GetMagicNumber.Reid Spencer
2004-11-29Implement the default constructor which causes the current program to beReid Spencer
2004-11-18Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer
2004-11-16* Use low-level unix I/O interface since we're on Unix.Reid Spencer
2004-11-16Per code review:Reid Spencer
2004-11-16Per code review:Reid Spencer
2004-11-15Make it actually compile on Solaris.Reid Spencer
2004-11-15Consolidate the implementation of TimeValue::now() for Unix to use theReid Spencer
2004-11-14Implement functionality suggested from code review: getStatusInfo shouldReid Spencer