| Age | Commit message (Expand) | Author |
| 2011-07-12 | Move the savehandler assignment before setjmp() to avoid triggering | joerg |
| 2011-07-01 | add a comment to confirm a workaround as only being a GCC 4.1 issue. | mrg |
| 2011-06-22 | add a missing part from rev 1.10 and s/newline/newlinex/. found by GCC 4.5.3. | mrg |
| 2011-06-22 | apply some -Wno-error and/or -fno-strict-aliasing. | mrg |
| 2011-06-19 | Use Fl Fl for long options. | wiz |
| 2011-06-19 | document --xz | christos |
| 2011-06-18 | add --xz | christos |
| 2011-06-18 | PR/45069: Henning Petersen: Use prototypes from builtins.h . | christos |
| 2011-06-13 | Sort sections. Remove trailing whitespace. | wiz |
| 2011-06-13 | When converting from pages to kilobytes, cast the return value of | dholland |
| 2011-06-13 | Typos. | uebayasi |
| 2011-06-11 | document OLDPWD and cd - | christos |
| 2011-06-10 | Support $OLDPWD. (christos@ will update the manual.) | uebayasi |
| 2011-05-31 | Sort options in SYNOPSIS, sort option descriptions, remove some extra | wiz |
| 2011-05-31 | PR/45008: Martin Neitzel: document all rcmd(1) options. -46p were missing, | christos |
| 2011-05-26 | Default to -Wno-sign-compare -Wno-pointer-sign for clang. | joerg |
| 2011-05-23 | Conditionalize printfs instead of using conditional empty format | joerg |
| 2011-04-28 | Sort sections, punctuation nits. | wiz |
| 2011-04-02 | Wording fixes from Ryo HAYASAKA, thanks. | mbalmer |
| 2011-03-26 | Fix bogus paranthesis, From Henning Peternse in PR bin/44773. | martin |
| 2011-03-23 | minor usage nit | dholland |
| 2011-03-15 | - use printf(3) "'" format to do thousands grouping instead of custom version. | christos |
| 2011-03-15 | Add -M to usage. | wiz |
| 2011-03-15 | Remove trailing whitespace. Add -M to usage. | wiz |
| 2011-03-15 | PR#7540, add a -M option to ls which causes sizes (and number of blocks) to be | erh |
| 2011-03-09 | Fix sub-section references. | njoly |
| 2011-02-27 | Typographical improvement by David H. Gutteridge in PR 44645. | wiz |
| 2011-02-17 | Tell copyfd if the caller wants the exact tofd to just fd >= tofd. | pooka |
| 2011-02-13 | fix typo, from Randolf Richardson in PR 44559 | dholland |
| 2011-02-06 | Put -l compatibility note in STANDARDS section. | wiz |
| 2011-02-06 | Add -l option to copy a tree as links. | darcy |
| 2011-02-04 | Remove the rif/rof options and add rump.dd. This makes usage | pooka |
| 2011-01-29 | revert the revert and fix the code properly. | christos |
| 2011-01-28 | roll back to 20101210 -- the current version just hung if one tried | drochner |
| 2011-01-24 | Use Fx. | wiz |
| 2011-01-24 | document what -a is for | yamt |
| 2011-01-23 | The previous commit removed a { } block, and unintendedly introduced a | hauke |
| 2011-01-23 | The Solaris 7 "/usr/{,xpg4/}bin/sort"s expect whitespace between the "-k" | hauke |
| 2011-01-22 | fix previous. | christos |
| 2011-01-22 | Make printing of lwp flags similar to the process one, identifying (O)nproc | christos |
| 2011-01-13 | No need to cast with bsearch(), it returns a void *. Use __arraycount(). | jym |
| 2011-01-07 | Call el_source before initializing sh-specific editline properties (i.e. | jmmv |
| 2011-01-04 | Fix fd leak in error case. Found by cppcheck. | wiz |
| 2010-12-23 | Fix speling ("deferred," not "defered") as reported in #netbsd-code on | riz |
| 2010-12-22 | Add iseek and oseek option as aliases for skip and seek respectively. | enami |
| 2010-12-22 | Copy argument before modifying it so that ps shows entire argument. | enami |
| 2010-12-22 | Sort option descriptions, bump date for -a. | wiz |
| 2010-12-22 | Say that -a is non-standard and -P is the default. | christos |
| 2010-12-21 | Add -a archive flag. from Aleksey Cheusov | christos |
| 2010-12-17 | Fix cross-reference, dir(5) -> dirent(3). | njoly |