obrien
dce741572f
Add chown(8)-like functionality. This will allow us to not use chown(8)
...
in MAKEDEV(8) -- removing the need of having /usr mounted.
2000-01-06 05:20:14 +00:00
mjacob
11e37b8825
Cast myminor/mymajor results to u_int so
...
comparisons to longs work correctly on
alpha.
2000-01-05 20:18:16 +00:00
peter
e226894fa0
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
phk
77a3128287
Fix mknod which overloaded a little too much on "minor" and "major"
1999-05-10 04:50:27 +00:00
charnier
c1bbc8283c
Remove unused #include. Add usage().
1998-07-06 07:06:15 +00:00
charnier
2ccf4c0abf
Use err(3).
1997-06-16 06:35:23 +00:00
bde
1e0c8ad35a
Fixed checking for a non-numeric minor number.
1997-03-12 19:03:40 +00:00
peter
4997d39dce
Revert $FreeBSD$ to $Id$
1997-02-22 14:40:44 +00:00
obrien
62e539cf70
I was porting something from sysV world and found our cross references
...
not quite as good as I would expect. So I'm introducing mknod to mkfifo,
and vice-versa.
1997-01-27 19:20:05 +00:00
jkh
9c0cd3f9df
Make the long-awaited change from $Id$ to $FreeBSD$
...
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.
1997-01-14 07:20:47 +00:00
mpp
3af6efec9f
Use the .At macro where appropriate.
1996-08-23 01:06:24 +00:00
bde
348268374e
Document that the major and minor numbers are parsed by strtoul().
1996-07-30 17:44:36 +00:00
bde
2610a106d1
Use strtoul() more carefully.
...
Check that the major and minor are valid.
Don't print `.' at the end of error messages.
Fixed all warnings from "cc -Wall".
1996-07-30 17:43:21 +00:00
joerg
adafacbcb0
Finally use strtoul() to convert the major an minor numbers, so
...
proper error-checking can be done, and octal and hexadecimal
numbers are allowed.
1996-07-27 17:24:55 +00:00
mpp
404cd24098
Correct some man page cross references and some file
...
locations.
1996-02-05 17:32:16 +00:00
wollman
8e1bbb06c3
Convert to our man installation style. Also fixed long-standing bug
...
in `fastboot'/`fasthalt' in which the interpreter would hang around
after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
1994-08-05 02:42:42 +00:00
rgrimes
d038e02fd6
BSD 4.4 Lite sbin Sources
...
Note: XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.
1994-05-26 06:35:07 +00:00