aboutsummaryrefslogtreecommitdiff
path: root/sbin/mknod/mknod.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fix some more warnings found by clang.Rebecca Cran2010-11-221-1/+1
* Allow mknod(8) to be only invoked with a pathname as an argument.Ed Schouten2010-01-311-24/+30
* In the previous changeset a cast of myminor to u_int wereXin LI2007-06-141-1/+1
* WARNS=6Xin LI2007-06-131-11/+6
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* Add chown(8)-like functionality. This will allow us to not use chown(8)David E. O'Brien2000-01-061-5/+68
* Cast myminor/mymajor results to u_int soMatt Jacob2000-01-051-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix mknod which overloaded a little too much on "minor" and "major"Poul-Henning Kamp1999-05-101-6/+6
* Remove unused #include. Add usage().Philippe Charnier1998-07-061-10/+12
* Use err(3).Philippe Charnier1997-06-161-26/+12
* Fixed checking for a non-numeric minor number.Bruce Evans1997-03-121-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Use strtoul() more carefully.Bruce Evans1996-07-301-12/+34
* Finally use strtoul() to convert the major an minor numbers, soJoerg Wunsch1996-07-271-2/+16
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+82