summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Unix/Program.inc
Commit message (Expand)AuthorAgeFilesLines
* Trailing whitespace.Mikhail Glushenkov2009-07-171-15/+15
* Add an ExecuteNoWait interface to support asynchronous process spawning.David Greene2009-07-081-0/+72
* Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get:Daniel Dunbar2009-04-201-1/+1
* Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logicMatthijs Kooijman2008-06-121-4/+11
* Make I/O redirection handling in sys::Program a bit more consistent. NoMatthijs Kooijman2008-06-121-21/+13
* Unbreak build.Bill Wendling2008-05-291-3/+3
* Remove more iostream header includes. Needed to implement a "FlushStream"Bill Wendling2008-05-291-3/+3
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-1/+1
* Set error message.Devang Patel2008-02-041-2/+4
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Remove spurious consts. This fixes warnings with compilers thatDan Gohman2007-09-141-2/+2
* Solaris 2.x does not have RLIMIT_RSS, check for this symbol (analog NetBSD be...Gabor Greif2007-07-061-1/+1
* Fix LLVM build on NetBSD. Patch by Neil Booth.Devang Patel2007-06-041-0/+2
* Cygwin doesn't have the RSS_LIMIT for get/setrlimit.Reid Spencer2007-04-231-0/+2
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-161-0/+30
* For PR797:Reid Spencer2006-08-221-8/+13
* For PR797:Reid Spencer2006-08-211-23/+36
* For PR797:Reid Spencer2006-08-211-1/+1
* Turn an if into an else if.Chris Lattner2006-07-121-2/+2
* Don't pull in environ, not always safe. Global variables are bad anyway.Evan Cheng2006-06-091-8/+4
* For PR787:Reid Spencer2006-06-071-0/+8
* For PR351:Reid Spencer2005-12-221-7/+12
* For PR495:Reid Spencer2005-07-071-3/+3
* For PR495:Reid Spencer2005-07-071-3/+3
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* Add FIXME by Markus Oberhumer from bug 545: not checking for "." in $PATH mayMisha Brukman2005-04-201-0/+2
* Fix bugpointChris Lattner2005-01-161-2/+1
* Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer2005-01-091-0/+225
OpenPOWER on IntegriCloud