summaryrefslogtreecommitdiffstats
path: root/lib/System/Unix/Process.inc
Commit message (Expand)AuthorAgeFilesLines
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-111-13/+7
* Tweak code into an equivalent form for which iccDuncan Sands2009-09-061-3/+6
* Get rid of a helgrind warning. If this is _actually_ a performance problem,Owen Anderson2009-08-191-3/+3
* Add support for outputting ANSI colors to raw_fd_ostream.Torok Edwin2009-06-041-0/+59
* Work around a page size issue on Cygwin.Jay Foad2009-05-231-1/+6
* termios.h contains the winsize structure we need to determine theDouglas Gregor2009-05-181-1/+4
* Add terminal width detection to llvm::sys::Process. This is needed toDouglas Gregor2009-05-111-0/+37
* Restore code to disable crash catcher on older OS X systemsNate Begeman2008-04-121-1/+25
* 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