| Age | Commit message (Expand) | Author |
| 2001-12-20 | Oops, pasto. | soren |
| 2001-12-20 | Sync getopt() / man page with actual getopt options. | soren |
| 2001-12-20 | Punctuation nits, use Bd -literal instead of .nf, drop unnecessary .Pps. | wiz |
| 2001-12-20 | Punctuation nits, drop unnecessary .Pps, sort sections. | wiz |
| 2001-12-20 | Punctuation nit. | wiz |
| 2001-12-20 | Punctuation nit, sort SEE ALSO. | wiz |
| 2001-12-20 | Properly quote punctuation. | wiz |
| 2001-12-20 | Use standard headers. | wiz |
| 2001-12-20 | Use standard headers, sort sections. | wiz |
| 2001-12-20 | Use standard headers, sort SEE ALSO. | wiz |
| 2001-12-20 | Sort sections. | wiz |
| 2001-12-20 | Sort SEE ALSO. | wiz |
| 2001-12-20 | Sort sections, drop unnecessary .Pps, use standard headers. | wiz |
| 2001-12-20 | Drop unnecessary .Pps. | wiz |
| 2001-12-20 | Sort sections, drop unnecessary .Pps. | wiz |
| 2001-12-20 | Whitespace nits. | wiz |
| 2001-12-20 | Deocument the meaning of a pid value of 0 and remove the BUGS section; | kleink |
| 2001-12-17 | make sure that rlim_cur >= rlim_max in all the setrlimit(2) cases. | christos |
| 2001-12-12 | Document set time variables, and the format strings recognized. | wiz |
| 2001-12-12 | MKfoo=no -> NOfoo= | tv |
| 2001-12-04 | Replace some misuses of "then" with "than". | wiz |
| 2001-11-30 | Deal with LP64 printf format issues. | thorpej |
| 2001-11-26 | a bit more cosmetic changes. | enami |
| 2001-11-26 | Replace {u_,}longlong_t usage with {u,}int64_t, as the former has | lukem |
| 2001-11-25 | Drop a space and an unnecessary .Pp. | wiz |
| 2001-11-25 | fix conv= description | lukem |
| 2001-11-25 | - Use u_longlong_t instead of u_quad_t, u_long, or int for various buffer sizes | lukem |
| 2001-11-25 | fix WARNS=2 for -DNO_CONV | lukem |
| 2001-11-25 | - ANSI KNF | lukem |
| 2001-11-22 | Patch from mycroft to fix case of rm -rf nonexistant on a r/o fs would still | jmc |
| 2001-11-14 | Plug a memory leak when setting PWD -- don't mark the variable with | he |
| 2001-11-12 | PR/14558: Tero Kivinen: Check the return value of nanosleep and don't fail | christos |
| 2001-11-11 | Fix a cross reference in man page. This should probably be mandoc-ified | jwise |
| 2001-11-08 | Add a second example for copying directory trees, this time as root | hubertf |
| 2001-11-07 | * Fix example on how to copy a tree. | hubertf |
| 2001-11-05 | put -l explanation before -m, so that the options are in alphabet order | jdolecek |
| 2001-11-03 | change from WARNS?=1 to WARNS?=2 for bin/ | lukem |
| 2001-11-03 | default to WARNS=1 if not set | lukem |
| 2001-11-03 | fix WARNS=2 | lukem |
| 2001-11-03 | fix minor WARNS=2 | lukem |
| 2001-11-03 | fix WARNS=2 | lukem |
| 2001-11-03 | fix WARNS=2 | lukem |
| 2001-11-02 | Fix switch alias handling. Inspired from FreeBSD, but corrected to handle | christos |
| 2001-10-28 | Whitespace nits, sort sections, fix Dv usage (doesn't like macro argument). | wiz |
| 2001-10-28 | s/u_longlong_t/unsigned long long/ to shut up the parc port | lukem |
| 2001-10-26 | improve previous; use %lu and (u_long) to print size_t | lukem |
| 2001-10-26 | Cast size_t's to (int) when printing as %d; appeases the sparc port. | lukem |
| 2001-10-25 | minor improvements in wording and flag testing | lukem |
| 2001-10-25 | Implement -M flag: During a write or copy operation, treat the list of | lukem |
| 2001-10-25 | - ansi KNF (just remove all the #ifndef __STDC__ prototype junk, | lukem |