aboutsummaryrefslogtreecommitdiff
path: root/sbin/mknod
Commit message (Expand)AuthorAgeFilesLines
* In the previous changeset a cast of myminor to u_int wereXin LI2007-06-141-1/+1
* WARNS=6Xin LI2007-06-131-11/+6
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-101-2/+2
* Mark mknod(8) as deprecated. Add text in the 'COMPATIBILITY' sectionJoseph Koshy2004-12-171-1/+26
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-05-171-9/+9
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-092-8/+0
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* Document that mknod(8) can be used to undelete entries under devfs.Alfred Perlstein2003-12-291-0/+13
* Remove some more MAKEDEV information.Tom Rhodes2003-03-251-17/+2
* Killed one more instance of pseudo-devices.Ruslan Ermilov2003-02-241-1/+1
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-1/+1
* The .Nm utilityPhilippe Charnier2002-07-061-2/+2
* Minor English fixes.Dima Dorfman2002-03-101-2/+2
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
* Refer people looking to figure out what major to use for a device toDima Dorfman2001-11-041-9/+3
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-2/+2
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+1
* mdoc(7) police: Change -filled displays (which just happenRuslan Ermilov2001-02-071-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-181-2/+2
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Spelling fix.Mike Pritchard2000-03-241-1/+1
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
* Add chown(8)-like functionality. This will allow us to not use chown(8)David E. O'Brien2000-01-062-6/+98
* Cast myminor/mymajor results to u_int soMatt Jacob2000-01-051-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* 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-062-12/+15
* 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
* I was porting something from sysV world and found our cross referencesDavid E. O'Brien1997-01-271-0/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Use the .At macro where appropriate.Mike Pritchard1996-08-231-1/+2
* Document that the major and minor numbers are parsed by strtoul().Bruce Evans1996-07-301-2/+3
* Use strtoul() more carefully.Bruce Evans1996-07-301-12/+34
* Finally use strtoul() to convert the major an minor numbers, soJoerg Wunsch1996-07-272-2/+23
* Correct some man page cross references and some fileMike Pritchard1996-02-051-1/+1
* Convert to our man installation style. Also fixed long-standing bugGarrett Wollman1994-08-051-1/+1
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-263-0/+187