| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 1 | -2/+2 |
| 2016-10-20 | delete useless call to setlocale(3); |  schwarze | 1 | -4/+1 |
| 2016-10-06 | fix HISTORY; |  schwarze | 1 | -3/+3 |
| 2016-03-07 | Use the full idiom for error checking with strtoul(3), as |  tb | 1 | -8/+21 |
| 2016-03-06 | Drop "rpath" promise. Now that pledge() is called after setlocale(), |  tb | 1 | -2/+2 |
| 2016-03-06 | my bad. thought it was setlocale "C". |  espie | 1 | -3/+3 |
| 2016-03-06 | Tighten mknod pledge(). |  natano | 1 | -2/+2 |
| 2016-03-05 | better error messages, common work with natano@ |  espie | 1 | -9/+9 |
| 2016-03-05 | Remove unused node type; ok espie@ |  natano | 1 | -7/+4 |
| 2016-03-05 | Remove debugging code, extra whitespace and a lint annotation. |  tb | 1 | -15/+4 |
| 2016-03-05 | Use mknod(2) to create FIFOs by setting S_IFIFO in the mode. |  millert | 1 | -6/+4 |
| 2016-03-05 | Almost complete rewrite of mknod. |  espie | 2 | -118/+177 |
| 2016-03-04 | Now that the ksh built-in mknod is gone, don't mention it here. |  tb | 1 | -7/+2 |
| 2016-03-04 | Invert the pledge() condition. |  natano | 1 | -6/+4 |
| 2015-12-18 | pledge "stdio rpath wpath cpath dpath fattr", as long as the -m option |  deraadt | 1 | -2/+6 |
| 2015-02-28 | Reduce usage of predefined strings in manpages. |  bentley | 1 | -4/+4 |
| 2010-09-03 | add an EXIT STATUS section for /sbin; |  jmc | 1 | -3/+3 |
| 2010-03-27 | `b' and `c' arguments to mknod are not optional; from LEVAI Daniel |  jmc | 2 | -5/+5 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 1 | -15/+1 |
| 2009-03-21 | a paragraph break (.Pp macro) is not required before or after section headers. |  sobrado | 1 | -3/+2 |
| 2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few |  jmc | 1 | -3/+3 |
| 2009-01-06 | i saw the previous was wrong as soon as i committed it: put the |  jmc | 1 | -5/+6 |
| 2009-01-06 | document, consistently, those apps which also exist as built-ins |  jmc | 1 | -2/+7 |
| 2008-04-17 | remove a word i misinterpreted; |  jmc | 2 | -7/+7 |
| 2008-04-16 | mkfifo makes fifos, not directories; from Ben Calvert |  jmc | 2 | -20/+22 |
| 2007-12-30 | do not repeat "usage:" twice |  sobrado | 1 | -4/+5 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 2 | -4/+4 |
| 2007-05-30 | some i missed... |  jmc | 1 | -4/+4 |
| 2006-12-16 | various small improvements; |  jmc | 3 | -20/+15 |
| 2006-04-08 | Remove unused variables. |  dhill | 1 | -8/+8 |
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley |  millert | 3 | -19/+7 |
| 2002-07-03 | ansi |  deraadt | 1 | -15/+6 |
| 2002-06-09 | rm trailing whitespace |  todd | 1 | -3/+3 |
| 2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 1 | -5/+5 |
| 2001-08-21 | Remove /usr/bin/mkfifo link -- mkfifo has lived in /sbin for several |  millert | 1 | -4/+1 |
| 2001-07-07 | major -Wall cleanup, almost complete |  deraadt | 1 | -4/+4 |
| 2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. |  aaron | 2 | -9/+12 |
| 2000-02-28 | Use a base of 0 when calling stroul() as per the man page; gagnocg@ev1.net |  millert | 1 | -4/+4 |
| 2000-01-03 | When a mode is specified via the -m flag, don't allow the umask |  millert | 1 | -7/+14 |
| 1999-07-21 | discuss the "-m mode" option |  aaron | 1 | -1/+17 |
| 1999-06-05 | more .Os cleansing |  aaron | 1 | -2/+2 |
| 1999-06-04 | start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ |  aaron | 1 | -7/+7 |
| 1999-05-12 | grammar police: do not hyphenate compound words that act as adjectives if the |  aaron | 1 | -2/+2 |
| 1999-04-18 | merge mknod and mkfifo, support 'p' in mknod |  millert | 4 | -41/+228 |
| 1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net |  aaron | 1 | -2/+2 |
| 1998-11-28 | kill redundant .Nm macro arguments; other misc fixes |  aaron | 1 | -4/+4 |
| 1998-11-11 | more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixes |  aaron | 1 | -4/+3 |
| 1997-10-04 | freeze strtoul() base to 10 |  deraadt | 1 | -4/+4 |
| 1997-09-21 | $OpenBSD$ |  deraadt | 1 | -2/+1 |
| 1997-06-18 | fix non-numeric minor number checking; bde |  deraadt | 1 | -3/+3 |