| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add the beginning of a regression test. | phk | 2003-04-18 | 2 | -0/+113 |
* | First scrub of s/disklabel/bsdlabel/ | phk | 2003-04-18 | 3 | -28/+29 |
* | Quick grammar fix. | trhodes | 2003-04-17 | 1 | -2/+2 |
* | Don't die of SIGSEGV on a missing fstype field | yar | 2003-04-01 | 1 | -0/+4 |
* | Small mdoc fix | seanc | 2003-03-29 | 1 | -1/+1 |
* | Teach disklabel(8) about different hardware architectures. | ru | 2003-03-16 | 2 | -107/+227 |
* | Give this manpage a good overhaul, including the markup. | ru | 2003-03-15 | 1 | -327/+398 |
* | Properly mark "auto" as a keyword. | ru | 2003-03-14 | 1 | -7/+7 |
* | Deal with vestiges of d_boot[01]. | ru | 2003-02-23 | 2 | -52/+12 |
* | If we fail to open O_RDWR, try opening O_RDONLY, if we use ioctls | phk | 2003-01-26 | 1 | -0/+6 |
* | IA64 still needs to be able to run on MBR+BSD combination, so put disklabel | phk | 2003-01-26 | 1 | -0/+1 |
* | Drop the silly notion that i386 has two bootstrap files now that sys/boot | phk | 2003-01-26 | 2 | -163/+35 |
* | Remove #if checks for NUMBOOT==0, it's not relevant for any architecture | phk | 2003-01-26 | 1 | -30/+0 |