summaryrefslogtreecommitdiffstats
path: root/bin/sh/jobs.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r272575: sh: Eliminate some gotos.jilles2015-09-131-5/+3
* MFC r263195: sh: Add some consts.jilles2014-04-051-4/+4
* Sync sh(1) in stable/10 to head.jmmv2014-03-091-2/+1
* sh: Fix race condition with signals and wait or set -T.jilles2013-09-021-17/+15
* sh: Do not prematurely discard stopped jobs in a wait builtin.jilles2013-08-241-5/+1
* sh: Recognize "--" as end of options in bg/fg/jobid builtins.jilles2013-08-161-6/+9
* sh: Remove #define MKINIT.jilles2013-07-251-3/+3
* sh: Return status 127 for unknown jobs in wait builtin.jilles2013-06-051-5/+19
* sh: Allow multiple operands in wait builtin.jilles2013-06-051-6/+18
* sh: Use O_CLOEXEC and F_DUPFD_CLOEXEC instead of separate fcntl() call.jilles2013-05-051-8/+4
* sh: Don't consider jobs -s/-p as reporting the status of jobs.jilles2013-04-271-7/+9
* sh: Fix various compiler warnings.jilles2013-04-011-2/+3
* sh: Recognize "--" and explicitly reject options in wait builtin.jilles2013-03-151-3/+4
* sh: If a SIGINT or SIGQUIT interrupts "wait", return status 128+sig.jilles2013-02-231-1/+1
* Catch TRACE parameters up with r238888. This change is only needed whendelphij2013-02-071-1/+1
* sh: Show negated commands (!) in jobs output.jilles2013-01-311-0/+4
* 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
OpenPOWER on IntegriCloud