summaryrefslogtreecommitdiffstats
path: root/sbin/disklabel/disklabel.c
Commit message (Expand)AuthorAgeFilesLines
* Turn dkcksum() into an __inline function.phk2000-09-161-1/+0
* A local WIP snook in rev 1.31.obrien2000-04-211-6/+2
* Found more places where 'r' was being prepended to the device name.obrien2000-04-201-4/+8
* Add include of errno.h where needed, remove extern int errno where not.imp2000-04-141-3/+1
* Don't prepend "r" for the raw device anymore.obrien2000-04-101-1/+1
* 10 X's for mkstemp(), and don't redefine _PATH_TMPkris2000-01-101-1/+1
* Remove duplicate declarations for two internal functions.billf1999-09-251-2/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix a gcc stupidity where it thought a variable was being used uninitializedbillf1999-07-211-2/+5
* Look for boot blocks in new default location.jkh1998-12-171-17/+5
* Oops, don't quite use RAW_PART instead of RAWPARTITION. Use 'a' + RAW_PARTbde1998-10-231-2/+2
* Updated the error message for EXDEV to match recent kernel fixes.bde1998-10-171-11/+5
* Attempt to fix my breakage of the alpha makebootarea() in rev.1.19.bde1998-08-231-7/+7
* Try to make this compile on both alpha and i386gpalmer1998-08-211-2/+2
* Fixed style bugs in previous commit.bde1998-08-171-37/+36
* Teach disklabel how to install a bootstrap on an alpha with SRM console.dfr1998-08-171-2/+37
* Fixed bugs in `disklabel -R...':bde1998-07-251-8/+21
* Clear d_boot0 and d_boot1 in the virgin label. These are overlaid bybde1998-07-201-7/+7
* Fixed printf format errors.bde1998-06-281-43/+47
* Use warnx()+fprintf() to handle multi-line messages. Correct K&R support andcharnier1998-06-081-12/+10
* Add section number to .Xr. Use of .Nm. Typo. Add rcsid. Remove unusedcharnier1998-06-041-56/+34
* Add Id. Use err(3). Costmetic in usage string.charnier1997-06-101-56/+53
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Use mkstemp rather than mktemp to prevent a small race.imp1997-03-241-11/+11
* Moved initialization of defaults for the label for the whole disk frombde1996-06-171-10/+4
* Try to preserve the fdisk table in the primary bootstrap, should itjoerg1996-02-031-0/+27
* Finally implement the "auto" disktype. It attempts to get all thejoerg1996-01-221-1/+47
* Declare functions, resolve printf-format warnings.joerg1996-01-211-33/+75
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Don't clobber d_secperunit in `disklabel -e'. `disklabel -e' replaces allbde1995-02-221-0/+11
* Allow for the specification of bsize, fsize, and bps (blocks per segment)gibbs1995-01-041-1/+16
* disklabel will dump core if you give it too few numbers to processpst1994-09-261-4/+10
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+1314
OpenPOWER on IntegriCloud