summaryrefslogtreecommitdiffstats
path: root/sbin/bsdlabel/bsdlabel.c
Commit message (Expand)AuthorAgeFilesLines
* Only automatically create an 'a' partition when there is nothingphk2003-10-181-4/+22
* Remove the hardcoded default block/frag/cpg values from bsdlabeliedowse2003-10-051-44/+5
* When we initialize a disk with a virgin label, create also an 'a'phk2003-08-271-0/+4
* Augh! Fix the sparc64 build:phk2003-06-071-0/+8
* Sanitize setting of labeloffset and labelsector.phk2003-06-071-11/+4
* Give ia64 the exact same semantics as i386 with respect to non-512phk2003-06-041-1/+2
* Unbreak ia64. 'nuff said.marcel2003-06-041-0/+4
* Fix sectorsize != 512 on i386 and pc98. Add test cases for same.phk2003-06-021-6/+19
* Simplify the GEOM OAM api: Drop the request type, and let everythingphk2003-06-011-6/+6
* Protext copyright[].obrien2003-05-311-3/+2
* Add pc98 archtecture entry.phk2003-05-131-0/+4
* Before reading an ascii label, initialize with defaults so thatphk2003-05-091-0/+1
* Sigh, this shows just how much one can be conditioned my the environment:phk2003-05-091-9/+7
* Add transparent handling of mbroffset for backwards compatibility.phk2003-05-041-1/+25
* More axe-work:phk2003-05-031-102/+115
* Some minor remodelling with a large axe.phk2003-05-031-279/+171
* Use new geom.ctl based OAM instead of ioctls.phk2003-05-031-95/+94
* bsd_disklabel_le_dec() takes an extra argument now.phk2003-05-021-1/+2
* Vastly simplify architecture handling: Use properties of label asphk2003-05-021-124/+19
* Default the location to the compiled for architecture if no -m arg specified.phk2003-05-021-3/+9
* Add three global variables which contain the location, size and a flagphk2003-05-021-37/+20
* Remove the well-intentioned, but ill thought out check which prevents usphk2003-05-021-7/+0
* First scrub of s/disklabel/bsdlabel/phk2003-04-181-8/+8
* Don't die of SIGSEGV on a missing fstype fieldyar2003-04-011-0/+4
* Teach disklabel(8) about different hardware architectures.ru2003-03-161-101/+164
* Deal with vestiges of d_boot[01].ru2003-02-231-16/+2
* If we fail to open O_RDWR, try opening O_RDONLY, if we use ioctlsphk2003-01-261-0/+6
* IA64 still needs to be able to run on MBR+BSD combination, so put disklabelphk2003-01-261-0/+1
* Drop the silly notion that i386 has two bootstrap files now that sys/bootphk2003-01-261-138/+24
* Remove #if checks for NUMBOOT==0, it's not relevant for any architecturephk2003-01-261-30/+0
* Offer better advice in #error.phk2003-01-261-5/+3
* Remove ia64 and powerpc #ifdefs: this is i386/pc98/alpha only code.phk2003-01-261-3/+3
* Remove #ifdef __sparc64__ code. GEOM uses native SUN labels on this arch,phk2003-01-261-59/+2
* Fix typo in last commit.phk2003-01-261-84/+87
* Remember to remove -N and -W from usage.phk2003-01-261-2/+0
* Don't fiddle write-protect status of disklabel, it's a discontinued feature.phk2003-01-261-8/+0
* Retire the "-N" and "-W" options which implemented write-protectionphk2003-01-261-25/+3
* Clear part_set, part_size_type and part_offset_type before parsing thedes2003-01-161-0/+3
* Rename the dos_partition structure for pc98 to pc98_partition.nyan2003-01-041-1/+11
* Relax partition overlap check to allow Vinum partitions to overlapgrog2002-12-021-3/+6
* Everything in the disklabel is unsigned so make all the input routinesjulian2002-11-181-57/+52
* 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
OpenPOWER on IntegriCloud