summaryrefslogtreecommitdiff
path: root/sbin/mknod
AgeCommit message (Expand)Author
2016-10-20delete useless call to setlocale(3);Ingo Schwarze
2016-10-06fix HISTORY;Ingo Schwarze
2016-03-07Use the full idiom for error checking with strtoul(3), astb
2016-03-06Drop "rpath" promise. Now that pledge() is called after setlocale(),tb
2016-03-06my bad. thought it was setlocale "C".Marc Espie
2016-03-06Tighten mknod pledge().natano
2016-03-05better error messages, common work with natano@Marc Espie
2016-03-05Remove unused node type; ok espie@natano
2016-03-05Remove debugging code, extra whitespace and a lint annotation.tb
2016-03-05Use mknod(2) to create FIFOs by setting S_IFIFO in the mode.Todd C. Miller
2016-03-05Almost complete rewrite of mknod.Marc Espie
2016-03-04Now that the ksh built-in mknod is gone, don't mention it here.tb
2016-03-04Invert the pledge() condition.natano
2015-12-18pledge "stdio rpath wpath cpath dpath fattr", as long as the -m optionTheo de Raadt
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2010-09-03add an EXIT STATUS section for /sbin;Jason McIntyre
2010-03-27`b' and `c' arguments to mknod are not optional; from LEVAI DanielJason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-03-21a paragraph break (.Pp macro) is not required before or after section headers.Igor Sobrado
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2009-01-06i saw the previous was wrong as soon as i committed it: put theJason McIntyre
2009-01-06document, consistently, those apps which also exist as built-insJason McIntyre
2008-04-17remove a word i misinterpreted;Jason McIntyre
2008-04-16mkfifo makes fifos, not directories; from Ben CalvertJason McIntyre
2007-12-30do not repeat "usage:" twiceIgor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30some i missed...Jason McIntyre
2006-12-16various small improvements;Jason McIntyre
2006-04-08Remove unused variables.David Hill
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-07-03ansiTheo de Raadt
2002-06-09rm trailing whitespaceTodd T. Fries
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-08-21Remove /usr/bin/mkfifo link -- mkfifo has lived in /sbin for severalTodd C. Miller
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.Aaron Campbell
2000-02-28Use a base of 0 when calling stroul() as per the man page; gagnocg@ev1.netTodd C. Miller
2000-01-03When a mode is specified via the -m flag, don't allow the umaskTodd C. Miller
1999-07-21discuss the "-m mode" optionAaron Campbell
1999-06-05more .Os cleansingAaron Campbell
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@Aaron Campbell
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theAaron Campbell
1999-04-18merge mknod and mkfifo, support 'p' in mknodTodd C. Miller
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28kill redundant .Nm macro arguments; other misc fixesAaron Campbell
1998-11-11more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixesAaron Campbell
1997-10-04freeze strtoul() base to 10Theo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-06-18fix non-numeric minor number checking; bdeTheo de Raadt
1996-08-02use strtoul and check errors; from freebsdTheo de Raadt