summaryrefslogtreecommitdiffstats
path: root/bin/sh/jobs.c
Commit message (Expand)AuthorAgeFilesLines
* sh: Pass along SIGINT from a child if job control is enabled, even when notjilles2015-04-251-1/+1
* sh: Fix more compiler warnings.jilles2015-03-011-1/+1
* sh: Abort a wait builtin on any trapped signal.jilles2015-01-311-4/+4
* sh: Remove more gotos.jilles2014-10-151-40/+58
* sh: Eliminate some gotos.jilles2014-10-051-5/+3
* sh: Allow enabling job control without a tty in non-interactive mode.jilles2014-09-041-13/+40
* sh: Remove prefix() function. Use strncmp() instead.jilles2014-07-201-1/+4
* sh: Don't overwrite old exit status if a PID is reused.jilles2014-03-201-1/+2
* sh: Allow kill %job on jobs started without job control.jilles2014-03-151-4/+15
* sh: Add some consts.jilles2014-03-141-4/+4
* sh: Successfully do nothing when killing a terminated job.jilles2014-03-081-0/+2
* sh: Remove one syscall when waiting for a foreground job.jilles2013-10-181-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
OpenPOWER on IntegriCloud