summaryrefslogtreecommitdiffstats
path: root/bin/ksh/jobs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for set -o pipefailjca2020-07-071-2/+28
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-16/+16
* Favor usage of __func__ in warning/error messages. Some of them referred to theanton2018-03-151-35/+32
* Introduce internal_warningf() and mark internal_errorf() as noreturnjca2018-01-161-9/+9
* update comments that were left behind in the recent unifdef JOB commitbenno2018-01-081-15/+15
* unifdef JOBS supportjca2018-01-051-48/+4
* Typos in comments: 'it' -> 'if' and 'noityf' -> 'notify'.tb2018-01-051-3/+3
* remove some ARGSUSEDmmcc2016-03-171-2/+1
* rename global "e" to genv to avoid accidental shadowing and aliasing.tedu2015-12-301-2/+2
* Move system headers from sh.h to those files that actually need them.tb2015-12-141-1/+5
* use symbolics for flags to openderaadt2015-11-121-2/+2
* Use isdigit() instead of ksh's homebrewed alternative.mmcc2015-11-121-1/+2
* Move string.h include from sh.h to the files that use it.mmcc2015-10-191-1/+2
* Move limits.h include from sh.h to the files that actually need it. Nommcc2015-10-191-1/+3
* Apply style(9) to header includes.mmcc2015-10-191-4/+5
* More (foo *)0 -> NULL, from Michael McConville. No binary change.nicm2015-09-171-65/+64
* Remove unnecessary casts, from Michael McConville. No binary change.nicm2015-09-171-3/+3
* correct spelling of NULL from (char *)0. from Michael McConville.tedu2015-09-151-4/+4
* stop abusing null (the variable) for an empty string in output formats.tedu2015-09-151-7/+7
* Replace newline and space defines by "\n" and " " directly, from Michaelnicm2015-09-101-4/+4
* Remove INT32 define and just use int, from Martijn van Duren and Michaelnicm2015-09-101-3/+3
* Convert many atoi() calls to strtonum(), adding range checks and failurederaadt2015-04-181-3/+11
* Add a proper suspend builtin that saves/restores the tty and pgrpmillert2013-09-041-1/+54
* remember to restore errno (ie. stop someone from making a mistake later)deraadt2009-12-131-2/+3
* a dangling do / while that was very very uglyderaadt2009-12-121-3/+2
* pass "xerrok" status across the execution call stack to more closelyjaredy2009-01-291-4/+4
* Be more smart waiting for input for non-interactive scripts. Fixotto2007-09-061-6/+14
* typos from alexey dobriyan;jmc2006-02-061-2/+2
* lots of indentation cleanup, now ksh is readable like our other code.deraadt2005-03-301-100/+100
* spacingderaadt2005-03-281-2/+1
* knfderaadt2005-02-251-1/+2
* Remove -Wno-unused form CFLAGS and kill some unused vars found as a result ofotto2004-12-301-2/+1
* Our times(3) just calls getrusage(2) and gettimeofday(2), converting secondsmillert2004-12-221-13/+17
* Use stdbool.h instead of rolling our own bools.millert2004-12-221-14/+14
* Ansification plus some minor knf. No binary change on i386 andotto2004-12-201-67/+41
* spacingderaadt2004-12-191-2/+2
* Use struct termios instead of TTY_state typedefmillert2004-12-181-17/+13
* Flags set in signal handlers should be volatile sig_atomic_tmillert2004-12-181-2/+2
* Get rid of #ifdef KSH since we don't care about building a V7 style sh andmillert2004-12-181-11/+1
* Remove unused OS dependent #ifdef blocks, #defines and macro abstraction.millert2004-12-181-291/+47
* do the variety-pack of bash-style \letter expansions on prompt variables.deraadt2004-11-041-2/+22
* If "from fd" == "to fd" don't call dup2() or close "from fd".millert2003-11-101-3/+5
* typos from Jared Yanovich;jmc2003-10-221-4/+4
* a few strcpy -> strlcpy; a couple people have mailed in a variety ofderaadt2003-03-131-13/+15
* typos; from Brian Poolejmc2003-02-281-3/+3
* knftodd2002-06-091-3/+3
* o Better fix for not sending a HUP to pg 0 from the pdksh maintainermillert1999-08-041-54/+26
* Check to make sure process group is not 0 before sending a SIGHUP tomillert1999-08-021-2/+2
* pdksh-5.2.14millert1999-07-141-2/+6
* Updates from pdksh-unstable-5.2.13.7. Most notable change is:millert1999-01-191-1/+5