aboutsummaryrefslogtreecommitdiff
path: root/sbin/disklabel
Commit message (Expand)AuthorAgeFilesLines
* Add a newline at end of file.Ruslan Ermilov2003-05-191-1/+1
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-3/+2
* Quick grammar fix.Tom Rhodes2003-04-171-2/+2
* Don't die of SIGSEGV on a missing fstype fieldYaroslav Tykhiy2003-04-011-0/+4
* Small mdoc fixSean Chittenden2003-03-291-1/+1
* Teach disklabel(8) about different hardware architectures.Ruslan Ermilov2003-03-162-107/+227
* Give this manpage a good overhaul, including the markup.Ruslan Ermilov2003-03-151-327/+398
* Properly mark "auto" as a keyword.Ruslan Ermilov2003-03-141-7/+7
* Deal with vestiges of d_boot[01].Ruslan Ermilov2003-02-232-52/+12
* If we fail to open O_RDWR, try opening O_RDONLY, if we use ioctlsPoul-Henning Kamp2003-01-261-0/+6
* IA64 still needs to be able to run on MBR+BSD combination, so put disklabelPoul-Henning Kamp2003-01-261-0/+1
* Drop the silly notion that i386 has two bootstrap files now that sys/bootPoul-Henning Kamp2003-01-262-163/+35
* Remove #if checks for NUMBOOT==0, it's not relevant for any architecturePoul-Henning Kamp2003-01-261-30/+0
* Offer better advice in #error.Poul-Henning Kamp2003-01-261-5/+3
* Remove ia64 and powerpc #ifdefs: this is i386/pc98/alpha only code.Poul-Henning Kamp2003-01-261-3/+3
* Remove #ifdef __sparc64__ code. GEOM uses native SUN labels on this arch,Poul-Henning Kamp2003-01-261-59/+2
* Fix typo in last commit.Poul-Henning Kamp2003-01-261-84/+87
* Remember to remove -N and -W from usage.Poul-Henning Kamp2003-01-261-2/+0
* Don't fiddle write-protect status of disklabel, it's a discontinued feature.Poul-Henning Kamp2003-01-261-8/+0
* Retire the "-N" and "-W" options which implemented write-protectionPoul-Henning Kamp2003-01-262-49/+3
* 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