index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
mknod
/
mknod.c
Age
Commit message (
Expand
)
Author
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2016-10-20
delete useless call to setlocale(3);
Ingo Schwarze
2016-03-07
Use the full idiom for error checking with strtoul(3), as
tb
2016-03-06
Drop "rpath" promise. Now that pledge() is called after setlocale(),
tb
2016-03-06
my bad. thought it was setlocale "C".
Marc Espie
2016-03-06
Tighten mknod pledge().
natano
2016-03-05
better error messages, common work with natano@
Marc Espie
2016-03-05
Remove unused node type; ok espie@
natano
2016-03-05
Remove debugging code, extra whitespace and a lint annotation.
tb
2016-03-05
Use mknod(2) to create FIFOs by setting S_IFIFO in the mode.
Todd C. Miller
2016-03-05
Almost complete rewrite of mknod.
Marc Espie
2016-03-04
Invert the pledge() condition.
natano
2015-12-18
pledge "stdio rpath wpath cpath dpath fattr", as long as the -m option
Theo de Raadt
2010-03-27
`b' and `c' arguments to mknod are not optional; from LEVAI Daniel
Jason McIntyre
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2007-12-30
do not repeat "usage:" twice
Igor Sobrado
2006-12-16
various small improvements;
Jason McIntyre
2006-04-08
Remove unused variables.
David Hill
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-07-03
ansi
Theo de Raadt
2002-06-09
rm trailing whitespace
Todd T. Fries
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-07-07
major -Wall cleanup, almost complete
Theo de Raadt
2000-02-28
Use a base of 0 when calling stroul() as per the man page; gagnocg@ev1.net
Todd C. Miller
2000-01-03
When a mode is specified via the -m flag, don't allow the umask
Todd C. Miller
1999-04-18
merge mknod and mkfifo, support 'p' in mknod
Todd C. Miller
1997-10-04
freeze strtoul() base to 10
Theo de Raadt
1997-06-18
fix non-numeric minor number checking; bde
Theo de Raadt
1996-08-02
use strtoul and check errors; from freebsd
Theo de Raadt
1996-06-23
update rcsid
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt