| Commit message (Expand) | Author | Age | Files | Lines |
* | Markup fixes. | ru | 2006-09-18 | 1 | -1/+1 |
* | Remove alpha left-overs. | ru | 2006-08-22 | 1 | -2/+1 |
* | Explain why the first partition should start at offset 16. | pjd | 2006-03-08 | 1 | -0/+2 |
* | Fix evil examples - first partition should start at offset 16. | pjd | 2006-03-04 | 1 | -5/+5 |
* | -mdoc sweep. | ru | 2005-11-18 | 1 | -6/+3 |
* | Clarify wording for -m flag. | rodrigc | 2005-09-17 | 1 | -2/+12 |
* | Attempt to improve the logic for automatically sizing partitions | iedowse | 2005-08-14 | 1 | -5/+62 |
* | Scheduled mdoc(7) sweep. | ru | 2005-01-10 | 1 | -2/+7 |
* | Fix the derivation of the GEOM name from the specified device name by | rse | 2005-01-07 | 1 | -0/+3 |
* | The disk labels generated by bsdlabel can no address more than | brooks | 2004-09-09 | 2 | -7/+22 |
* | The multiplier prefix is actually a multiplier suffix. | des | 2004-08-09 | 1 | -1/+1 |
* | Use fallthrough to simplify the multiplier logic; optimistically add | des | 2004-08-08 | 1 | -9/+14 |
* | Fix some whitespace issues, and move a curly brace out of an #ifdef to | des | 2004-08-08 | 1 | -13/+14 |
* | Assorted markup, grammar, and spelling fixes. | ru | 2004-05-17 | 1 | -9/+7 |
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 3 | -12/+0 |
* | Implement a '-f' flag to teach bsdlabel to work on files instead of | luigi | 2004-03-30 | 2 | -13/+52 |
* | When installing boot blocks into an Alpha BSD label, setup the location, | jhb | 2004-03-15 | 1 | -0/+10 |
* | '-DPC98' is not needed. | nyan | 2004-01-11 | 1 | -4/+0 |
* | Only automatically create an 'a' partition when there is nothing | phk | 2003-10-18 | 1 | -4/+22 |
* | Remove the hardcoded default block/frag/cpg values from bsdlabel | iedowse | 2003-10-05 | 1 | -44/+5 |
* | mdoc(7): Properly mark C headers. | ru | 2003-09-10 | 1 | -1/+1 |
* | mdoc(7): Use the new feature of the .In macro. | ru | 2003-09-08 | 1 | -1/+1 |
* | When we initialize a disk with a virgin label, create also an 'a' | phk | 2003-08-27 | 1 | -0/+4 |
* | Augh! Fix the sparc64 build: | phk | 2003-06-07 | 1 | -0/+8 |
* | Sanitize setting of labeloffset and labelsector. | phk | 2003-06-07 | 2 | -12/+5 |
* | Give ia64 the exact same semantics as i386 with respect to non-512 | phk | 2003-06-04 | 1 | -1/+2 |
* | Unbreak ia64. 'nuff said. | marcel | 2003-06-04 | 1 | -0/+4 |
* | Fix sectorsize != 512 on i386 and pc98. Add test cases for same. | phk | 2003-06-02 | 2 | -21/+39 |
* | Simplify the GEOM OAM api: Drop the request type, and let everything | phk | 2003-06-01 | 1 | -6/+6 |
* | Add pc98 arch to test set. | phk | 2003-06-01 | 1 | -2/+2 |
* | Protext copyright[]. | obrien | 2003-05-31 | 1 | -3/+2 |
* | mdoc(7) fixes. | ru | 2003-05-24 | 1 | -19/+22 |
* | Add amd64 to the MACHINE_ARCH list of systems that link bsdlabel to | peter | 2003-05-23 | 1 | -1/+2 |
* | Style fixes. | ru | 2003-05-17 | 1 | -13/+8 |
* | Moved libgeom.so dependencies to where they belong. | ru | 2003-05-17 | 1 | -2/+2 |
* | Add pc98 archtecture entry. | phk | 2003-05-13 | 1 | -0/+4 |
* | Before reading an ascii label, initialize with defaults so that | phk | 2003-05-09 | 1 | -0/+1 |
* | Sigh, this shows just how much one can be conditioned my the environment: | phk | 2003-05-09 | 1 | -9/+7 |
* | Compile bsdlabel on all platforms. | phk | 2003-05-05 | 1 | -0/+10 |
* | Add transparent handling of mbroffset for backwards compatibility. | phk | 2003-05-04 | 1 | -1/+25 |
* | More axe-work: | phk | 2003-05-03 | 2 | -683/+192 |
* | Some minor remodelling with a large axe. | phk | 2003-05-03 | 1 | -279/+171 |
* | Use new geom.ctl based OAM instead of ioctls. | phk | 2003-05-03 | 2 | -95/+100 |
* | bsd_disklabel_le_dec() takes an extra argument now. | phk | 2003-05-02 | 1 | -1/+2 |
* | Vastly simplify architecture handling: Use properties of label as | phk | 2003-05-02 | 1 | -124/+19 |
* | Default the location to the compiled for architecture if no -m arg specified. | phk | 2003-05-02 | 1 | -3/+9 |
* | Add three global variables which contain the location, size and a flag | phk | 2003-05-02 | 1 | -37/+20 |
* | Pull in geom_bsd_enc.c from sys/geom to encode and decode our labels. | phk | 2003-05-02 | 1 | -1/+3 |
* | Remove the well-intentioned, but ill thought out check which prevents us | phk | 2003-05-02 | 1 | -7/+0 |
* | Update the test-script based on the sunlabel version, but put a for-loop | phk | 2003-05-02 | 1 | -91/+151 |