summaryrefslogtreecommitdiffstats
path: root/bin/sh/jobs.c
Commit message (Expand)AuthorAgeFilesLines
* sh: Prefer strsignal() to accessing sys_siglist directly.jilles2012-12-251-8/+13
* sh: Prefer internal nextopt() to libc getopt().jilles2012-09-151-11/+4
* sh: Fix EINTR race condition in "wait" and "set -T" using sigsuspend().jilles2012-07-291-4/+40
* sh: Do not ask for stopped/continued processes if we do not need themjilles2012-07-281-6/+5
* sh: Inline waitproc() into its only caller.jilles2012-07-281-22/+9
* sh: Track continued jobs (even if not continued by bg or fg).jilles2012-07-281-3/+8
* sh: Remove unused variable in_dowait.jilles2012-07-151-3/+0
* sh: Fix build with -DDEBUG=2.jilles2012-04-021-2/+2
* sh: Use vfork in a few common cases.jilles2012-02-041-0/+49
* Add prototypes, ANSIfy functions definitions to reduce WARNS=6 output.charnier2012-01-251-0/+1
* sh: Fix duplicate prototypes for builtins.jilles2011-06-131-0/+1
* sh: Save/restore changed variables in optimized command substitution.jilles2011-06-121-1/+3
* sh: Reduce more needless differences between error messages.jilles2011-06-041-2/+2
* sh: Remove special code for shell scripts without magic number.jilles2011-02-041-16/+0
* sh: Send messages about signals to stderr.jilles2011-01-301-5/+5
* sh: Fix signal messages being sent to the wrong file sometimes.jilles2011-01-181-0/+1
* sh: Add kill builtin.jilles2010-12-211-0/+8
* sh: Various simplifications to jobs.c:jilles2010-12-121-11/+5
* sh: Improve internal-representation-to-text code to avoid binary output.jilles2010-12-061-3/+36
* sh: POSIX says there should not be a space between Done and (exitstatus).jilles2010-12-051-1/+1
* sh: Improve jobs output of pipelines.jilles2010-12-051-66/+83
* sh: Avoid marking a job as done before it is fully created.jilles2010-12-051-2/+2
* sh: jobs -p: Do not ask the kernel for the pgid.jilles2010-12-051-4/+1
* sh: Use <stddef.h> rather than <sys/stddef.h>.jilles2010-10-161-1/+1
* In the spirit of r90111, depend on c89 and remove the "STATIC" macroobrien2010-10-131-24/+24
* Make DEBUG traces 64-bit clean:jhb2010-10-131-13/+13
* Consistently use "STATIC" for all functions in order to be able to setobrien2010-10-131-6/+6
* sh: Forget about terminated background processes sooner.jilles2010-06-291-5/+56
* sh: Pass through SIGINT from a child if interactive and job controljilles2010-06-061-0/+6
* sh: Reap any zombies before forking for a background command.jilles2010-05-241-1/+13
* sh: Various warning fixes (from WARNS=6 NO_WERROR=1):jilles2009-12-271-4/+5
* sh: Do not run callers' exception handlers in subshells.jilles2009-12-251-0/+1
* sh: Some changes to stderr flushing:jilles2009-11-211-2/+2
* Add the POSIX option -p to the jobs builtin command. It prints the PID of thestefanf2006-10-071-17/+23
* Remove some white space at EOL.schweikh2006-02-041-2/+2
* o Now when SIG_IGN signal action for SIGCHLD reap zombiesmaxim2005-12-141-0/+2
* Print pointers with %p rather than casting them to long.stefanf2005-09-051-2/+2
* o Terminate an endless loop sh -T goes into in dowait() around waitproc().maxim2004-12-021-1/+2
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* Commit fix sent by Tor Egge <Tor.Egge@cvsup.no.freebsd.org>cracauer2004-02-051-1/+1
* Use sys_nsig instead of NSIG for the length of the signal arrays. Thisnjl2004-01-281-2/+2
* Changes following CScout analysis:dds2003-07-051-4/+4
* Flush the output buffers before forking a child process to avoidtjr2003-03-171-0/+1
* Ensure that the TTY file descriptor is greater than or equal to 10 so thattjr2003-01-271-1/+14
* Make this compile with DEBUG defined now that WARNS=0 has been removedtjr2003-01-211-1/+1
* When job control is disabled, never show the job id when reporting thetjr2002-12-141-1/+2
* Use the %t format modifier to print differences betweenmux2002-10-011-1/+1
* Correct a usage of fnctl that could not be right and results in anectar2002-09-111-1/+1
* Don't show the process ID of background jobs that have terminated,tjr2002-08-241-1/+1
* Avoid accessing the current job's process table in the child part oftjr2002-08-181-3/+5
OpenPOWER on IntegriCloud