aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Unix/Process.cpp
AgeCommit message (Expand)Author
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-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-09-11Provide a generic unix implementation of the Process abstraction.Reid Spencer