| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2013-03-22 | 1 | -0/+6 |
|
|
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2013-02-01 | 1 | -1/+1 |
|
|
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2013-01-14 | 1 | -2/+3 |
|
|
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2013-01-08 | 1 | -4/+0 |
|
|
* | Merge branch 'upstream-kwsys' into import-KWSys-subtree | Brad King | 2012-10-31 | 1 | -0/+1 |
|
|
* | KWSys: Teach Process to error on empty command | Brad King | 2010-06-11 | 1 | -0/+8 |
|
|
* | KWSys: Process tree kill for Solaris | Brad King | 2010-06-11 | 1 | -0/+3 |
|
|
* | KWSys: Process tree kill for kFreeBSD, GNU/Hurd | Brad King | 2010-05-11 | 1 | -1/+1 |
|
|
* | KWSys Process: Add OpenBSD process tree kill support | Brad King | 2010-04-19 | 1 | -1/+1 |
|
|
* | KWSys: Enable process tree killing on kFreeBSD | Brad King | 2010-03-18 | 1 | -1/+2 |
|
|
* | Trust umask for file permissions | Brad King | 2010-01-12 | 1 | -3/+2 |
|
|
* | KWSys: List processes with "ps -ef" on OpenSolaris | Brad King | 2009-12-01 | 1 | -1/+2 |
|
|
* | KWSys: Use "ps -Af" for process list on QNX | Brad King | 2009-12-01 | 1 | -0/+3 |
|
|
* | KWSys: Restore SIGSTOP/SIGKILL to end process tree | Brad King | 2009-11-30 | 1 | -7/+15 |
|
|
* | fix two more icpc warnings, ok by Brad (float compared for equality, unused v... | Alexander Neundorf | 2009-10-19 | 1 | -2/+2 |
|
|
* | Convert KWSys to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -11/+9 |
|
|
* | ENH: Provide unix-sytle command line parsing | Brad King | 2009-07-13 | 1 | -256/+3 |
|
|
* | COMP: Do not compile VMS-specific code on non-VMS | Brad King | 2009-06-12 | 1 | -8/+7 |
|
|
* | COMP:Fixed warning with gcc 4.3.3: passing argument 1 of kwsysProcessSetVMSFe... | Francois Bertel | 2009-06-12 | 1 | -3/+3 |
|
|
* | ENH: Teach KWSys Process basic VMS support | Brad King | 2009-06-10 | 1 | -9/+76 |
|
|
* | BUG: Fix non-select process impl without timeout | Brad King | 2009-06-10 | 1 | -12/+8 |
|
|
* | ENH: check in almost building VMS stuff with VMSBuild directory since the boo... | Bill Hoffman | 2009-04-23 | 1 | -0/+3 |
|
|
* | COMP:Try to fix compile error with qnx gcc. | Francois Bertel | 2009-03-16 | 1 | -1/+2 |
|
|
* | COMP:Fixed gcc 4.3.2 warning with -O1 and above: ignoring return value of rea... | Francois Bertel | 2009-03-16 | 1 | -3/+6 |
|
|
* | COMP:Fixed warnings. | Francois Bertel | 2009-03-16 | 1 | -17/+20 |
|
|
* | COMP:Fixed warnings. | Francois Bertel | 2008-12-15 | 1 | -6/+8 |
|
|
* | ENH: a few more haiku fixes, stop the debugger from coming up for tests | Bill Hoffman | 2008-09-22 | 1 | -0/+4 |
|
|
* | ENH: add initial support for HAIKU OS from bug# 7425 | Bill Hoffman | 2008-09-15 | 1 | -1/+1 |
|
|
* | BUG: Handle case when select() lies | Brad King | 2008-08-20 | 1 | -7/+10 |
|
|
* | ENH: all ctype function have the same issue: char can be signed or unsigned, ... | Mathieu Malaterre | 2008-05-13 | 1 | -1/+1 |
|
|
* | COMP: warning, isprint and isspace take int args. | Bill Lorensen | 2008-05-12 | 1 | -1/+1 |
|
|
* | STYLE: minor comments | Mathieu Malaterre | 2008-04-02 | 1 | -1/+1 |
|
|
* | BUG: Fix hang in Process_Kill on OS X caused by an OS bug in which a pipe rea... | Brad King | 2008-01-10 | 1 | -39/+54 |
|
|
* | 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 |
|
|