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
*
COMP: Fix for platforms that do not have siginfo on their signal handlers.
Brad King
2007-06-27
1
-2/+2
*
BUG: Do not send both SIGSTOP and SIGKILL when killing a process. The SIGSTO...
Brad King
2007-05-16
1
-5/+7
*
COMP: Fix code-not-reached warnings for SunCC.
Brad King
2007-05-03
1
-1/+7
*
COMP: remove warning
Bill Hoffman
2006-12-05
1
-1/+0
*
ENH: fix build error on IRIX
Bill Hoffman
2006-12-05
1
-2/+2
*
ENH: Changes based on patch from Ryan C. Gordon to enable process execution o...
Brad King
2006-12-04
1
-148/+367
*
ENH: Adding tests KWSYS_C_HAS_PTRDIFF_T and KWSYS_C_HAS_SSIZE_T to help Proce...
Brad King
2006-10-04
1
-9/+22
*
BUG: Need to initialize to not use native pipes.
Brad King
2006-10-03
1
-0/+8
*
ENH: Added Process_SetPipeNative method to allow user code to override the pi...
Brad King
2006-10-03
1
-2/+108
*
COMP: Use SA_RESTART only if it is defined for the current platform. This pa...
Brad King
2006-08-01
1
-1/+4
*
ENH: Added Option_Verbatim to run whole command lines directly.
Brad King
2006-06-15
1
-26/+301
*
BUG: Do not leak global table of processes.
Brad King
2006-05-24
1
-3/+9
*
ENH: Re-enabling SIGCHLD handling implementation with a fix for Cygwin.
Brad King
2006-05-23
1
-87/+323
*
BUG: Reverting previous change until it can be fixed on Cygwin.
Brad King
2006-05-22
1
-310/+80
*
ENH: Implemented handling of SIGCHLD to detect the termination of immediate c...
Brad King
2006-05-21
1
-80/+310
*
ENH: Enabling process tree killing on Cygwin.
Brad King
2006-05-20
1
-4/+7
*
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
[next]