summaryrefslogtreecommitdiff
path: root/bin/ksh/jobs.c
AgeCommit message (Expand)Author
2005-02-25knfTheo de Raadt
2004-12-30Remove -Wno-unused form CFLAGS and kill some unused vars found as a result ofOtto Moerbeek
2004-12-22Our times(3) just calls getrusage(2) and gettimeofday(2), converting secondsTodd C. Miller
2004-12-22Use stdbool.h instead of rolling our own bools.Todd C. Miller
2004-12-20Ansification plus some minor knf. No binary change on i386 andOtto Moerbeek
2004-12-19spacingTheo de Raadt
2004-12-18Use struct termios instead of TTY_state typedefTodd C. Miller
2004-12-18Flags set in signal handlers should be volatile sig_atomic_tTodd C. Miller
2004-12-18Get rid of #ifdef KSH since we don't care about building a V7 style sh andTodd C. Miller
2004-12-18Remove unused OS dependent #ifdef blocks, #defines and macro abstraction.Todd C. Miller
2004-11-04do the variety-pack of bash-style \letter expansions on prompt variables.Theo de Raadt
2003-11-10If "from fd" == "to fd" don't call dup2() or close "from fd".Todd C. Miller
2003-10-22typos from Jared Yanovich;Jason McIntyre
2003-03-13a few strcpy -> strlcpy; a couple people have mailed in a variety ofTheo de Raadt
2003-02-28typos; from Brian PooleJason McIntyre
2002-06-09knfTodd T. Fries
1999-08-04o Better fix for not sending a HUP to pg 0 from the pdksh maintainerTodd C. Miller
1999-08-02Check to make sure process group is not 0 before sending a SIGHUP toTodd C. Miller
1999-07-14pdksh-5.2.14Todd C. Miller
1999-01-19Updates from pdksh-unstable-5.2.13.7. Most notable change is:Todd C. Miller
1999-01-10sync with pdksh-unstable-5.2.13.6Todd C. Miller
1999-01-08bug fixes from pdksh-unstable-5.2.13.5; some of which we already had.Todd C. Miller
1998-11-19better fixTodd C. Miller
1998-11-19thou shalt not follow the NULL pointer, that way lies madnessTodd C. Miller
1998-10-29Bug fixes from pdksh-unstable-5.2.13.4, including "official" versions ofTodd C. Miller
1998-06-25pdksh-5.2.13 + local changesTodd C. Miller
1997-06-19back outkstailey
1997-06-18(foo *)0 -> NULLkstailey
1996-11-21Update to 5.2.12.Jason Downs
1996-08-25Fix problems with compiling without KSH defined, add NOEDIT override.Jason Downs
1996-08-19update to pdksh-5.2.8Jason Downs
1996-08-14Import pdksh 5.2.7.Jason Downs