aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Unix/Process.inc
Commit message (Expand)AuthorAgeFilesLines
* Actually disable crash reporting on Mac OS X, returning bugpoint to speedyNate Begeman2008-03-311-23/+6
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Use new config.h macroChris Lattner2006-09-141-2/+2
* On Mac OS/X, make Process::PreventCoreFiles disable crash reporter forChris Lattner2006-09-141-7/+29
* This function is not documented as throwing an exception and callers don'tChris Lattner2006-05-141-3/+1
* Fix accidentally committed patch.Chris Lattner2006-05-121-1/+1
* Fix iterator invalidation bug, identified by Coverity.Chris Lattner2006-05-121-1/+1
* instead of using mstats, use malloc_zone_statistics which returns numbersChris Lattner2005-11-141-4/+8
* Teach -track-memory to work on darwin. Looking at sbrk doesn't work becauseChris Lattner2005-11-141-10/+12
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* Provide an implementation of the GetCurrentUserId and GetCurrentGroupIdReid Spencer2005-04-211-0/+10
* 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