summaryrefslogtreecommitdiffstats
path: root/bin/sh/jobs.h
Commit message (Expand)AuthorAgeFilesLines
* sh: Fix race condition with signals and wait or set -T.jilles2013-09-021-2/+0
* sh: Remove unused variable in_dowait.jilles2012-07-151-1/+0
* sh: Use vfork in a few common cases.jilles2012-02-041-0/+1
* sh: Fix duplicate prototypes for builtins.jilles2011-06-131-5/+0
* sh: Forget about terminated background processes sooner.jilles2010-06-291-1/+3
* Add the POSIX option -p to the jobs builtin command. It prints the PID of thestefanf2006-10-071-1/+8
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* Avoid using ints or shorts to store process id's, use pid_t instead.tjr2002-07-181-2/+2
* Make the message that is printed when the foreground process is terminatedtjr2002-07-181-0/+1
* Add -s (output PID's only) and -l (show PID's) options to the jobs(1)tjr2002-05-311-1/+1
* Instead of keeping just the jobid of the most recently bg'd or fg'd job,tjr2002-05-311-0/+1
* o __P has been reovedimp2002-02-021-12/+12
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Next approach to make loops in interactive interruptable.cracauer1999-04-211-2/+2
* Narrow down conditions to break wait() to process traps.cracauer1998-09-101-2/+2
* If traps are set, they are now executed even when a signal-blockingcracauer1998-09-081-1/+2
* Improve bookkeeping of in_waitcmd and style fixes.cracauer1998-08-251-4/+4
* Do not exit on SIGINT in non-interactive shells, fixes PR 1206,cracauer1998-08-241-1/+4
* Make all status values an integral type and usesteve1997-08-181-4/+4
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is apeter1996-09-011-18/+14
* Added $Id$dg1994-09-241-0/+1
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+99
OpenPOWER on IntegriCloud