| Age | Commit message (Expand) | Author |
| 2000-07-18 | host program portability: don't use <sys/cdefs.h>, __COPYRIGHT(), | cgd |
| 2000-07-18 | Various mandoc updates to the Builtins | jhawk |
| 2000-07-17 | Note the meaning of 'trap 0' (execute on exit from shell) | jhawk |
| 2000-07-03 | include <stdlib.h>, <string.h>, or whatever as appropriate to shut up | matt |
| 2000-05-22 | Back out previous vfork changes. | elric |
| 2000-05-17 | When vforking ensure that the environment passed to exec is built before | elric |
| 2000-05-15 | INTON and FORCEINTON modify global variables, and so should not be | elric |
| 2000-05-13 | Added includes for waitpid, sys/types.h and sys/wait.h. | elric |
| 2000-05-13 | In order to use __NetBSD_Version__, I needed to include sys/param.h. | elric |
| 2000-05-13 | Unused variable pgrp on line 576. | elric |
| 2000-05-13 | Quick fix. | 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-04-14 | Don't declare 'extern opt*' getopt variables. | simonb |
| 2000-04-09 | PR/9847: Geoff C. Wing: Make test(1) a builtin. | christos |
| 2000-03-13 | Fix doubled 'the' in comment. | soren |
| 2000-02-09 | Fix problem where commands that caused exitstatus != 0 inside loops did | christos |
| 2000-01-27 | Fix bin/9184, bin/9194, bin/9265, bin/9266 | christos |
| 1999-11-16 | Add under which conditions the "read" builtin returns success/failure. | hubertf |
| 1999-10-13 | back out previous; it causes /etc/rc to break on my alpha and other lossage a... | mrg |
| 1999-10-10 | Backtrack `exitstatus' to make the shell really ignore the status | pk |
| 1999-10-08 | Sprinkle some `const's in DEBUG bracketed code. | pk |
| 1999-09-28 | xref sysctl(8) (for proc.<pid>.rlimits) | bouyer |
| 1999-09-27 | Mention -c option to sh(1), noticed by Matthew Aldous in PR/8499. | mjl |
| 1999-08-31 | It turns out that the code disabled in revision 1.30 *does* have an important | mycroft |
| 1999-07-09 | compile with WARNS = 2 | christos |
| 1999-07-06 | add -q in the synopsis line | christos |
| 1999-06-26 | PR/7814: Matthias Scheler: shell does not fork for builtins in backquotes, | christos |
| 1999-04-30 | Fix for bin/7502, from Tor Egge / FreeBSD. Their commit message: | he |
| 1999-04-06 | Correct a rather obvious typo (once Tor Egge pointed it out to me) | he |
| 1999-04-05 | If we exit due to a SIGINT, do it with raise() so that the wait status is | mycroft |
| 1999-04-05 | Disable bogus-looking code that cause us to throw away SIGINTs. | mycroft |
| 1999-03-27 | When we execute commands from a shell script, make sure that the signals | christos |
| 1999-03-26 | PR/7231: Havard Eidnes: Shell quoting/trimming problem | christos |
| 1999-03-23 | Make the `...' actually appear in the case/esac syntax section. | ross |
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-03-08 | Add '#include <sys/types.h>' since that's where int8_t and u_int8_t can | castor |
| 1999-02-23 | Make cross-building from i386 to powerpc (from signed to unsigned char) | wrstuden |
| 1999-02-06 | Fix off-by-one error in the starting point to search for an arithmetic | christos |
| 1999-02-05 | Remove "arith.h" while cleaning. | tron |
| 1999-02-05 | Fix the -c problem differently. We cannot just ignore SIGINT etc, otherwise | christos |
| 1999-02-05 | PR/5577: Craig M. Chase: sh does not build with PARALLEL set. | christos |
| 1999-02-04 | PR/4966: Joel Reicher: Implement <> redirections which are documented in | 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 |
| 1999-01-28 | Add support for the export and readonly -p option. | kleink |
| 1999-01-25 | Patches from Tor Egge (via Havard Eidnes) to fix various bugs in field | mycroft |
| 1999-01-18 | PR/6213: Urban Boquist: /bin/sh does not handle a trapped signal correctly | christos |
| 1999-01-11 | Massive fixup: | garbled |