| Commit message (Expand) | Author | Age | Files | Lines |
* | Attempt to improve the logic for automatically sizing partitions | iedowse | 2005-08-14 | 1 | -5/+62 |
* | 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 | 1 | -0/+3 |
* | 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 |
* | Implement a '-f' flag to teach bsdlabel to work on files instead of | luigi | 2004-03-30 | 1 | -6/+33 |
* | When installing boot blocks into an Alpha BSD label, setup the location, | jhb | 2004-03-15 | 1 | -0/+10 |
* | 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 |
* | 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 | 1 | -11/+4 |
* | 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 | 1 | -6/+19 |
* | Simplify the GEOM OAM api: Drop the request type, and let everything | phk | 2003-06-01 | 1 | -6/+6 |
* | Protext copyright[]. | obrien | 2003-05-31 | 1 | -3/+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 |
* | Add transparent handling of mbroffset for backwards compatibility. | phk | 2003-05-04 | 1 | -1/+25 |
* | More axe-work: | phk | 2003-05-03 | 1 | -102/+115 |
* | 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 | 1 | -95/+94 |
* | 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 |
* | Remove the well-intentioned, but ill thought out check which prevents us | phk | 2003-05-02 | 1 | -7/+0 |
* | First scrub of s/disklabel/bsdlabel/ | phk | 2003-04-18 | 1 | -8/+8 |
* | Don't die of SIGSEGV on a missing fstype field | yar | 2003-04-01 | 1 | -0/+4 |
* | Teach disklabel(8) about different hardware architectures. | ru | 2003-03-16 | 1 | -101/+164 |
* | Deal with vestiges of d_boot[01]. | ru | 2003-02-23 | 1 | -16/+2 |
* | 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 | 1 | -138/+24 |
* | Remove #if checks for NUMBOOT==0, it's not relevant for any architecture | phk | 2003-01-26 | 1 | -30/+0 |
* | Offer better advice in #error. | phk | 2003-01-26 | 1 | -5/+3 |
* | Remove ia64 and powerpc #ifdefs: this is i386/pc98/alpha only code. | phk | 2003-01-26 | 1 | -3/+3 |
* | Remove #ifdef __sparc64__ code. GEOM uses native SUN labels on this arch, | phk | 2003-01-26 | 1 | -59/+2 |
* | Fix typo in last commit. | phk | 2003-01-26 | 1 | -84/+87 |
* | Remember to remove -N and -W from usage. | phk | 2003-01-26 | 1 | -2/+0 |
* | Don't fiddle write-protect status of disklabel, it's a discontinued feature. | phk | 2003-01-26 | 1 | -8/+0 |
* | Retire the "-N" and "-W" options which implemented write-protection | phk | 2003-01-26 | 1 | -25/+3 |
* | Clear part_set, part_size_type and part_offset_type before parsing the | des | 2003-01-16 | 1 | -0/+3 |
* | Rename the dos_partition structure for pc98 to pc98_partition. | nyan | 2003-01-04 | 1 | -1/+11 |
* | Relax partition overlap check to allow Vinum partitions to overlap | grog | 2002-12-02 | 1 | -3/+6 |
* | Everything in the disklabel is unsigned so make all the input routines | julian | 2002-11-18 | 1 | -57/+52 |
* | Fix to support pc98. | nyan | 2002-10-08 | 1 | -0/+4 |