summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Unix/Process.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer2005-01-091-150/+0
* Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen2005-01-081-2/+2
* Add functions for determining if the stdin/out/err is connected to aReid Spencer2005-01-011-0/+24
* Fix a compilation error for the case where mallinfo() is not available.Reid Spencer2004-12-311-1/+1
* For PR351:Reid Spencer2004-12-271-0/+12
* Implement GetTimeUsage correctly.Reid Spencer2004-12-201-4/+8
* Provide a getrusage based implementation of GetTotalMemoryUsage and useReid Spencer2004-12-201-0/+4
* Consistently use the same #if style. Also, fix a bug testing for sbrk(3)Reid Spencer2004-12-201-4/+4
* For PR351:Reid Spencer2004-12-201-6/+78
* Provide a generic unix implementation of the Process abstraction.Reid Spencer2004-09-111-0/+34
OpenPOWER on IntegriCloud