| Age | Commit message (Expand) | Author |
| 2003-09-14 | Fix crash when DEBUG=2, by opening the log file ASAP. Reviewed by simonb@. | jmmv |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2002-12-11 | PR/19453: Christopher Richards: Call setlocale() in /bin/sh | christos |
| 2002-11-24 | Fixes from David Laight: | christos |
| 2002-09-28 | Revert previous change. No need to save rootshell. It is only affecting | christos |
| 2002-09-27 | Deal with rootshell not being maintained correctly in the vfork() case. | christos |
| 2002-09-27 | VFork()ing shell: From elric@netbsd.org: | christos |
| 2001-06-11 | Fix various misspellings of compatible/compatibility. | wiz |
| 2001-02-04 | remove redundant declarations and nexted externs. | christos |
| 2000-11-01 | PR/11283: Hubert Feyrer: random memory corruption executing commands: | christos |
| 2000-05-22 | Back out previous vfork changes. | elric |
| 2000-05-13 | Now we use vfork(2) instead of fork(2) when we can. | elric |
| 2000-04-14 | Include <errno.h> instead of using "extern int errno;". | simonb |
| 2000-01-27 | Fix bin/9184, bin/9194, bin/9265, bin/9266 | christos |
| 1999-07-09 | compile with WARNS = 2 | christos |
| 1999-03-27 | When we execute commands from a shell script, make sure that the signals | christos |
| 1999-02-05 | Fix the -c problem differently. We cannot just ignore SIGINT etc, otherwise | christos |
| 1999-02-04 | PR/1788: Shinya Taniguchi: sh -c does not setup signals properly. | christos |
| 1999-02-04 | Add -q option, which when used with -v and/or -x, turns off the tracing | cjs |
| 1999-02-02 | The builtin . (dot) command no longer sees the current working directory | itohy |
| 1998-07-28 | Be more retentive about use of NOTREACHED and noreturn. | mycroft |
| 1998-07-28 | Delint. | mycroft |
| 1997-07-04 | Fix compiler warnings. | christos |
| 1997-04-11 | Don't call getpwd() because if that fails the shell cannot start. (from scott) | christos |
| 1996-10-16 | PR/287: Shell does not exit with 126/127 when permission denied/ | christos |
| 1995-11-19 | Fix PR/1760, where 'cd -' before any other command could cause a reference | christos |
| 1995-09-11 | Fix return builtin to work like it does in ksh: | christos |
| 1995-07-20 | Fix bin/1240, from Dennis Ferguson. the exit builtin with no arguments | christos |
| 1995-05-28 | Fixed bug where | christos |
| 1995-05-19 | Changed so that syntax errors (EXERROR) set the exit status to 2, | christos |
| 1995-05-11 | Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 | christos |
| 1995-03-21 | convert to new RCS id conventions. | cgd |
| 1994-12-05 | clean up further. more patches from Jim Jegers | cgd |
| 1994-12-04 | from James Jegers <jimj@miller.cs.uwm.edu>: quiet -Wall, and squelch | cgd |
| 1994-08-03 | Don't source the file specified by $ENV if either the real and effective | jtc |
| 1994-06-11 | Add RCS ids. | mycroft |
| 1994-05-12 | Include appropriate header files to bring function prototypes into scope. | jtc |
| 1994-05-11 | forgot some include files | jtc |
| 1994-05-11 | integrate NetBSD's path searching for dot files | jtc |
| 1994-05-11 | sync with 4.4lite | jtc |
| 1994-01-26 | Removed theo's change to check S_ISLNK() for dot commands. This is | jtc |
| 1994-01-25 | source/$PATH thing for symbolic links too, reportedly | deraadt |
| 1994-01-25 | but don't try that for absolute or relative paths | deraadt |
| 1994-01-25 | make . (source) command search $PATH as it should. from dkionka@Cadence.COM (... | deraadt |
| 1993-08-01 | Add RCS identifiers. | mycroft |
| 1993-03-23 | changed "Id" to "Header" for rcsids | cgd |
| 1993-03-22 | added rcs ids to all files | cgd |
| 1993-03-21 | initial import of 386bsd-0.1 sources | cgd |