summaryrefslogtreecommitdiffstats
path: root/bin/sh/jobs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Show job control ID, command text, etc. when foreground processes aretjr2002-08-171-7/+2
* Set opterr to zero to avoid duplicate warnings from getopt(3) for unknowntjr2002-07-251-0/+1
* Remove broken and incomplete support for old releases of System V,tjr2002-07-191-61/+0
* Avoid using ints or shorts to store process id's, use pid_t instead.tjr2002-07-181-20/+21
* Make the message that is printed when the foreground process is terminatedtjr2002-07-181-2/+23
* Don't assume the shell's controlling terminal is attached to file descriptortjr2002-07-111-8/+27
* Remove support for the "old" tty driver by unifdef -UOLD_TTY_DRIVER;tjr2002-07-111-40/+0
* When growing the job table, don't relocate the jobmru pointer if it's NULL.tjr2002-07-111-1/+2
* Print out commands with NTOFD/NFROMFD redirections that close thetjr2002-07-091-1/+4
* Consistently use FBSDIDobrien2002-06-301-2/+2
* Remove two unused variables.jmallett2002-06-201-2/+0
* Display job status correctly when a pipeline is suspended.tjr2002-06-041-6/+8
* Describe finished jobs as "Done", not "Exit" (SUSv3)tjr2002-06-041-1/+5
* Don't output `state' and `current' fields for processes that aren'ttjr2002-06-041-3/+5
* Correct minor spacing problem in output of jobs -l for pipelines.tjr2002-06-041-1/+1
* Support the remaining job ID formats required by SUSv3:tjr2002-06-011-2/+21
* Add -s (output PID's only) and -l (show PID's) options to the jobs(1)tjr2002-05-311-13/+67
* #if JOBS around a job control-related statement to allow compilation withtjr2002-05-311-0/+2
* Break the code to display status info for one job out from showjobs() intotjr2002-05-311-63/+52
* Move job to front of most recently used job list when bg'd or fg'd.tjr2002-05-311-0/+1
* Instead of keeping just the jobid of the most recently bg'd or fg'd job,tjr2002-05-311-9/+84
* Make the fg and bg commands give the output required by SUSv3.tjr2002-05-191-0/+10
* Implement the -C (-o noclobber) option, which prevents existing regulartjr2002-05-191-0/+2
* o __P has been reovedimp2002-02-021-61/+32
* Fix child's SIGSTOP behaviour in scripts.cracauer2001-02-061-1/+2
* Add `_PATH_DEVZERO'.obrien2000-12-091-6/+7
* Implement the <> redirection operator.brian2000-10-031-0/+2
* Fix warnings, some of them serious because sh violated namecracauer2000-04-201-1/+0
* Include strerror(errno) in error messages after failed system calls.cracauer1999-11-291-3/+5
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Various spelling/formatting changes.kris1999-05-081-2/+2
* Next approach to make loops in interactive interruptable.cracauer1999-04-211-4/+7
* If traps are set, they are now executed even when a signal-blockingcracauer1998-09-081-4/+7
* Improve bookkeeping of in_waitcmd and style fixes.cracauer1998-08-251-8/+13
* Do not exit on SIGINT in non-interactive shells, fixes PR 1206,cracauer1998-08-241-10/+25
* Add rcsid. Spelling.charnier1998-05-181-3/+5
* Back out my previous attempt to fix SIGINT/SIGTERM behaviourcracauer1998-02-061-16/+0
* Fix handling of SIGINT/SIGQUIT for foreground subprocesses. Mostcracauer1998-02-061-1/+17
* Remove simultaneous include of <sys/param.h> and <sys/types.h>.eivind1997-12-101-2/+1
* Make all status values an integral type and usesteve1997-08-181-3/+4
* Make sh(1) less aware of the bit fields returned by wait bysteve1997-05-241-33/+42
* Use the __unused attribute where warranted.steve1997-05-191-6/+6
* Nuke register keyword usage and #if -> #ifdef.steve1997-04-281-9/+9
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
OpenPOWER on IntegriCloud