| Commit message (Expand) | Author | Age | Files | Lines |
* | sh: Various warning fixes (from WARNS=6 NO_WERROR=1): | jilles | 2009-12-27 | 1 | -4/+5 |
* | sh: Do not run callers' exception handlers in subshells. | jilles | 2009-12-25 | 1 | -0/+1 |
* | sh: Some changes to stderr flushing: | jilles | 2009-11-21 | 1 | -2/+2 |
* | Add the POSIX option -p to the jobs builtin command. It prints the PID of the | stefanf | 2006-10-07 | 1 | -17/+23 |
* | Remove some white space at EOL. | schweikh | 2006-02-04 | 1 | -2/+2 |
* | o Now when SIG_IGN signal action for SIGCHLD reap zombies | maxim | 2005-12-14 | 1 | -0/+2 |
* | Print pointers with %p rather than casting them to long. | stefanf | 2005-09-05 | 1 | -2/+2 |
* | o Terminate an endless loop sh -T goes into in dowait() around waitproc(). | maxim | 2004-12-02 | 1 | -1/+2 |
* | Remove clause 3 from the UCB licenses. | markm | 2004-04-06 | 1 | -4/+0 |
* | Commit fix sent by Tor Egge <Tor.Egge@cvsup.no.freebsd.org> | cracauer | 2004-02-05 | 1 | -1/+1 |
* | Use sys_nsig instead of NSIG for the length of the signal arrays. This | njl | 2004-01-28 | 1 | -2/+2 |
* | Changes following CScout analysis: | dds | 2003-07-05 | 1 | -4/+4 |
* | Flush the output buffers before forking a child process to avoid | tjr | 2003-03-17 | 1 | -0/+1 |
* | Ensure that the TTY file descriptor is greater than or equal to 10 so that | tjr | 2003-01-27 | 1 | -1/+14 |
* | Make this compile with DEBUG defined now that WARNS=0 has been removed | tjr | 2003-01-21 | 1 | -1/+1 |
* | When job control is disabled, never show the job id when reporting the | tjr | 2002-12-14 | 1 | -1/+2 |
* | Use the %t format modifier to print differences between | mux | 2002-10-01 | 1 | -1/+1 |
* | Correct a usage of fnctl that could not be right and results in a | nectar | 2002-09-11 | 1 | -1/+1 |
* | Don't show the process ID of background jobs that have terminated, | tjr | 2002-08-24 | 1 | -1/+1 |
* | Avoid accessing the current job's process table in the child part of | tjr | 2002-08-18 | 1 | -3/+5 |
* | Show job control ID, command text, etc. when foreground processes are | tjr | 2002-08-17 | 1 | -7/+2 |
* | Set opterr to zero to avoid duplicate warnings from getopt(3) for unknown | tjr | 2002-07-25 | 1 | -0/+1 |
* | Remove broken and incomplete support for old releases of System V, | tjr | 2002-07-19 | 1 | -61/+0 |
* | Avoid using ints or shorts to store process id's, use pid_t instead. | tjr | 2002-07-18 | 1 | -20/+21 |
* | Make the message that is printed when the foreground process is terminated | tjr | 2002-07-18 | 1 | -2/+23 |
* | Don't assume the shell's controlling terminal is attached to file descriptor | tjr | 2002-07-11 | 1 | -8/+27 |
* | Remove support for the "old" tty driver by unifdef -UOLD_TTY_DRIVER; | tjr | 2002-07-11 | 1 | -40/+0 |
* | When growing the job table, don't relocate the jobmru pointer if it's NULL. | tjr | 2002-07-11 | 1 | -1/+2 |
* | Print out commands with NTOFD/NFROMFD redirections that close the | tjr | 2002-07-09 | 1 | -1/+4 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -2/+2 |
* | Remove two unused variables. | jmallett | 2002-06-20 | 1 | -2/+0 |
* | Display job status correctly when a pipeline is suspended. | tjr | 2002-06-04 | 1 | -6/+8 |
* | Describe finished jobs as "Done", not "Exit" (SUSv3) | tjr | 2002-06-04 | 1 | -1/+5 |
* | Don't output `state' and `current' fields for processes that aren't | tjr | 2002-06-04 | 1 | -3/+5 |
* | Correct minor spacing problem in output of jobs -l for pipelines. | tjr | 2002-06-04 | 1 | -1/+1 |
* | Support the remaining job ID formats required by SUSv3: | tjr | 2002-06-01 | 1 | -2/+21 |
* | Add -s (output PID's only) and -l (show PID's) options to the jobs(1) | tjr | 2002-05-31 | 1 | -13/+67 |
* | #if JOBS around a job control-related statement to allow compilation with | tjr | 2002-05-31 | 1 | -0/+2 |
* | Break the code to display status info for one job out from showjobs() into | tjr | 2002-05-31 | 1 | -63/+52 |
* | Move job to front of most recently used job list when bg'd or fg'd. | tjr | 2002-05-31 | 1 | -0/+1 |
* | Instead of keeping just the jobid of the most recently bg'd or fg'd job, | tjr | 2002-05-31 | 1 | -9/+84 |
* | Make the fg and bg commands give the output required by SUSv3. | tjr | 2002-05-19 | 1 | -0/+10 |
* | Implement the -C (-o noclobber) option, which prevents existing regular | tjr | 2002-05-19 | 1 | -0/+2 |
* | o __P has been reoved | imp | 2002-02-02 | 1 | -61/+32 |
* | Fix child's SIGSTOP behaviour in scripts. | cracauer | 2001-02-06 | 1 | -1/+2 |
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 1 | -6/+7 |
* | Implement the <> redirection operator. | brian | 2000-10-03 | 1 | -0/+2 |
* | Fix warnings, some of them serious because sh violated name | cracauer | 2000-04-20 | 1 | -1/+0 |
* | Include strerror(errno) in error messages after failed system calls. | cracauer | 1999-11-29 | 1 | -3/+5 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 1 | -1/+1 |