summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Unix/Program.inc
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wcast-qual warnings.Dan Gohman2010-04-191-6/+10
* avoid temporary std::string in non posix_spawn path.Chris Lattner2010-04-181-4/+4
* Eliminate temporary string.Benjamin Kramer2010-04-181-4/+4
* Properly inherit the environment on darwin where environ is not available for...Benjamin Kramer2010-04-181-1/+6
* This is horrible. Split the difference, and declare 'environ' on all non-DarwinNick Lewycky2010-04-181-0/+7
* Revert r101701, Darwin doesn't have 'environ'. Go figure.Nick Lewycky2010-04-181-3/+0
* Fix linux build. posix_spawn doesn't inherit the environment by default.Nick Lewycky2010-04-181-1/+4
* make Program::Execute use posix_spawn on systems that support it,Chris Lattner2010-04-181-9/+64
* improve haiku portability, patch by Paul Davey.Chris Lattner2010-04-101-0/+2
* don't forget to close a FD on an error condition, found byChris Lattner2010-03-141-1/+2
* improve support for minix, PR6280, patch byChris Lattner2010-02-121-1/+1
* Add llvm::Program::ChangeStderrToBinary().Douglas Gregor2010-01-281-0/+5
* Revert commit 81144, and add a comment. It caused bugpoint timeoutsDuncan Sands2009-11-081-3/+9
* Use 'waitpid' instead of 'wait'. Basing Program::Wait() on 'wait()' prevents...Ted Kremenek2009-10-221-1/+1
* Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaksDaniel Dunbar2009-09-221-5/+18
* Get rid of GetProcessId in Win32/Program.inc.Mikhail Glushenkov2009-09-151-18/+5
* Check that the 'kill' call succeeded.Mikhail Glushenkov2009-09-091-1/+7
* This should unbreak the build on 64-bit Linux.Mikhail Glushenkov2009-09-081-3/+6
* Const-correctness.Mikhail Glushenkov2009-09-081-1/+1
* Get rid of the Pid_ member in the Program class.Mikhail Glushenkov2009-09-081-6/+11
* Add a Kill() function to the Program class.Mikhail Glushenkov2009-09-081-0/+10
* Using a signal handler that does nothing should beDuncan Sands2009-09-071-6/+2
* Remove some not-really-used variables, as warnedDuncan Sands2009-09-061-3/+0
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-2/+2
* Update a comment to reflect the current code.Dan Gohman2009-08-051-1/+2
* Remove needless uses of std::flush in the parent process after aDan Gohman2009-08-051-7/+0
* Use _exit rather than exit in the child process after a failed exec.Dan Gohman2009-08-051-3/+7
* Follow Unix behavior and return 127 if the command is not found,Dan Gohman2009-08-041-1/+1
* When exec() fails, return 127 instead of errno; the parent process has no way toDaniel Dunbar2009-08-041-3/+3
* Fix a race condition in getting the process exit code on Win32.Daniel Dunbar2009-08-031-0/+4
* On "Unix", if Program::FindProgramByName is given a name containingDan Gohman2009-07-281-1/+1
* Fix a fixme; don't take binaries from the working directory.Benjamin Kramer2009-07-281-3/+3
* Remove duplication in Program::Execute{And,No}Wait.Mikhail Glushenkov2009-07-181-87/+29
* 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
OpenPOWER on IntegriCloud