| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 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 | 2 | -49/+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 |
* | mdoc(7) police: Deal with self-xrefs. | ru | 2002-12-24 | 1 | -1/+1 |
* | Uniformly refer to a file system as "file system". | ru | 2002-12-12 | 1 | -1/+1 |
* | Relax partition overlap check to allow Vinum partitions to overlap | grog | 2002-12-02 | 1 | -3/+6 |
* | mdoc(7) police: Added missing markup bit. | ru | 2002-11-25 | 1 | -1/+3 |
* | Everything in the disklabel is unsigned so make all the input routines | julian | 2002-11-18 | 1 | -57/+52 |
* | Document that write(2) et al can return EROFS for attempts to write the | schweikh | 2002-10-10 | 1 | -1/+4 |
* | Fix to support pc98. | nyan | 2002-10-08 | 1 | -0/+4 |
* | Don't be noisy if DIOCWLABEL fails, it's probably because we're writing | phk | 2002-10-05 | 1 | -2/+1 |
* | Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1: | phk | 2002-10-01 | 1 | -0/+1 |
* | Construct new disklabels based on the medias stated parameters in | phk | 2002-09-20 | 1 | -20/+47 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 3 | -28/+28 |
* | Fix more breakage due to FSTYPENAMES/DKTYPENAMES split. | bmilekic | 2002-08-16 | 1 | -0/+1 |
* | The .Nm utility | charnier | 2002-07-06 | 1 | -4/+14 |
* | Apply __FBSDID(); fix local variable(names) that stomp on global | markm | 2002-07-03 | 1 | -23/+28 |