| Age | Commit message (Expand) | Author |
| 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 |
| 1998-04-28 | Principally, change foo(N) to .Xr foo N | fair |
| 1998-04-27 | Clarify the documentation of the "-B" option, inspired by PR#5262. | fair |
| 1998-03-26 | when reading the MBR, seek to DOSBBSECTOR * DEV_BSIZE rather than just | cgd |
| 1998-03-26 | in makebootarea() (if NUMBOOT is nonzero), before reading the contents | cgd |
| 1998-03-25 | factor out some more common bits into 'confirm', and make it a bit more | cgd |
| 1998-03-24 | use warnx when warning about an old BSD partition ID (i386 MBR code), | cgd |
| 1998-03-24 | KNF arm32-specific label-grovelling code. Also, clean up error messages | cgd |
| 1998-03-02 | Handle new MBR partition ID on i386. Put all code which decides about | drochner |
| 1998-01-09 | RCS Id Police. | perry |
| 1998-01-01 | Add missing -C flag in SYNOPSIS | enami |
| 1998-01-01 | Fix typo; the flag for interactive disklabel creation is not -e but -i. | enami |
| 1998-01-01 | Fix usage; -i and -C flags are alway effective regardless of NUMBOOT. | enami |
| 1997-10-19 | On the sparc, do not write to the raw disk at all if `-r' is on. | pk |
| 1997-10-18 | additional sun3/sparc warning about the "-r" option. | fair |
| 1997-10-18 | Define NUMBOOT=1 for the arm32 port. | mark |
| 1997-10-17 | Added support for filecore partitions on arm32 platforms. | mark |