aboutsummaryrefslogtreecommitdiff
path: root/sbin/bsdlabel
Commit message (Expand)AuthorAgeFilesLines
* Clear part_set, part_size_type and part_offset_type before parsing theDag-Erling Smørgrav2003-01-161-0/+3
* Rename the dos_partition structure for pc98 to pc98_partition.Yoshihiro Takahashi2003-01-041-1/+11
* mdoc(7) police: Deal with self-xrefs.Ruslan Ermilov2002-12-241-1/+1
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-1/+1
* Relax partition overlap check to allow Vinum partitions to overlapGreg Lehey2002-12-021-3/+6
* mdoc(7) police: Added missing markup bit.Ruslan Ermilov2002-11-251-1/+3
* Everything in the disklabel is unsigned so make all the input routinesJulian Elischer2002-11-181-57/+52
* Document that write(2) et al can return EROFS for attempts to write theJens Schweikhardt2002-10-101-1/+4
* Fix to support pc98.Yoshihiro Takahashi2002-10-081-0/+4
* Don't be noisy if DIOCWLABEL fails, it's probably because we're writingPoul-Henning Kamp2002-10-051-2/+1
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:Poul-Henning Kamp2002-10-011-0/+1
* Construct new disklabels based on the medias stated parameters inPoul-Henning Kamp2002-09-201-20/+47
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-213-28/+28
* Fix more breakage due to FSTYPENAMES/DKTYPENAMES split.Bosko Milekic2002-08-161-0/+1
* The .Nm utilityPhilippe Charnier2002-07-061-4/+14
* Apply __FBSDID(); fix local variable(names) that stomp on globalMark Murray2002-07-031-23/+28
* Oops, unbreak parsing of the `type' field in getasciilabel(). I hadIan Dowse2002-06-051-1/+3
* correct comment (replace i386 with __i386__)Alfred Perlstein2002-05-301-2/+2
* Fix some serious brain damage in the default block/frag/cpg parametersIan Dowse2002-05-301-9/+7
* Split out the code for parsing the partition specification linesIan Dowse2002-05-301-129/+134
* Spread the word of PowerPC.Benno Rice2002-05-211-1/+1
* more file system > filesystemTom Rhodes2002-05-162-9/+9
* Retire the bogus uses of the disklabel field d_sbsize and begin toPoul-Henning Kamp2002-05-121-7/+1
* disklabel(8) manual page:Tom Rhodes2002-04-151-27/+25
* Don't set WARNS to 2, we're default compatible now.Poul-Henning Kamp2002-04-081-1/+0
* Get us to WARNS=2 with a bit of constification and some printf fiddling.Poul-Henning Kamp2002-04-072-26/+19
* Nuke a totally pointless optional debug optionPoul-Henning Kamp2002-04-071-15/+0
* Remove remaining traces of d_boot[01]Poul-Henning Kamp2002-04-042-21/+1
* Kill only usage of the undocumnted and unuse d_boot[01] fields ofPoul-Henning Kamp2002-04-031-28/+0
* Remove stray registerWarner Losh2002-03-191-1/+1
* De-__P the man page, but I suspect that we need to freshly importWarner Losh2002-03-191-13/+13
* o remove __PWarner Losh2002-03-181-72/+48
* Add complete Sparc64 support.David E. O'Brien2002-03-111-17/+64
* * Support the Sparc64.David E. O'Brien2002-03-111-7/+5
* Remove inappropriate .Op calls in examples.Dima Dorfman2002-03-101-2/+2
* A bit of premptive GEOM POLA magic: If we don't get a virgin disklabelPoul-Henning Kamp2002-03-031-6/+16
* In the words of the submitter:Dima Dorfman2002-01-071-1/+1
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
* -r is implied with -B.Ruslan Ermilov2001-10-101-2/+1
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
* The defaults for bsize and fsize were interchanged.Ruslan Ermilov2001-09-051-4/+4
* Silence non-constant format string warnings by marking functionsKris Kennaway2001-08-191-1/+1
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-1/+3
* Remove whitespace at EOL.Dima Dorfman2001-07-152-37/+37
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* Nuke unused variables.Dima Dorfman2001-06-241-3/+0
* mdoc(7) police: fix markup in revision 1.27.Ruslan Ermilov2001-05-151-2/+5
* Clarify the currently used partition types.Greg Lehey2001-05-141-5/+19