summaryrefslogtreecommitdiffstats
path: root/sbin/bsdlabel
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: Deal with self-xrefs.ru2002-12-241-1/+1
* Uniformly refer to a file system as "file system".ru2002-12-121-1/+1
* Relax partition overlap check to allow Vinum partitions to overlapgrog2002-12-021-3/+6
* mdoc(7) police: Added missing markup bit.ru2002-11-251-1/+3
* Everything in the disklabel is unsigned so make all the input routinesjulian2002-11-181-57/+52
* Document that write(2) et al can return EROFS for attempts to write theschweikh2002-10-101-1/+4
* 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-213-28/+28
* Fix more breakage due to FSTYPENAMES/DKTYPENAMES split.bmilekic2002-08-161-0/+1
* The .Nm utilitycharnier2002-07-061-4/+14
* 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
* more file system > filesystemtrhodes2002-05-162-9/+9
* Retire the bogus uses of the disklabel field d_sbsize and begin tophk2002-05-121-7/+1
* disklabel(8) manual page:trhodes2002-04-151-27/+25
* Don't set WARNS to 2, we're default compatible now.phk2002-04-081-1/+0
* Get us to WARNS=2 with a bit of constification and some printf fiddling.phk2002-04-072-26/+19
* Nuke a totally pointless optional debug optionphk2002-04-071-15/+0
* Remove remaining traces of d_boot[01]phk2002-04-042-21/+1
* Kill only usage of the undocumnted and unuse d_boot[01] fields ofphk2002-04-031-28/+0
* Remove stray registerimp2002-03-191-1/+1
* De-__P the man page, but I suspect that we need to freshly importimp2002-03-191-13/+13
* o remove __Pimp2002-03-181-72/+48
* Add complete Sparc64 support.obrien2002-03-111-17/+64
* * Support the Sparc64.obrien2002-03-111-7/+5
* Remove inappropriate .Op calls in examples.dd2002-03-101-2/+2
* A bit of premptive GEOM POLA magic: If we don't get a virgin disklabelphk2002-03-031-6/+16
* In the words of the submitter:dd2002-01-071-1/+1
* Default to WARNS=2.obrien2001-12-041-0/+1
* -r is implied with -B.ru2001-10-101-2/+1
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
* The defaults for bsize and fsize were interchanged.ru2001-09-051-4/+4
* Silence non-constant format string warnings by marking functionskris2001-08-191-1/+1
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-141-1/+3
* Remove whitespace at EOL.dd2001-07-152-37/+37
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
* Nuke unused variables.dd2001-06-241-3/+0
* mdoc(7) police: fix markup in revision 1.27.ru2001-05-151-2/+5
* Clarify the currently used partition types.grog2001-05-141-5/+19
* Say "add -r" rather than 'use -r' since the former is more correct.imp2001-04-241-2/+1
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-2/+1
OpenPOWER on IntegriCloud