| Age | Commit message (Expand) | Author |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-09-22 | Bump date for previous; comma cleanup. | wiz |
| 2003-09-22 | After last weeks addition of the '-b' flag, add '-B' and '-w' flags, | jschauma |
| 2003-09-14 | Bump date for previous. | wiz |
| 2003-09-14 | Implement '-b' option, which, following FreeBSD, Linux and (I think) Solaris | jschauma |
| 2003-09-02 | Sort options (AaBb...). | wiz |
| 2003-08-28 | From FreeBSD bug report 54294, via Jonathan Gray and then jmc@openbsd: | wiz |
| 2003-08-13 | use bounded string op | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-05-30 | Pass a NULL to getbsize() for any arguments that aren't needed, and | simonb |
| 2003-05-11 | If both -g and -l options are present, let -l take precedence over -g, | kleink |
| 2003-05-07 | Add a FALLTHROUGH to keep lint happy. | simonb |
| 2003-05-07 | make -g behave as it should according to SUSv3 (long listing without | grant |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-02-10 | some mdoc improvements. | grant |
| 2002-11-16 | we can't do {} while (0) for TEST() macro since it has "break" which | itojun |
| 2002-11-09 | Default .Ar arugment is sufficient. | enami |
| 2002-11-09 | Cosmetic changes. | enami |
| 2002-09-27 | Need to initialise the blocksize variable if the -i option is used | simonb |
| 2002-09-25 | New policy: New sentences start on a new line. | wiz |
| 2002-09-14 | Use the output blocksize when computing how much room to leave for the | sommerfeld |
| 2002-08-01 | don't include utmp.h | christos |
| 2002-06-24 | Note that -T is to be used with -l; synced with FreeBSD via Michal | kleink |
| 2002-04-29 | Add missing -p to synopsis; from Ryan Younce in PR misc/16555. | kleink |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-02-03 | Add explanation of directory sizes, and a reference to dir(5), | fair |
| 2002-01-31 | Roll in fixes to permit cross-compiling from non-NetBSD hosts. This | tv |
| 2002-01-29 | Add hooks to make mtree compilable from src/tools. | tv |
| 2001-12-20 | Oops, pasto. | soren |
| 2001-12-20 | Sync getopt() / man page with actual getopt options. | soren |
| 2001-12-20 | Use standard headers. | wiz |
| 2001-12-20 | Whitespace nits. | wiz |
| 2001-11-03 | change from WARNS?=1 to WARNS?=2 for bin/ | lukem |
| 2001-10-19 | enable WARNS?= 2 | lukem |
| 2001-10-18 | fix strlcpy length in previous... | lukem |
| 2001-10-18 | make this WARNS=2 safe | lukem |
| 2001-10-18 | flags_to_strings() changes: | lukem |
| 2001-07-08 | Xref getbsize(3). | simonb |
| 2001-02-04 | fix nested extern. | christos |
| 2000-09-04 | For commands and utilities, use EXIT STATUS rather than RETURN VALUES as | kleink |
| 2000-08-28 | Add 'RETURN VALUE' section header. | hubertf |
| 2000-07-29 | convert to new KNF | lukem |
| 2000-07-23 | ts_nsec -> tv_nsec, per POSIX. | mycroft |
| 2000-06-22 | make sure to print file names consistenly in column mode | assar |
| 2000-06-17 | Do not modify the file name when not printing non-printables, also do | assar |
| 2000-05-28 | Add Ev tag to COLUMNS | bjh21 |
| 2000-03-06 | - Fix a typo that when group_from_gid is failed (though it merely fails | enami |
| 2000-01-05 | Add description of FIFOs in long display (was commented out). | mjl |
| 1999-11-09 | Since our gcc doesn't warn about NULL format strings anymore, we can | drochner |
| 1999-11-02 | Call setlocale(3) to use localization in "ls" as suggested by | tron |