summaryrefslogtreecommitdiffstats
path: root/sbin/bsdlabel/bsdlabel.c
Commit message (Expand)AuthorAgeFilesLines
* Fix to support pc98.nyan2002-10-081-0/+4
* Don't be noisy if DIOCWLABEL fails, it's probably because we're writingphk2002-10-051-2/+1
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:phk2002-10-011-0/+1
* Construct new disklabels based on the medias stated parameters inphk2002-09-201-20/+47
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-2/+2
* Fix more breakage due to FSTYPENAMES/DKTYPENAMES split.bmilekic2002-08-161-0/+1
* Apply __FBSDID(); fix local variable(names) that stomp on globalmarkm2002-07-031-23/+28
* Oops, unbreak parsing of the `type' field in getasciilabel(). I hadiedowse2002-06-051-1/+3
* correct comment (replace i386 with __i386__)alfred2002-05-301-2/+2
* Fix some serious brain damage in the default block/frag/cpg parametersiedowse2002-05-301-9/+7
* Split out the code for parsing the partition specification linesiedowse2002-05-301-129/+134
* Spread the word of PowerPC.benno2002-05-211-1/+1
* Retire the bogus uses of the disklabel field d_sbsize and begin tophk2002-05-121-7/+1
* Get us to WARNS=2 with a bit of constification and some printf fiddling.phk2002-04-071-25/+18
* Nuke a totally pointless optional debug optionphk2002-04-071-15/+0
* Remove remaining traces of d_boot[01]phk2002-04-041-2/+0
* Kill only usage of the undocumnted and unuse d_boot[01] fields ofphk2002-04-031-28/+0
* Remove stray registerimp2002-03-191-1/+1
* o remove __Pimp2002-03-181-72/+48
* Add complete Sparc64 support.obrien2002-03-111-17/+64
* * Support the Sparc64.obrien2002-03-111-7/+5
* A bit of premptive GEOM POLA magic: If we don't get a virgin disklabelphk2002-03-031-6/+16
* Silence non-constant format string warnings by marking functionskris2001-08-191-1/+1
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
* Nuke unused variables.dd2001-06-241-3/+0
* Say "add -r" rather than 'use -r' since the former is more correct.imp2001-04-241-2/+1
* First attempt to not overflow in disk space calculations. Use off_timp2001-03-051-5/+5
* Allow for easier configuration when using disklabel. A samplejwd2001-02-251-147/+413
* Add support for virgin disklabelsjkh2000-10-311-4/+11
* 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
OpenPOWER on IntegriCloud