summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dev_mkdb/dev_mkdb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* unveil the required paths. "r" to inspect /dev, and "rwc" forderaadt2018-10-181-3/+13
* correct sizeof to use correct buffer, rather than another buffer (whichderaadt2018-08-091-2/+2
* Implement real "flock" request and add it to userland programs thatmillert2015-10-161-2/+2
* kvm_mkdb & dev_mkdb are quite similar. pledge "stdio rpath wpath cpath"deraadt2015-10-121-1/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+2
* remove erroneous char cast to switch expression processing getopt(3);okan2013-11-271-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-12/+1
* nlist.h not neededderaadt2005-04-041-4/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* ansideraadt2002-07-141-6/+4
* kill more registers.mpech2002-03-141-4/+4
* 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-3/+3
* set bsize for hash to some reasonable value instead ofmickey2000-10-031-3/+9
* some MAXPATHLEN +1 thingiesderaadt1999-12-051-2/+2
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-2/+2
* fix warningderaadt1996-08-291-2/+2
* initial import of NetBSD treederaadt1995-10-181-0/+152