index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
kwsys
/
ProcessUNIX.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ENH: Enabled process tree killing on AIX.
Brad King
2006-03-08
1
-1/+1
*
ENH: Enabled process tree killing on the SGI.
Brad King
2006-03-08
1
-1/+3
*
ENH: Enabled process tree killing for FreeBSD and Sun.
Brad King
2006-03-08
1
-10/+11
*
ENH: Enabled process tree killing on HP-UX.
Brad King
2006-03-08
1
-5/+3
*
BUG: Do not leak ps FILE when the process starts but reading the header fails.
Brad King
2006-03-08
1
-1/+4
*
ENH: Added implementation of process tree killing that runs "ps" to traverse ...
Brad King
2006-03-08
1
-2/+43
*
BUG: When more than one command is given and one of them fails to start and t...
Brad King
2005-12-31
1
-0/+6
*
STYLE: Documented reference to "man select_tut".
Brad King
2005-11-16
1
-1/+3
*
BUG: Fixed polling capability of WaitForData.
Brad King
2005-06-17
1
-18/+28
*
ENH: Removing previous debug code.
Brad King
2005-05-16
1
-9/+0
*
ENH: Adding debugging code for freebsd.
Brad King
2005-05-13
1
-0/+9
*
BUG: struct timeval uses unsigned types on at least one platform (QNX). Alot...
Brad King
2005-05-10
1
-8/+23
*
COMP: Added initializer to avoid warning. It is not really needed, though.
Brad King
2005-05-05
1
-1/+1
*
BUG: Do not close stdout/stderr pipes in parent if they are shared.
Brad King
2005-04-21
1
-2/+8
*
BUG: When killing a child all the pipe read ends should be closed. This will...
Brad King
2005-04-19
1
-2/+7
*
COMP: Adding work-around for CMake dependency scanning limitation. Any confi...
Brad King
2005-04-13
1
-0/+6
*
ENH: Do kwsys testing as part of cmake testing, command line arguments are no...
Andy Cedilnik
2005-04-13
1
-1/+0
*
COMP: Remove warnings about shadow variables
Andy Cedilnik
2005-02-27
1
-19/+19
*
ERR: Fixed missing return warning. Code was not reachable anyway.
Brad King
2004-07-09
1
-0/+1
*
BUG: Do not disown if process has already been killed or the timeout expired....
Brad King
2004-07-07
1
-1/+6
*
ENH: Added kwsysProcess_Disown an kwsysProcess_Option_Detach to allow detache...
Brad King
2004-07-07
1
-19/+143
*
ERR: Using KWSYSPE_PIPE_BUFFER_SIZE in place of separate bufferSize constant ...
Brad King
2004-07-07
1
-3/+2
*
no c++ comments in c
Bill Hoffman
2004-07-04
1
-1/+1
*
fix for hp build
Bill Hoffman
2004-07-03
1
-1/+1
*
BUG#392: Implementation of process tree killing for systems with /proc filesy...
Brad King
2004-07-02
1
-2/+74
*
ERR: SIGSEGV == SIGBUS on BeOS.
Brad King
2004-03-12
1
-0/+2
*
ERR: Fixed function prototypes with zero arguments to be C-style.
Brad King
2004-01-22
1
-5/+5
*
BUG: If working directory does not exists, exit
Andy Cedilnik
2004-01-22
1
-0/+1
*
BUG: Fix valgrind error. If working directory is not set do not do chdir
Andy Cedilnik
2004-01-21
1
-9/+10
*
ENH: Added GetExceptionString method to provide an error description when Get...
Brad King
2003-12-30
1
-21/+148
*
ENH: Added SetPipeShared method to allow stdout and stderr pipes to be shared...
Brad King
2003-12-16
1
-9/+86
*
ENH: Updated copyright.
Brad King
2003-12-15
1
-12/+9
*
ERR: Added include of sys/stat.h for open functions mode bits.
Brad King
2003-12-13
1
-0/+1
*
ENH: Added SetPipeFile method to allow the process pipeline stdin, stdout, an...
Brad King
2003-12-13
1
-22/+185
*
ENH: Code is now robust to New method returning NULL.
Brad King
2003-12-13
1
-9/+38
*
ENH: Cleaned up pipe numbering.
Brad King
2003-12-07
1
-4/+10
*
ENH: Removed pipe selection argument from WaitForData method in kwsysProcess....
Brad King
2003-12-05
1
-5/+5
*
ERR: Added missing static storage class specifier for kwsysProcessCreate.
Brad King
2003-12-04
1
-2/+2
*
ERR: Some platforms define stdin, stdout, and stderr as macros. Renaming the...
Brad King
2003-12-03
1
-34/+34
*
ENH: Merged changes from KWSys-MultiProcess-bp to KWSys-MultiProcess-b2t-1-mp...
Brad King
2003-12-03
1
-128/+415
*
STYLE: Removed trailing whitespace.
Brad King
2003-11-28
1
-70/+70
*
ENH: Treating SIGBUS as a fault by default.
Brad King
2003-08-13
1
-0/+3
*
ENH: Added SetOption/GetOption methods for platform-specific options.
Brad King
2003-08-05
1
-0/+16
*
BUG: Can't close stdin.
Brad King
2003-08-05
1
-2/+4
*
BUG: Added missing zero-initialization of struct sigaction.
Brad King
2003-08-05
1
-0/+2
*
BUG: GetErrorString should return ErrorMessage buffer, not the pipe buffer.
Brad King
2003-08-05
1
-1/+1
*
ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys head...
Brad King
2003-07-10
1
-1/+2
*
ERR: Using strncpy instead of snprintf for portability.
Brad King
2003-07-09
1
-4/+3
*
ENH: Implemented SetWorkingDirectory method.
Brad King
2003-07-07
1
-1/+16
*
ENH: Start working on Working Directory support
Andy Cedilnik
2003-07-07
1
-0/+26
[next]