Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| | |||||
* | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| | |||||
* | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+19 |
| | | | | Requested by: Simon Gerraty <sjg@juniper.net> | ||||
* | Fix some more warnings found by clang. | brucec | 2010-11-22 | 1 | -1/+1 |
| | |||||
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 1 | -1/+0 |
| | | | | They have no effect when coming in pairs, or before .Bl/.Bd | ||||
* | Bump WARNS where possible. | uqs | 2010-02-15 | 1 | -1/+0 |
| | | | | | Checked by: make universe Approved by: ed (co-mentor) | ||||
* | Allow mknod(8) to be only invoked with a pathname as an argument. | ed | 2010-01-31 | 2 | -32/+40 |
| | | | | | | | | | In 99% of the cases people just want to recreate device nodes they removed from /dev. There is no reason to pass the additional "c 0 0" anymore. Also slightly improve the manpage. Remove references to non-existent device names and platforms. | ||||
* | Refine r198714, it's not as easy as just leaving the major number zero. | brueffer | 2009-11-01 | 1 | -1/+0 |
| | | | | | Submitted by: ed MFC after: 1 week | ||||
* | The majors file was removed long ago, 0 should be used instead. | brueffer | 2009-10-31 | 1 | -4/+2 |
| | | | | | | PR: 139230 Submitted by: pluknet <pluknet@gmail.com> MFC after: 1 week | ||||
* | In the previous changeset a cast of myminor to u_int were | delphij | 2007-06-14 | 1 | -1/+1 |
| | | | | | | | | | | | removed, which will cause problems on architectures where longs are longer than ints, for instance, "mknod foo c 0 0xffff00ff" would fail in such cases. Use a proper cast instead. Prompted by: bde | ||||
* | WARNS=6 | delphij | 2007-06-13 | 1 | -11/+6 |
| | |||||
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-10 | 1 | -2/+2 |
| | |||||
* | Mark mknod(8) as deprecated. Add text in the 'COMPATIBILITY' section | jkoshy | 2004-12-17 | 1 | -1/+26 |
| | | | | | | describing the changes in device management since FreeBSD 4.0. Reviewed by: ru | ||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+2 |
| | |||||
* | Assorted markup, grammar, and spelling fixes. | ru | 2004-05-17 | 1 | -9/+9 |
| | |||||
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 2 | -8/+0 |
| | | | | | | per letter dated July 22, 1999. Approved by: core, imp | ||||
* | style.Makefile(5): | johan | 2004-02-23 | 1 | -1/+1 |
| | | | | Use WARNS?= instead of WARNS=. | ||||
* | Document that mknod(8) can be used to undelete entries under devfs. | alfred | 2003-12-29 | 1 | -0/+13 |
| | |||||
* | Remove some more MAKEDEV information. | trhodes | 2003-03-25 | 1 | -17/+2 |
| | | | | | PR: 50294 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> | ||||
* | Killed one more instance of pseudo-devices. | ru | 2003-02-24 | 1 | -1/+1 |
| | |||||
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 1 | -1/+1 |
| | |||||
* | The .Nm utility | charnier | 2002-07-06 | 1 | -2/+2 |
| | |||||
* | Minor English fixes. | dd | 2002-03-10 | 1 | -2/+2 |
| | | | | | PR: 35730 Submitted by: Gary W. Swearingen <swear@blarg.net> | ||||
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -0/+1 |
| | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike | ||||
* | Refer people looking to figure out what major to use for a device to | dd | 2001-11-04 | 1 | -9/+3 |
| | | | | | | | | MAKEDEV and sys/conf/majors, not sys/conf/device.<arch>, which has never existed in the history of FreeBSD (well, at least it isn't in the repository). PR: 31558 | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | ru | 2001-07-06 | 1 | -2/+2 |
| | |||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: Change -filled displays (which just happen | ru | 2001-02-07 | 1 | -1/+1 |
| | | | | | | to be the same as -ragged in the current implementation) to -ragged. With mdocNG, -filled displays produce the correct output, formatted and justified to both margins. | ||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -1/+1 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-18 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
| | |||||
* | Spelling fix. | mpp | 2000-03-24 | 1 | -1/+1 |
| | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -1/+2 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | Add chown(8)-like functionality. This will allow us to not use chown(8) | obrien | 2000-01-06 | 2 | -6/+98 |
| | | | | in MAKEDEV(8) -- removing the need of having /usr mounted. | ||||
* | Cast myminor/mymajor results to u_int so | mjacob | 2000-01-05 | 1 | -1/+2 |
| | | | | | comparisons to longs work correctly on alpha. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | Fix mknod which overloaded a little too much on "minor" and "major" | phk | 1999-05-10 | 1 | -6/+6 |
| | |||||
* | Remove unused #include. Add usage(). | charnier | 1998-07-06 | 2 | -12/+15 |
| | |||||
* | Use err(3). | charnier | 1997-06-16 | 1 | -26/+12 |
| | |||||
* | Fixed checking for a non-numeric minor number. | bde | 1997-03-12 | 1 | -2/+2 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | I was porting something from sysV world and found our cross references | obrien | 1997-01-27 | 1 | -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$ | jkh | 1997-01-14 | 1 | -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. | mpp | 1996-08-23 | 1 | -1/+2 |
| | |||||
* | Document that the major and minor numbers are parsed by strtoul(). | bde | 1996-07-30 | 1 | -2/+3 |
| | |||||
* | Use strtoul() more carefully. | bde | 1996-07-30 | 1 | -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, so | joerg | 1996-07-27 | 2 | -2/+23 |
| | | | | | proper error-checking can be done, and octal and hexadecimal numbers are allowed. |