aboutsummaryrefslogtreecommitdiff
path: root/sbin/disklabel/disklabel.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a gcc stupidity where it thought a variable was being used uninitializedBill Fumerola1999-07-211-2/+5
* Look for boot blocks in new default location.Jordan K. Hubbard1998-12-171-17/+5
* Oops, don't quite use RAW_PART instead of RAWPARTITION. Use 'a' + RAW_PARTBruce Evans1998-10-231-2/+2
* Updated the error message for EXDEV to match recent kernel fixes.Bruce Evans1998-10-171-11/+5
* Attempt to fix my breakage of the alpha makebootarea() in rev.1.19.Bruce Evans1998-08-231-7/+7
* Try to make this compile on both alpha and i386Gary Palmer1998-08-211-2/+2
* Fixed style bugs in previous commit.Bruce Evans1998-08-171-37/+36
* Teach disklabel how to install a bootstrap on an alpha with SRM console.Doug Rabson1998-08-171-2/+37
* Fixed bugs in `disklabel -R...':Bruce Evans1998-07-251-8/+21
* Clear d_boot0 and d_boot1 in the virgin label. These are overlaid byBruce Evans1998-07-201-7/+7
* Fixed printf format errors.Bruce Evans1998-06-281-43/+47
* Use warnx()+fprintf() to handle multi-line messages. Correct K&R support andPhilippe Charnier1998-06-081-12/+10
* Add section number to .Xr. Use of .Nm. Typo. Add rcsid. Remove unusedPhilippe Charnier1998-06-041-56/+34
* Add Id. Use err(3). Costmetic in usage string.Philippe Charnier1997-06-101-56/+53
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Use mkstemp rather than mktemp to prevent a small race.Warner Losh1997-03-241-11/+11
* Moved initialization of defaults for the label for the whole disk fromBruce Evans1996-06-171-10/+4
* Try to preserve the fdisk table in the primary bootstrap, should itJoerg Wunsch1996-02-031-0/+27
* Finally implement the "auto" disktype. It attempts to get all theJoerg Wunsch1996-01-221-1/+47
* Declare functions, resolve printf-format warnings.Joerg Wunsch1996-01-211-33/+75
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Don't clobber d_secperunit in `disklabel -e'. `disklabel -e' replaces allBruce Evans1995-02-221-0/+11
* Allow for the specification of bsize, fsize, and bps (blocks per segment)Justin T. Gibbs1995-01-041-1/+16
* disklabel will dump core if you give it too few numbers to processPaul Traina1994-09-261-4/+10
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+1314