aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Unix/Process.inc
AgeCommit message (Expand)Author
2010-11-29Merge System into Support.Michael J. Spencer
2009-12-23move a few more symbols to .rodataNuno Lopes
2009-11-02Fix malloc.h is deprecated warning on DragonFly BSD.Edward O'Callaghan
2009-10-12Haiku porting patches, Credit to Paul Davey.Edward O'Callaghan
2009-09-11Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman
2009-09-06Tweak code into an equivalent form for which iccDuncan Sands
2009-08-19Get rid of a helgrind warning. If this is _actually_ a performance problem,Owen Anderson
2009-06-04Add support for outputting ANSI colors to raw_fd_ostream.Torok Edwin
2009-05-23Work around a page size issue on Cygwin.Jay Foad
2009-05-18termios.h contains the winsize structure we need to determine theDouglas Gregor
2009-05-11Add terminal width detection to llvm::sys::Process. This is needed toDouglas Gregor
2008-04-12Restore code to disable crash catcher on older OS X systemsNate Begeman
2008-03-31Actually disable crash reporting on Mac OS X, returning bugpoint to speedyNate Begeman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2006-09-14Use new config.h macroChris Lattner
2006-09-14On Mac OS/X, make Process::PreventCoreFiles disable crash reporter forChris Lattner
2006-05-14This function is not documented as throwing an exception and callers don'tChris Lattner
2006-05-12Fix accidentally committed patch.Chris Lattner
2006-05-12Fix iterator invalidation bug, identified by Coverity.Chris Lattner
2005-11-14instead of using mstats, use malloc_zone_statistics which returns numbersChris Lattner
2005-11-14Teach -track-memory to work on darwin. Looking at sbrk doesn't work becauseChris Lattner
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-04-21Provide an implementation of the GetCurrentUserId and GetCurrentGroupIdReid 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