summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/ProcessUNIX.c
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fixed polling capability of WaitForData.Brad King2005-06-171-18/+28
* ENH: Removing previous debug code.Brad King2005-05-161-9/+0
* ENH: Adding debugging code for freebsd.Brad King2005-05-131-0/+9
* BUG: struct timeval uses unsigned types on at least one platform (QNX). Alot...Brad King2005-05-101-8/+23
* COMP: Added initializer to avoid warning. It is not really needed, though.Brad King2005-05-051-1/+1
* BUG: Do not close stdout/stderr pipes in parent if they are shared.Brad King2005-04-211-2/+8
* BUG: When killing a child all the pipe read ends should be closed. This will...Brad King2005-04-191-2/+7
* COMP: Adding work-around for CMake dependency scanning limitation. Any confi...Brad King2005-04-131-0/+6
* ENH: Do kwsys testing as part of cmake testing, command line arguments are no...Andy Cedilnik2005-04-131-1/+0
* COMP: Remove warnings about shadow variablesAndy Cedilnik2005-02-271-19/+19
* ERR: Fixed missing return warning. Code was not reachable anyway.Brad King2004-07-091-0/+1
* BUG: Do not disown if process has already been killed or the timeout expired....Brad King2004-07-071-1/+6
* ENH: Added kwsysProcess_Disown an kwsysProcess_Option_Detach to allow detache...Brad King2004-07-071-19/+143
* ERR: Using KWSYSPE_PIPE_BUFFER_SIZE in place of separate bufferSize constant ...Brad King2004-07-071-3/+2
* no c++ comments in cBill Hoffman2004-07-041-1/+1
* fix for hp buildBill Hoffman2004-07-031-1/+1
* BUG#392: Implementation of process tree killing for systems with /proc filesy...Brad King2004-07-021-2/+74
* ERR: SIGSEGV == SIGBUS on BeOS.Brad King2004-03-121-0/+2
* ERR: Fixed function prototypes with zero arguments to be C-style.Brad King2004-01-221-5/+5
* BUG: If working directory does not exists, exitAndy Cedilnik2004-01-221-0/+1
* BUG: Fix valgrind error. If working directory is not set do not do chdirAndy Cedilnik2004-01-211-9/+10
* ENH: Added GetExceptionString method to provide an error description when Get...Brad King2003-12-301-21/+148
* ENH: Added SetPipeShared method to allow stdout and stderr pipes to be shared...Brad King2003-12-161-9/+86
* ENH: Updated copyright.Brad King2003-12-151-12/+9
* ERR: Added include of sys/stat.h for open functions mode bits.Brad King2003-12-131-0/+1
* ENH: Added SetPipeFile method to allow the process pipeline stdin, stdout, an...Brad King2003-12-131-22/+185
* ENH: Code is now robust to New method returning NULL.Brad King2003-12-131-9/+38
* ENH: Cleaned up pipe numbering.Brad King2003-12-071-4/+10
* ENH: Removed pipe selection argument from WaitForData method in kwsysProcess....Brad King2003-12-051-5/+5
* ERR: Added missing static storage class specifier for kwsysProcessCreate.Brad King2003-12-041-2/+2
* ERR: Some platforms define stdin, stdout, and stderr as macros. Renaming the...Brad King2003-12-031-34/+34
* ENH: Merged changes from KWSys-MultiProcess-bp to KWSys-MultiProcess-b2t-1-mp...Brad King2003-12-031-128/+415
* STYLE: Removed trailing whitespace.Brad King2003-11-281-70/+70
* ENH: Treating SIGBUS as a fault by default.Brad King2003-08-131-0/+3
* ENH: Added SetOption/GetOption methods for platform-specific options.Brad King2003-08-051-0/+16
* BUG: Can't close stdin.Brad King2003-08-051-2/+4
* BUG: Added missing zero-initialization of struct sigaction.Brad King2003-08-051-0/+2
* BUG: GetErrorString should return ErrorMessage buffer, not the pipe buffer.Brad King2003-08-051-1/+1
* ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys head...Brad King2003-07-101-1/+2
* ERR: Using strncpy instead of snprintf for portability.Brad King2003-07-091-4/+3
* ENH: Implemented SetWorkingDirectory method.Brad King2003-07-071-1/+16
* ENH: Start working on Working Directory supportAndy Cedilnik2003-07-071-0/+26
* Removed Exception_Abort because there is no windows version. Also made ExitV...Brad King2003-06-181-4/+0
* ENH: Added documentation to interface. Finished process exit code interpreta...Brad King2003-06-181-25/+68
* ERR: Added static specifier to static function definitions to quiet warnings ...Brad King2003-06-101-15/+15
* ENH: Added Process execution implementation.Brad King2003-06-101-0/+924