aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Unix/Program.inc
AgeCommit message (Expand)Author
2009-11-08Revert commit 81144, and add a comment. It caused bugpoint timeoutsDuncan Sands
2009-10-22Use 'waitpid' instead of 'wait'. Basing Program::Wait() on 'wait()' prevents...Ted Kremenek
2009-09-22Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaksDaniel Dunbar
2009-09-15Get rid of GetProcessId in Win32/Program.inc.Mikhail Glushenkov
2009-09-09Check that the 'kill' call succeeded.Mikhail Glushenkov
2009-09-08This should unbreak the build on 64-bit Linux.Mikhail Glushenkov
2009-09-08Const-correctness.Mikhail Glushenkov
2009-09-08Get rid of the Pid_ member in the Program class.Mikhail Glushenkov
2009-09-08Add a Kill() function to the Program class.Mikhail Glushenkov
2009-09-07Using a signal handler that does nothing should beDuncan Sands
2009-09-06Remove some not-really-used variables, as warnedDuncan Sands
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
2009-08-05Update a comment to reflect the current code.Dan Gohman
2009-08-05Remove needless uses of std::flush in the parent process after aDan Gohman
2009-08-05Use _exit rather than exit in the child process after a failed exec.Dan Gohman
2009-08-04Follow Unix behavior and return 127 if the command is not found,Dan Gohman
2009-08-04When exec() fails, return 127 instead of errno; the parent process has no way toDaniel Dunbar
2009-08-03Fix a race condition in getting the process exit code on Win32.Daniel Dunbar
2009-07-28On "Unix", if Program::FindProgramByName is given a name containingDan Gohman
2009-07-28Fix a fixme; don't take binaries from the working directory.Benjamin Kramer
2009-07-18Remove duplication in Program::Execute{And,No}Wait.Mikhail Glushenkov
2009-07-17Trailing whitespace.Mikhail Glushenkov
2009-07-08Add an ExecuteNoWait interface to support asynchronous process spawning.David Greene
2009-04-20Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get:Daniel Dunbar
2008-06-12Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logicMatthijs Kooijman
2008-06-12Make I/O redirection handling in sys::Program a bit more consistent. NoMatthijs Kooijman
2008-05-29Unbreak build.Bill Wendling
2008-05-29Remove more iostream header includes. Needed to implement a "FlushStream"Bill Wendling
2008-05-05Fix more -Wshorten-64-to-32 warnings.Evan Cheng
2008-02-04Set error message.Devang Patel
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-09-14Remove spurious consts. This fixes warnings with compilers thatDan Gohman
2007-07-06Solaris 2.x does not have RLIMIT_RSS, check for this symbol (analog NetBSD be...Gabor Greif
2007-06-04Fix LLVM build on NetBSD. Patch by Neil Booth.Devang Patel
2007-04-23Cygwin doesn't have the RSS_LIMIT for get/setrlimit.Reid Spencer
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov
2006-08-22For PR797:Reid Spencer
2006-08-21For PR797:Reid Spencer
2006-08-21For PR797:Reid Spencer
2006-07-12Turn an if into an else if.Chris Lattner
2006-06-09Don't pull in environ, not always safe. Global variables are bad anyway.Evan Cheng
2006-06-07For PR787:Reid Spencer
2005-12-22For PR351:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-04-20Add FIXME by Markus Oberhumer from bug 545: not checking for "." in $PATH mayMisha Brukman
2005-01-16Fix bugpointChris Lattner
2004-12-27For PR351:Reid Spencer
2004-12-19Make references to 'struct sigaction' compile under Solaris.Brian Gaeke