summaryrefslogtreecommitdiffstats
path: root/sbin/mknod
AgeCommit message (Expand)AuthorFilesLines
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-2/+2
2016-10-20delete useless call to setlocale(3);schwarze1-4/+1
2016-10-06fix HISTORY;schwarze1-3/+3
2016-03-07Use the full idiom for error checking with strtoul(3), astb1-8/+21
2016-03-06Drop "rpath" promise. Now that pledge() is called after setlocale(),tb1-2/+2
2016-03-06my bad. thought it was setlocale "C".espie1-3/+3
2016-03-06Tighten mknod pledge().natano1-2/+2
2016-03-05better error messages, common work with natano@espie1-9/+9
2016-03-05Remove unused node type; ok espie@natano1-7/+4
2016-03-05Remove debugging code, extra whitespace and a lint annotation.tb1-15/+4
2016-03-05Use mknod(2) to create FIFOs by setting S_IFIFO in the mode.millert1-6/+4
2016-03-05Almost complete rewrite of mknod.espie2-118/+177
2016-03-04Now that the ksh built-in mknod is gone, don't mention it here.tb1-7/+2
2016-03-04Invert the pledge() condition.natano1-6/+4
2015-12-18pledge "stdio rpath wpath cpath dpath fattr", as long as the -m optionderaadt1-2/+6
2015-02-28Reduce usage of predefined strings in manpages.bentley1-4/+4
2010-09-03add an EXIT STATUS section for /sbin;jmc1-3/+3
2010-03-27`b' and `c' arguments to mknod are not optional; from LEVAI Danieljmc2-5/+5
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-15/+1
2009-03-21a paragraph break (.Pp macro) is not required before or after section headers.sobrado1-3/+2
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc1-3/+3
2009-01-06i saw the previous was wrong as soon as i committed it: put thejmc1-5/+6
2009-01-06document, consistently, those apps which also exist as built-insjmc1-2/+7
2008-04-17remove a word i misinterpreted;jmc2-7/+7
2008-04-16mkfifo makes fifos, not directories; from Ben Calvertjmc2-20/+22
2007-12-30do not repeat "usage:" twicesobrado1-4/+5
2007-05-31convert to new .Dd format;jmc2-4/+4
2007-05-30some i missed...jmc1-4/+4
2006-12-16various small improvements;jmc3-20/+15
2006-04-08Remove unused variables.dhill1-8/+8
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert3-19/+7
2002-07-03ansideraadt1-15/+6
2002-06-09rm trailing whitespacetodd1-3/+3
2002-02-16Part 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.millert1-5/+5
2001-08-21Remove /usr/bin/mkfifo link -- mkfifo has lived in /sbin for severalmillert1-4/+1
2001-07-07major -Wall cleanup, almost completederaadt1-4/+4
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.aaron2-9/+12
2000-02-28Use a base of 0 when calling stroul() as per the man page; gagnocg@ev1.netmillert1-4/+4
2000-01-03When a mode is specified via the -m flag, don't allow the umaskmillert1-7/+14
1999-07-21discuss the "-m mode" optionaaron1-1/+17
1999-06-05more .Os cleansingaaron1-2/+2
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@aaron1-7/+7
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theaaron1-2/+2
1999-04-18merge mknod and mkfifo, support 'p' in mknodmillert4-41/+228
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1-2/+2
1998-11-28kill redundant .Nm macro arguments; other misc fixesaaron1-4/+4
1998-11-11more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixesaaron1-4/+3
1997-10-04freeze strtoul() base to 10deraadt1-4/+4
1997-09-21$OpenBSD$deraadt1-2/+1
1997-06-18fix non-numeric minor number checking; bdederaadt1-3/+3