summaryrefslogtreecommitdiffstats
path: root/bin/sh/jobs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud