Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 1 | -4/+0 |
| | | | | | | per letter dated July 22, 1999. Approved by: core, imp | ||||
* | Add chown(8)-like functionality. This will allow us to not use chown(8) | obrien | 2000-01-06 | 1 | -5/+68 |
| | | | | 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 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -10/+12 |
| | |||||
* | 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 |
| | |||||
* | 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 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 | 1 | -2/+16 |
| | | | | | proper error-checking can be done, and octal and hexadecimal numbers are allowed. | ||||
* | BSD 4.4 Lite sbin Sources | rgrimes | 1994-05-26 | 1 | -0/+82 |
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin. |