summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/ProcessUNIX.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-01-101-2/+2
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-08-111-0/+2
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-05-191-0/+6
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-12-191-1/+1
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-03-221-0/+6
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-02-011-1/+1
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-01-141-2/+3
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-01-081-4/+0
* Merge branch 'upstream-kwsys' into import-KWSys-subtreeBrad King2012-10-311-0/+1
* KWSys: Teach Process to error on empty commandBrad King2010-06-111-0/+8
* KWSys: Process tree kill for SolarisBrad King2010-06-111-0/+3
* KWSys: Process tree kill for kFreeBSD, GNU/HurdBrad King2010-05-111-1/+1
* KWSys Process: Add OpenBSD process tree kill supportBrad King2010-04-191-1/+1
* KWSys: Enable process tree killing on kFreeBSDBrad King2010-03-181-1/+2
* Trust umask for file permissionsBrad King2010-01-121-3/+2
* KWSys: List processes with "ps -ef" on OpenSolarisBrad King2009-12-011-1/+2
* KWSys: Use "ps -Af" for process list on QNXBrad King2009-12-011-0/+3
* KWSys: Restore SIGSTOP/SIGKILL to end process treeBrad King2009-11-301-7/+15
* fix two more icpc warnings, ok by Brad (float compared for equality, unused v...Alexander Neundorf2009-10-191-2/+2
* Convert KWSys to OSI-approved BSD LicenseBrad King2009-09-281-11/+9
* ENH: Provide unix-sytle command line parsingBrad King2009-07-131-256/+3
* COMP: Do not compile VMS-specific code on non-VMSBrad King2009-06-121-8/+7
* COMP:Fixed warning with gcc 4.3.3: passing argument 1 of kwsysProcessSetVMSFe...Francois Bertel2009-06-121-3/+3
* ENH: Teach KWSys Process basic VMS supportBrad King2009-06-101-9/+76
* BUG: Fix non-select process impl without timeoutBrad King2009-06-101-12/+8
* ENH: check in almost building VMS stuff with VMSBuild directory since the boo...Bill Hoffman2009-04-231-0/+3
* COMP:Try to fix compile error with qnx gcc.Francois Bertel2009-03-161-1/+2
* COMP:Fixed gcc 4.3.2 warning with -O1 and above: ignoring return value of rea...Francois Bertel2009-03-161-3/+6
* COMP:Fixed warnings.Francois Bertel2009-03-161-17/+20
* COMP:Fixed warnings.Francois Bertel2008-12-151-6/+8
* ENH: a few more haiku fixes, stop the debugger from coming up for testsBill Hoffman2008-09-221-0/+4
* ENH: add initial support for HAIKU OS from bug# 7425Bill Hoffman2008-09-151-1/+1
* BUG: Handle case when select() liesBrad King2008-08-201-7/+10
* ENH: all ctype function have the same issue: char can be signed or unsigned, ...Mathieu Malaterre2008-05-131-1/+1
* COMP: warning, isprint and isspace take int args.Bill Lorensen2008-05-121-1/+1
* STYLE: minor commentsMathieu Malaterre2008-04-021-1/+1
* BUG: Fix hang in Process_Kill on OS X caused by an OS bug in which a pipe rea...Brad King2008-01-101-39/+54
* COMP: Fix for platforms that do not have siginfo on their signal handlers.Brad King2007-06-271-2/+2
* BUG: Do not send both SIGSTOP and SIGKILL when killing a process. The SIGSTO...Brad King2007-05-161-5/+7
* COMP: Fix code-not-reached warnings for SunCC.Brad King2007-05-031-1/+7
* COMP: remove warningBill Hoffman2006-12-051-1/+0
* ENH: fix build error on IRIXBill Hoffman2006-12-051-2/+2
* ENH: Changes based on patch from Ryan C. Gordon to enable process execution o...Brad King2006-12-041-148/+367
* ENH: Adding tests KWSYS_C_HAS_PTRDIFF_T and KWSYS_C_HAS_SSIZE_T to help Proce...Brad King2006-10-041-9/+22
* BUG: Need to initialize to not use native pipes.Brad King2006-10-031-0/+8
* ENH: Added Process_SetPipeNative method to allow user code to override the pi...Brad King2006-10-031-2/+108
* COMP: Use SA_RESTART only if it is defined for the current platform. This pa...Brad King2006-08-011-1/+4
* ENH: Added Option_Verbatim to run whole command lines directly.Brad King2006-06-151-26/+301
* BUG: Do not leak global table of processes.Brad King2006-05-241-3/+9
* ENH: Re-enabling SIGCHLD handling implementation with a fix for Cygwin.Brad King2006-05-231-87/+323