| Age | Commit message (Expand) | Author |
| 2010-05-14 | Don't break lines in .It, there be dragons in groff. | joerg |
| 2010-05-14 | Reorder sections to canonical order. Use .Ex -std | joerg |
| 2010-05-14 | Quote punctation. | joerg |
| 2010-04-23 | Add MKBSDTAR, defaulting to no. It switching cpio and tar to the | joerg |
| 2010-04-05 | \\ -> \e | joerg |
| 2010-04-05 | \\ -> \e | joerg |
| 2010-04-02 | - int putbuf_func ARGS((const char *s, size_t len)); | plunky |
| 2010-04-02 | make it obvious to grep that we are checking ctime. | christos |
| 2010-04-01 | handle ctime returning NULL | christos |
| 2010-03-23 | bump date for previous | dholland |
| 2010-03-23 | The -X option of tar names a file containing exception globs, not | dholland |
| 2010-03-22 | Use .In instead of .Aq Pa for header files | joerg |
| 2010-03-22 | Use .In instead of .Aq .Pa for signal.h. | joerg |
| 2010-03-01 | \\ -> \e | joerg |
| 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 |
| 2010-02-06 | When using -lcurses, you also need -lterminfo. | he |
| 2010-02-04 | Remove trailing whitespace. | wiz |
| 2010-02-04 | For the -d option, refer to parsedate(3) for examples. | reed |
| 2010-02-03 | Userland now builds and uses terminfo instead of termcap. | roy |
| 2010-01-22 | Document "-f". From Andreas Wiese in PR bin/35409, slightly modified. | snj |
| 2010-01-17 | Match curly braces in undef(FILEC) case. Found by cppcheck. | wiz |
| 2010-01-01 | Bump date for cd -P support. | wiz |
| 2010-01-01 | fix another typo | dholland |
| 2010-01-01 | Make the cd builtin accept and ignore -P, which is a kshism that has been | dholland |
| 2010-01-01 | fix typo | dholland |
| 2009-12-21 | Remove unnecessary casts. | christos |
| 2009-12-21 | Free pt in another error case. | wiz |
| 2009-12-14 | Bump date for previous. | wiz |
| 2009-12-14 | use .ORDER for rules that create multiple files. | christos |
| 2009-12-14 | Don't use NOGLOB_MTCH for pax, only for tar. Fixes fix for PR 41167 and | dholland |
| 2009-12-14 | Document "stty insane" properly. Closes PR bin/25024. | dholland |
| 2009-12-11 | Rewrite file generation rules using ${GENCMD}. No functional changes intended. | uebayasi |
| 2009-12-07 | Define dependencies of arith.[ch] on arith.y. | uebayasi |
| 2009-11-27 | Use %zu in printf format for size_t value. | tsutsui |
| 2009-11-24 | Back out fix for PR 22846 as it has issues. See PR 22846 for details. | seanb |
| 2009-11-13 | Removed return statement in parser action that caused a memory leak with | gson |
| 2009-11-10 | Correct usage for parentheses, and mark up "expression" in more places. | wiz |
| 2009-10-31 | Avoid generating a corrupt history file if multiple ksh exit together. | dsl |
| 2009-10-29 | use flex options instead of #defines | christos |
| 2009-10-24 | Show that -l is option for bind builtin. | reed |
| 2009-10-22 | Wrong buffer len being passed to strlcpy(). Innocuous | seanb |
| 2009-10-21 | Bump date for uarea swap-out removal. | wiz |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-10-08 | Fix the "dne" handling and chmod behaviour properly: values of dne | pooka |
| 2009-10-07 | only for when trap if we are going to exit. | christos |
| 2009-10-06 | fix regression exit1: Don't exec the last command in a subshell if it has | christos |
| 2009-10-06 | Make this slightly more portable; it has to run on arbitary host | apb |
| 2009-10-01 | Make sure that numerical signals and pids are in range for their types. | spz |