aboutsummaryrefslogtreecommitdiff
path: root/sbin/bsdlabel
Commit message (Expand)AuthorAgeFilesLines
* Augh! Fix the sparc64 build:Poul-Henning Kamp2003-06-071-0/+8
* Sanitize setting of labeloffset and labelsector.Poul-Henning Kamp2003-06-072-12/+5
* Give ia64 the exact same semantics as i386 with respect to non-512Poul-Henning Kamp2003-06-041-1/+2
* Unbreak ia64. 'nuff said.Marcel Moolenaar2003-06-041-0/+4
* Fix sectorsize != 512 on i386 and pc98. Add test cases for same.Poul-Henning Kamp2003-06-022-21/+39
* Simplify the GEOM OAM api: Drop the request type, and let everythingPoul-Henning Kamp2003-06-011-6/+6
* Add pc98 arch to test set.Poul-Henning Kamp2003-06-011-2/+2
* Protext copyright[].David E. O'Brien2003-05-311-3/+2
* mdoc(7) fixes.Ruslan Ermilov2003-05-241-19/+22
* Add amd64 to the MACHINE_ARCH list of systems that link bsdlabel toPeter Wemm2003-05-231-1/+2
* Style fixes.Ruslan Ermilov2003-05-171-13/+8
* Moved libgeom.so dependencies to where they belong.Ruslan Ermilov2003-05-171-2/+2
* Add pc98 archtecture entry.Poul-Henning Kamp2003-05-131-0/+4
* Before reading an ascii label, initialize with defaults so thatPoul-Henning Kamp2003-05-091-0/+1
* Sigh, this shows just how much one can be conditioned my the environment:Poul-Henning Kamp2003-05-091-9/+7
* Compile bsdlabel on all platforms.Poul-Henning Kamp2003-05-051-0/+10
* Add transparent handling of mbroffset for backwards compatibility.Poul-Henning Kamp2003-05-041-1/+25
* More axe-work:Poul-Henning Kamp2003-05-032-683/+192
* Some minor remodelling with a large axe.Poul-Henning Kamp2003-05-031-279/+171
* Use new geom.ctl based OAM instead of ioctls.Poul-Henning Kamp2003-05-032-95/+100
* bsd_disklabel_le_dec() takes an extra argument now.Poul-Henning Kamp2003-05-021-1/+2
* Vastly simplify architecture handling: Use properties of label asPoul-Henning Kamp2003-05-021-124/+19
* Default the location to the compiled for architecture if no -m arg specified.Poul-Henning Kamp2003-05-021-3/+9
* Add three global variables which contain the location, size and a flagPoul-Henning Kamp2003-05-021-37/+20
* Pull in geom_bsd_enc.c from sys/geom to encode and decode our labels.Poul-Henning Kamp2003-05-021-1/+3
* Remove the well-intentioned, but ill thought out check which prevents usPoul-Henning Kamp2003-05-021-7/+0
* Update the test-script based on the sunlabel version, but put a for-loopPoul-Henning Kamp2003-05-021-91/+151
* Add the beginning of a regression test.Poul-Henning Kamp2003-04-182-0/+113
* First scrub of s/disklabel/bsdlabel/Poul-Henning Kamp2003-04-183-28/+29
* 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