summaryrefslogtreecommitdiffstats
path: root/sbin/mknod (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* delete useless call to setlocale(3);schwarze2016-10-201-4/+1
* fix HISTORY;schwarze2016-10-061-3/+3
* Use the full idiom for error checking with strtoul(3), astb2016-03-071-8/+21
* Drop "rpath" promise. Now that pledge() is called after setlocale(),tb2016-03-061-2/+2
* my bad. thought it was setlocale "C".espie2016-03-061-3/+3
* Tighten mknod pledge().natano2016-03-061-2/+2
* better error messages, common work with natano@espie2016-03-051-9/+9
* Remove unused node type; ok espie@natano2016-03-051-7/+4
* Remove debugging code, extra whitespace and a lint annotation.tb2016-03-051-15/+4
* Use mknod(2) to create FIFOs by setting S_IFIFO in the mode.millert2016-03-051-6/+4
* Almost complete rewrite of mknod.espie2016-03-052-123/+182
* Now that the ksh built-in mknod is gone, don't mention it here.tb2016-03-041-7/+2
* Invert the pledge() condition.natano2016-03-041-6/+4
* pledge "stdio rpath wpath cpath dpath fattr", as long as the -m optionderaadt2015-12-181-2/+6
* Reduce usage of predefined strings in manpages.bentley2015-02-281-4/+4
* add an EXIT STATUS section for /sbin;jmc2010-09-031-3/+3
* `b' and `c' arguments to mknod are not optional; from LEVAI Danieljmc2010-03-272-5/+5
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* a paragraph break (.Pp macro) is not required before or after section headers.sobrado2009-03-211-3/+2
* bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc2009-02-081-3/+3
* i saw the previous was wrong as soon as i committed it: put thejmc2009-01-061-5/+6
* document, consistently, those apps which also exist as built-insjmc2009-01-061-2/+7
* remove a word i misinterpreted;jmc2008-04-172-7/+7
* mkfifo makes fifos, not directories; from Ben Calvertjmc2008-04-162-20/+22
* do not repeat "usage:" twicesobrado2007-12-301-4/+5
* convert to new .Dd format;jmc2007-05-312-4/+4
* some i missed...jmc2007-05-301-4/+4
* various small improvements;jmc2006-12-163-20/+15
* Remove unused variables.dhill2006-04-081-8/+8
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-023-19/+7
* ansideraadt2002-07-031-15/+6
* rm trailing whitespacetodd2002-06-091-3/+3
* 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.millert2002-02-161-5/+5
* Remove /usr/bin/mkfifo link -- mkfifo has lived in /sbin for severalmillert2001-08-211-4/+1
* major -Wall cleanup, almost completederaadt2001-07-071-4/+4
* Remove hard sentence breaks, and some other cleanup along the way.aaron2000-03-182-9/+12
* Use a base of 0 when calling stroul() as per the man page; gagnocg@ev1.netmillert2000-02-281-4/+4
* When a mode is specified via the -m flag, don't allow the umaskmillert2000-01-031-7/+14
* discuss the "-m mode" optionaaron1999-07-211-1/+17
* more .Os cleansingaaron1999-06-051-2/+2
* start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@aaron1999-06-041-7/+7
* grammar police: do not hyphenate compound words that act as adjectives if theaaron1999-05-121-2/+2
* merge mknod and mkfifo, support 'p' in mknodmillert1999-04-184-41/+228
* always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1998-12-151-2/+2
* kill redundant .Nm macro arguments; other misc fixesaaron1998-11-281-4/+4
* more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixesaaron1998-11-111-4/+3
* freeze strtoul() base to 10deraadt1997-10-041-4/+4
* $OpenBSD$deraadt1997-09-211-2/+1
* fix non-numeric minor number checking; bdederaadt1997-06-181-3/+3