| Age | Commit message (Expand) | Author |
| 2023-04-07 | The great shell trailing whitespace cleanup of 2023... | kre |
| 2022-09-18 | Add the -l option (aka -o login): be a login shell. Meaningful only on | kre |
| 2021-10-26 | Use a type-correct end marker for strstrcat() rather than NULL, as | kre |
| 2021-10-26 | PR bin/56464 | kre |
| 2021-09-15 | Improve the solution for the 2nd access to a fd which shouldn't | kre |
| 2020-02-07 | bin/sh: Fixes -Werror=shadow causing build breaks. | fox |
| 2020-02-06 | Actually, the issue with bash (in previous) is more likely that the | kre |
| 2020-02-06 | If we are invoked with SIGCHLD ignored, we fail badly, as we assume | kre |
| 2019-02-09 | When an interactive shell exits due to an EOF on stdin, send a newline | kre |
| 2019-02-04 | PR bin/53919 | kre |
| 2019-01-19 | When we exit from running off the end of the input file (which | kre |
| 2018-12-11 | PR standards/42829 | kre |
| 2018-12-03 | Cleanup traps a bit - attempt to handle weird uses in traps, such | kre |
| 2018-12-03 | When forking a child shell, arrange for errors/exit to always unwind | kre |
| 2018-08-22 | Fix (hopefully) the problem reported on current-users by Patrick Welche. | kre |
| 2018-08-19 | PR bin/48875 (is related, and ameliorated, but not exactly "fixed") | kre |
| 2018-08-19 | PR bin/48875 | kre |
| 2018-01-23 | drop main() prototype | sevan |
| 2017-07-05 | DEBUG only changes. Convert the TRACE() calls in the remaining files | kre |
| 2017-06-19 | Correct the initial line number used for processing -c arg strings. | kre |
| 2017-05-29 | More DEBUG mode changes. As usual, read the source if you care. | kre |
| 2017-05-18 | NFC: added a minor comment (and enev then, in DEBUG code only) | kre |
| 2017-04-22 | Keep track of the biggest fd used by, or available to, the user/script | kre |
| 2016-05-09 | PR bin/48875 - avoid holding (replaced) file descriptors open when running a | kre |
| 2016-05-09 | Revert previous. These changes are intended to get made (and will | kre |
| 2016-05-09 | Finish the fd reassignment fixes from 1.43 and 1.45 ... if we are moving | kre |
| 2016-03-31 | Implement the NETBSD_SHELL readonly unexportable unimportable | christos |
| 2016-03-27 | General KNF and source code cleanups, avoid scattering the | christos |
| 2016-03-01 | Fix wrong condition in previous causing bogus 'Use "exit" to leave | martin |
| 2016-02-29 | Complete implementation of the noexec option (-n) including | christos |
| 2016-02-27 | Improve debugging, from kre (I hooked it to the build). | christos |
| 2015-05-26 | Drop privileges when executed set{u,g}id unless -p is specified like other | christos |
| 2014-05-31 | PR/48843: Jarmo Jaakkola: dot commands mess up scope nesting tracking | christos |
| 2011-06-18 | PR/45069: Henning Petersen: Use prototypes from builtins.h . | christos |
| 2010-02-21 | fix faulty logic in previous change. | christos |
| 2010-02-20 | default to the original behavior for $ENV unless POSIXLY_CORRECT is set. | christos |
| 2010-02-17 | PR/42828: Richard Hansen: Don't evaluate ${ENV} if not interactive. | christos |
| 2009-01-18 | fix -Wsign-compare issues | lukem |
| 2008-10-16 | Remove unused global variables | dholland |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2005-10-10 | PR/31548: Alexander Rigbo: $PWD not set when shell starts up, before pwd | christos |
| 2005-07-15 | Only do certain actions when we are trully interactive, not just when we | christos |
| 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 |