summaryrefslogtreecommitdiff
path: root/sbin/bsdlabel
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-216-6/+6
* MFC rev 1.70 bsdlabel.8Remko Lodder2008-02-111-1/+1
* MFC rev 1.69 bsdlabel.8Remko Lodder2008-02-101-2/+3
* - Fix markup.Ruslan Ermilov2006-12-291-42/+44
* o '-s' flag was killed in rev. 1.75. Clean getopt(3).Maxim Konovalov2006-10-201-1/+1
* - Don't mention (wrong) defaults for FFS file system parameters,Ruslan Ermilov2006-10-131-20/+11
* Fix utility's short description.Ruslan Ermilov2006-10-121-1/+1
* Markup fixes.Ruslan Ermilov2006-09-181-1/+1
* Remove alpha left-overs.Ruslan Ermilov2006-08-221-2/+1
* Explain why the first partition should start at offset 16.Pawel Jakub Dawidek2006-03-081-0/+2
* Fix evil examples - first partition should start at offset 16.Pawel Jakub Dawidek2006-03-041-5/+5
* -mdoc sweep.Ruslan Ermilov2005-11-181-6/+3
* Clarify wording for -m flag.Craig Rodrigues2005-09-171-2/+12
* Attempt to improve the logic for automatically sizing partitionsIan Dowse2005-08-141-5/+62
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-101-2/+7
* Fix the derivation of the GEOM name from the specified device name byRalf S. Engelschall2005-01-071-0/+3
* The disk labels generated by bsdlabel can no address more thanBrooks Davis2004-09-092-7/+22
* The multiplier prefix is actually a multiplier suffix.Dag-Erling Smørgrav2004-08-091-1/+1
* Use fallthrough to simplify the multiplier logic; optimistically addDag-Erling Smørgrav2004-08-081-9/+14
* Fix some whitespace issues, and move a curly brace out of an #ifdef toDag-Erling Smørgrav2004-08-081-13/+14
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-05-171-9/+7
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-093-12/+0
* Implement a '-f' flag to teach bsdlabel to work on files instead ofLuigi Rizzo2004-03-302-13/+52
* When installing boot blocks into an Alpha BSD label, setup the location,John Baldwin2004-03-151-0/+10
* '-DPC98' is not needed.Yoshihiro Takahashi2004-01-111-4/+0
* Only automatically create an 'a' partition when there is nothingPoul-Henning Kamp2003-10-181-4/+22
* Remove the hardcoded default block/frag/cpg values from bsdlabelIan Dowse2003-10-051-44/+5
* mdoc(7): Properly mark C headers.Ruslan Ermilov2003-09-101-1/+1
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
* When we initialize a disk with a virgin label, create also an 'a'Poul-Henning Kamp2003-08-271-0/+4
* 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