bde
0907937ec9
Fixed printf format errors.
1998-06-28 18:59:04 +00:00
charnier
e24c00e472
Use warnx()+fprintf() to handle multi-line messages. Correct K&R support and
...
KNF continuation indent rule.
Requested by: Bruce.
1998-06-08 06:41:47 +00:00
charnier
76d66c4b07
Add section number to .Xr. Use of .Nm. Typo. Add rcsid. Remove unused
...
#includes. Use err(3).
1998-06-04 06:49:13 +00:00
jkoshy
39cb58c7f7
Use the correct macro for file names. Remove empty `HISTORY' section.
...
PR: 6780
Submitted by: Yoshishige Arai <ryo2@on.rim.or.jp>
1998-05-29 10:15:28 +00:00
bde
918b070c4d
Fixed annoying warning for unused sccsid.
1998-02-24 01:36:58 +00:00
jdp
8c4f87b21c
Die and stay dead. Ya got it?!
1997-07-04 01:30:09 +00:00
bde
1a324f2063
This commit was generated by cvs2svn to compensate for changes in r27163,
...
which included commits to RCS files with non-trunk default branches.
1997-07-02 00:25:26 +00:00
bde
201ca36885
Import Lite2's src/sbin, except for XNSrouted and routed. All relevant
...
files in src/sbin are off the vendor branch, so this doesn't change the
active versions.
1997-07-02 00:25:26 +00:00
steve
9c6b7d527a
Show the real revision date and not the date that this
...
manpage is being viewed.
1997-06-23 04:03:49 +00:00
charnier
1c8e238ffb
Add Id. Use err(3). Costmetic in usage string.
1997-06-10 11:08:53 +00:00
imp
88b6081b7e
compare return value from getopt against -1 rather than EOF, per the final
...
posix standard on the topic.
1997-03-29 03:33:12 +00:00
imp
5a84afbc16
Use mkstemp rather than mktemp to prevent a small race.
...
Obtained from: OpenBSD
1997-03-24 05:44:28 +00:00
peter
4997d39dce
Revert $FreeBSD$ to $Id$
1997-02-22 14:40:44 +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
wosch
e902881dbf
Sort cross references.
1997-01-13 00:25:51 +00:00
bde
2c595a15c0
Moved initialization of defaults for the label for the whole disk from
...
disklabel(8) to the kernel (dsopen()). Drivers should initialize the
hardware values (rpm, interleave, skews). Drivers currently don't do
this, but it usually doesn't matter since rotational position stuff is
normally disabled.
1996-06-17 14:43:54 +00:00
mpp
99996af085
Correct some man page cross references and file location references.
1996-04-07 00:06:21 +00:00
joerg
a6bf5185c1
Try to preserve the fdisk table in the primary bootstrap, should it
...
already exist.
Mention the cases where this doesn't work in the BUGS section of the
man page.
1996-02-03 21:14:09 +00:00
joerg
586f668ca3
Finally implement the "auto" disktype. It attempts to get all the
...
required information from the driver, and produce a virgin disklabel
for it. The latter might be further edited with `disklabel -e' to
satisfy the user's need.
The magic sequence is:
disklabel -r -w sdX auto
disklabel -e sdX
1996-01-22 01:01:15 +00:00
joerg
b3910de9e0
Declare functions, resolve printf-format warnings.
1996-01-21 23:55:47 +00:00
peter
ad125bf277
recording cvs-1.6 file death
1995-12-30 19:02:48 +00:00
peter
6470cdf2a0
This commit was generated by cvs2svn to compensate for changes in r13122,
...
which included commits to RCS files with non-trunk default branches.
1995-12-30 19:02:48 +00:00
rgrimes
0d84aee7e3
Remove trailing whitespace.
1995-05-30 06:12:45 +00:00
bde
65444b86b5
Don't clobber d_secperunit in disklabel -e'.
disklabel -e' replaces all
...
the values that it doesn't print by defaults. This seems wrong. I want
to be able to see the total number of sectors more than edit it. The
default d_secperunit of (sectors/track * tracks/cylinder * cylinders) is
bogus if sectors/track is only an approximation and more bogus if
sectors/track and tracks/cylinder are dummy values such as 4096 and 1
to defeat ufs's pessimizations.
1995-02-22 23:21:29 +00:00
gibbs
948b9d9b81
Allow for the specification of bsize, fsize, and bps (blocks per segment)
...
for LFS filesystems.
1995-01-04 23:49:51 +00:00
pst
ced2a4c78a
disklabel will dump core if you give it too few numbers to process
...
Obtained from: NetBSD misc/490 - John Kohl
1994-09-26 04:45:11 +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
58b996b6c4
Remove stuff for building manual pages the old way.
1994-05-28 06:25:34 +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