| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC rev 1.70 bsdlabel.8 | Remko Lodder | 2008-02-11 | 1 | -1/+1 |
| * | MFC rev 1.69 bsdlabel.8 | Remko Lodder | 2008-02-10 | 1 | -2/+3 |
| * | - Fix markup. | Ruslan Ermilov | 2006-12-29 | 1 | -42/+44 |
| * | o '-s' flag was killed in rev. 1.75. Clean getopt(3). | Maxim Konovalov | 2006-10-20 | 1 | -1/+1 |
| * | - Don't mention (wrong) defaults for FFS file system parameters, | Ruslan Ermilov | 2006-10-13 | 1 | -20/+11 |
| * | Fix utility's short description. | Ruslan Ermilov | 2006-10-12 | 1 | -1/+1 |
| * | Markup fixes. | Ruslan Ermilov | 2006-09-18 | 1 | -1/+1 |
| * | Remove alpha left-overs. | Ruslan Ermilov | 2006-08-22 | 1 | -2/+1 |
| * | Explain why the first partition should start at offset 16. | Pawel Jakub Dawidek | 2006-03-08 | 1 | -0/+2 |
| * | Fix evil examples - first partition should start at offset 16. | Pawel Jakub Dawidek | 2006-03-04 | 1 | -5/+5 |
| * | -mdoc sweep. | Ruslan Ermilov | 2005-11-18 | 1 | -6/+3 |
| * | Clarify wording for -m flag. | Craig Rodrigues | 2005-09-17 | 1 | -2/+12 |
| * | Attempt to improve the logic for automatically sizing partitions | Ian Dowse | 2005-08-14 | 1 | -5/+62 |
| * | Scheduled mdoc(7) sweep. | Ruslan Ermilov | 2005-01-10 | 1 | -2/+7 |
| * | Fix the derivation of the GEOM name from the specified device name by | Ralf S. Engelschall | 2005-01-07 | 1 | -0/+3 |
| * | The disk labels generated by bsdlabel can no address more than | Brooks Davis | 2004-09-09 | 2 | -7/+22 |
| * | The multiplier prefix is actually a multiplier suffix. | Dag-Erling Smørgrav | 2004-08-09 | 1 | -1/+1 |
| * | Use fallthrough to simplify the multiplier logic; optimistically add | Dag-Erling Smørgrav | 2004-08-08 | 1 | -9/+14 |
| * | Fix some whitespace issues, and move a curly brace out of an #ifdef to | Dag-Erling Smørgrav | 2004-08-08 | 1 | -13/+14 |
| * | Assorted markup, grammar, and spelling fixes. | Ruslan Ermilov | 2004-05-17 | 1 | -9/+7 |
| * | Remove advertising clause from University of California Regent's license, | Mark Murray | 2004-04-09 | 3 | -12/+0 |
| * | Implement a '-f' flag to teach bsdlabel to work on files instead of | Luigi Rizzo | 2004-03-30 | 2 | -13/+52 |
| * | When installing boot blocks into an Alpha BSD label, setup the location, | John Baldwin | 2004-03-15 | 1 | -0/+10 |
| * | '-DPC98' is not needed. | Yoshihiro Takahashi | 2004-01-11 | 1 | -4/+0 |
| * | Only automatically create an 'a' partition when there is nothing | Poul-Henning Kamp | 2003-10-18 | 1 | -4/+22 |
| * | Remove the hardcoded default block/frag/cpg values from bsdlabel | Ian Dowse | 2003-10-05 | 1 | -44/+5 |
| * | mdoc(7): Properly mark C headers. | Ruslan Ermilov | 2003-09-10 | 1 | -1/+1 |
| * | mdoc(7): Use the new feature of the .In macro. | Ruslan Ermilov | 2003-09-08 | 1 | -1/+1 |
| * | When we initialize a disk with a virgin label, create also an 'a' | Poul-Henning Kamp | 2003-08-27 | 1 | -0/+4 |
| * | Augh! Fix the sparc64 build: | Poul-Henning Kamp | 2003-06-07 | 1 | -0/+8 |
| * | Sanitize setting of labeloffset and labelsector. | Poul-Henning Kamp | 2003-06-07 | 2 | -12/+5 |
| * | Give ia64 the exact same semantics as i386 with respect to non-512 | Poul-Henning Kamp | 2003-06-04 | 1 | -1/+2 |
| * | Unbreak ia64. 'nuff said. | Marcel Moolenaar | 2003-06-04 | 1 | -0/+4 |
| * | Fix sectorsize != 512 on i386 and pc98. Add test cases for same. | Poul-Henning Kamp | 2003-06-02 | 2 | -21/+39 |
| * | Simplify the GEOM OAM api: Drop the request type, and let everything | Poul-Henning Kamp | 2003-06-01 | 1 | -6/+6 |
| * | Add pc98 arch to test set. | Poul-Henning Kamp | 2003-06-01 | 1 | -2/+2 |
| * | Protext copyright[]. | David E. O'Brien | 2003-05-31 | 1 | -3/+2 |
| * | mdoc(7) fixes. | Ruslan Ermilov | 2003-05-24 | 1 | -19/+22 |
| * | Add amd64 to the MACHINE_ARCH list of systems that link bsdlabel to | Peter Wemm | 2003-05-23 | 1 | -1/+2 |
| * | Style fixes. | Ruslan Ermilov | 2003-05-17 | 1 | -13/+8 |
| * | Moved libgeom.so dependencies to where they belong. | Ruslan Ermilov | 2003-05-17 | 1 | -2/+2 |
| * | Add pc98 archtecture entry. | Poul-Henning Kamp | 2003-05-13 | 1 | -0/+4 |
| * | Before reading an ascii label, initialize with defaults so that | Poul-Henning Kamp | 2003-05-09 | 1 | -0/+1 |
| * | Sigh, this shows just how much one can be conditioned my the environment: | Poul-Henning Kamp | 2003-05-09 | 1 | -9/+7 |
| * | Compile bsdlabel on all platforms. | Poul-Henning Kamp | 2003-05-05 | 1 | -0/+10 |
| * | Add transparent handling of mbroffset for backwards compatibility. | Poul-Henning Kamp | 2003-05-04 | 1 | -1/+25 |
| * | More axe-work: | Poul-Henning Kamp | 2003-05-03 | 2 | -683/+192 |
| * | Some minor remodelling with a large axe. | Poul-Henning Kamp | 2003-05-03 | 1 | -279/+171 |
| * | Use new geom.ctl based OAM instead of ioctls. | Poul-Henning Kamp | 2003-05-03 | 2 | -95/+100 |
| * | bsd_disklabel_le_dec() takes an extra argument now. | Poul-Henning Kamp | 2003-05-02 | 1 | -1/+2 |