| Age | Commit message (Expand) | Author |
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz |
| 2016-09-11 | mknod appeared in V4 | sevan |
| 2014-08-22 | Accept driver names only in the two args form together with a minor number. | mlelstv |
| 2013-06-14 | Remove old workaround for Cygwin. | tsutsui |
| 2011-08-27 | static + __dead | joerg |
| 2009-04-11 | Enable WARNS=4 by default except for: | lukem |
| 2009-02-13 | WARNS=4 | lukem |
| 2009-02-13 | fix -Wsign-compare issues | lukem |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-07-07 | Use block minor (from device name) for block devices (not char minor). | dsl |
| 2005-10-01 | fix setmode error handling. | christos |
| 2005-06-27 | Move WARNS=3 to the Makefile.inc, and add a little const to the remaining | christos |
| 2005-02-09 | WARNS=3. | xtraeme |
| 2004-06-20 | Completely rework how tools/compat is done. Purge all uses/references to | jmc |
| 2004-06-17 | We only need sys/sysctl.h when we are building on NetBSD not as a host tool. | christos |
| 2004-06-17 | Document 'mknod -l' (list drivers in kernel), and use of driver name | dsl |
| 2004-06-17 | Add support for specifying drivers by name and listing the drivers in the | dsl |
| 2004-05-11 | Constify. | christos |
| 2004-01-30 | Don't exit on error from pack_dev.c, but return an error string and | ross |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 2003-12-29 | Fix spelo | atatat |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-05-09 | Use .Nm instead of .Xr mknod, and sort options in HISTORY (incl. mdoc and gra... | wiz |
| 2003-05-08 | /sbin/wizd points out that it is CYGWIN not GYGWIN. | christos |
| 2003-05-08 | deal with cygwin's dev_t (John Gordon) | christos |
| 2003-05-08 | 2.0, not 1.7 | lukem |
| 2003-05-08 | Add -g gid -m mode -u uid so that MAKEDEV can run when chown/chmod are | dsl |
| 2003-05-08 | Move major_netbsd(), minor_netbsd(), and makedev_netbsd() from | lukem |
| 2003-04-17 | clear errno before strto(u)l() if we're going to test it for ERANGE afterwards | lukem |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 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-10-08 | cleanups suggested by simonb: | lukem |
| 2001-10-08 | improve arg clamping | lukem |
| 2001-10-08 | - move parsing of format type and format handlers into format.c, for easier | lukem |
| 2001-10-08 | Fix a formatting error. | mycroft |
| 2001-06-05 | Drop arguments of .Os. | wiz |
| 2001-02-19 | convert to use getprogname() | cgd |
| 2001-02-04 | fix nested extern | christos |
| 2000-07-03 | More include fixups and GCC 2.96 nonsense | matt |
| 2000-05-17 | To resolve PR 9451, wording and formatting adjusted to be more clear about | fair |
| 2000-03-22 | Arch-specific directories now live under .../sys/arch, not directly | simonb |
| 1998-11-24 | Add mknod <name> p which creates a named pipe. There is no real reason for | christos |
| 1998-11-24 | - document 'p' file type. | christos |
| 1998-10-13 | Print correct filename if mknod() fails. | tron |
| 1998-10-08 | Init dev to quiet compiler. | wsanchez |
| 1998-09-11 | Oops; update usage message. | mycroft |