| Age | Commit message (Expand) | Author |
| 2000-07-13 | s/ ar / are / | msaitoh |
| 2000-07-13 | 'disklabel -i' on a disk without a label recommends to use -I. Document | hubertf |
| 2000-07-07 | warnx?/errx? audit. don't pass variable/function return value alone. | itojun |
| 2000-05-31 | Add a -I flag which, combined with -e, gives the user the opportunity | fvdl |
| 2000-05-27 | add system(3) for spawning the editor - this is handy when EDITOR is set to | jdolecek |
| 2000-05-25 | Provide some information when confirming "Write outside MBR partition". | thorpej |
| 2000-05-02 | MBR on cobalt too. | soren |
| 2000-05-02 | also use mbr partition table on prep. | nonaka |
| 2000-04-05 | Introduce new filesystem type FS_CCD so that an operator can mark the | enami |
| 2000-03-16 | Sync disklabel.5 with disklabel.h and dkio.h more closely. | enami |
| 2000-03-09 | s/comprised/composed/, per PR 9586 by Seebs <seebs@ged.plethora.net> | hubertf |
| 2000-02-11 | Note the "RAID" partition type. | oster |
| 2000-01-31 | mention that hpcmips and arc use `d' as RAW_PART. | soda |
| 2000-01-31 | - use MBR partition table also on arc. | soda |
| 2000-01-18 | disklabel now understands the p_sgs partition field (shift to compute | perseant |
| 2000-01-09 | Add '-DSAVEBOOTAREA' to keep MBR partition information | shin |
| 1999-12-20 | change "millisecond" to "microsecond" for headswitch and track seek | fair |
| 1999-12-17 | Use '$' instead of '-' to select remainder of disk interactively | abs |
| 1999-12-17 | When setting size of partitions interactively allow '-' for remainder of disk | abs |
| 1999-11-26 | allow changing partition info from inside the interactive handler. | mrg |
| 1999-10-12 | Fix typo. ('_i386__' -> '__i386__') | shin |
| 1999-10-11 | add hpcmips support (MBR) | shin |
| 1999-09-17 | don't unbalance { } pairs with #ifdefs or ctags(1) gets confused | ross |
| 1999-09-05 | Accept 'Y' for label disk as well as 'y' | abs |
| 1999-08-13 | Sync with sys/disklabel.h | bouyer |
| 1999-07-21 | Try $TMPDIR before resorting to _PATH_TMP. | kleink |
| 1999-06-04 | Make BSDLFS a EXT2FS-like filesystem, that is, dont print or parse the cpg | is |
| 1999-06-03 | Print bsize and fsize in disktab-format output also for LFS and ADOS. | is |
| 1999-06-03 | Print/parse block size, fragment size and cpg for FS_BSDLFS and FS_ADOS. | is |
| 1999-06-03 | On NetBSD/alpha, go out of the way to read the boot area's contents if -r | cgd |
| 1999-06-03 | kill some bogus comments about -r: it _does not_ cause the boot area to | cgd |
| 1999-05-03 | Add a 'chain' command in interactive mode that allows you to vary the | christos |
| 1999-04-30 | STRICT_ALIGNMENT only applies to the start of partitions, not length. | abs |
| 1999-04-29 | Fix disklabel -t to work with disks that don't end on a cylinder. Before it | wrstuden |
| 1999-04-26 | Allow partitions to extend to the end of the disk, even when | abs |
| 1999-04-09 | Update for sparc64. | kleink |
| 1999-04-09 | Update a pasto-ed comment. | kleink |
| 1999-04-09 | If checklabel() failed, the label has not been written, so exit(1). | bouyer |
| 1999-04-05 | instead of coding an alpha boot block checksum routine here, use | cgd |
| 1999-03-07 | Clean up SYNOPSIS formatting. | mycroft |
| 1999-01-27 | Use <sys/disklabel_mbr.h> | thorpej |
| 1999-01-21 | Enable non-cylinder-aligned partition warning on sparc[64] & sun3. | pk |
| 1999-01-19 | Add '-f disktab' option to disklabel, via lib/6623 from | abs |
| 1998-11-12 | Adjust for DKTYPENAME changes. | christos |
| 1998-08-10 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1998-08-04 | -fix some lint warnings | drochner |
| 1998-07-27 | Shift column headers into the right position. | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-06-07 | Fix from Chris Demetriou to modify the way in which arm32 filecore | mark |
| 1998-04-29 | fix bad .Xr references | fair |