summaryrefslogtreecommitdiffstats
path: root/sbin/mknod
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused #include. Add usage().charnier1998-07-062-12/+15
|
* Use err(3).charnier1997-06-161-26/+12
|
* Fixed checking for a non-numeric minor number.bde1997-03-121-2/+2
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* I was porting something from sysV world and found our cross referencesobrien1997-01-271-0/+1
| | | | | not quite as good as I would expect. So I'm introducing mknod to mkfifo, and vice-versa.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Use the .At macro where appropriate.mpp1996-08-231-1/+2
|
* Document that the major and minor numbers are parsed by strtoul().bde1996-07-301-2/+3
|
* Use strtoul() more carefully.bde1996-07-301-12/+34
| | | | | | | | Check that the major and minor are valid. Don't print `.' at the end of error messages. Fixed all warnings from "cc -Wall".
* Finally use strtoul() to convert the major an minor numbers, sojoerg1996-07-272-2/+23
| | | | | proper error-checking can be done, and octal and hexadecimal numbers are allowed.
* Correct some man page cross references and some filempp1996-02-051-1/+1
| | | | locations.
* Convert to our man installation style. Also fixed long-standing bugwollman1994-08-051-1/+1
| | | | | in `fastboot'/`fasthalt' in which the interpreter would hang around after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-263-0/+187
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
OpenPOWER on IntegriCloud