| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Various spelling/formatting changes. | kris | 1999-05-08 | 1 | -2/+2 |
* | Next approach to make loops in interactive interruptable. | cracauer | 1999-04-21 | 1 | -4/+7 |
* | If traps are set, they are now executed even when a signal-blocking | cracauer | 1998-09-08 | 1 | -4/+7 |
* | Improve bookkeeping of in_waitcmd and style fixes. | cracauer | 1998-08-25 | 1 | -8/+13 |
* | Do not exit on SIGINT in non-interactive shells, fixes PR 1206, | cracauer | 1998-08-24 | 1 | -10/+25 |
* | Add rcsid. Spelling. | charnier | 1998-05-18 | 1 | -3/+5 |
* | Back out my previous attempt to fix SIGINT/SIGTERM behaviour | cracauer | 1998-02-06 | 1 | -16/+0 |
* | Fix handling of SIGINT/SIGQUIT for foreground subprocesses. Most | cracauer | 1998-02-06 | 1 | -1/+17 |
* | Remove simultaneous include of <sys/param.h> and <sys/types.h>. | eivind | 1997-12-10 | 1 | -2/+1 |
* | Make all status values an integral type and use | steve | 1997-08-18 | 1 | -3/+4 |
* | Make sh(1) less aware of the bit fields returned by wait by | steve | 1997-05-24 | 1 | -33/+42 |
* | Use the __unused attribute where warranted. | steve | 1997-05-19 | 1 | -6/+6 |
* | Nuke register keyword usage and #if -> #ifdef. | steve | 1997-04-28 | 1 | -9/+9 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Fix a problem that caused some foreground pipelines to die with: | steve | 1997-01-06 | 1 | -3/+2 |
* | Merge in NetBSD mods and -Wall cleaning. | steve | 1996-12-14 | 1 | -19/+49 |
* | Benign | --> || correction. | steve | 1996-10-16 | 1 | -2/+2 |
* | Fix for PR#1287. This makes sh behave sensibly in case statements in the | peter | 1996-09-03 | 1 | -1/+2 |
* | Misc cleanups and fixes from Bruce: | peter | 1996-09-03 | 1 | -3/+3 |
* | Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is a | peter | 1996-09-01 | 1 | -55/+86 |
* | Fix relocation of job table. | bde | 1995-09-21 | 1 | -1/+8 |