| Age | Commit message (Expand) | Author |
| 2003-01-16 | Rename `sigset' locals to avoid symbol shadowing warning. | kleink |
| 2003-01-06 | writable, not writeable. | wiz |
| 2002-12-12 | Use getlabel{sector,offset}() instead of LABEL{SECTOR,OFFSET}. | scw |
| 2002-12-11 | Handle MBRs for x86_64. | fvdl |
| 2002-12-05 | While cleaning up other places that invoked $EDITOR, noticed that | jonb |
| 2002-11-18 | Fix bug causing segmentation fault when no fs type specified | rtr |
| 2002-09-28 | add FS_APPLEUFS | dbj |
| 2002-06-18 | need disklabel_mbr.h for USE_MBR build | itojun |
| 2002-05-27 | display / read the p_cdsession field in the FS_ISO9660 case | drochner |
| 2002-05-14 | Alpha boot block stuff has moved to <sys/bootblock.h> | thorpej |
| 2002-04-09 | Make this build again after the alpha/disklabel.h and dev/dec/dec_boot.h | mycroft |
| 2002-02-14 | When accessing the MBR magic as a 16-bit value, consider its on-disk | kleink |
| 2001-12-13 | Remove `const' attribute from writelabel prototype and function to make it | reinoud |
| 2001-11-29 | Rather than making FileCore boot block support conditional on __arm32__, make | bjh21 |
| 2001-10-19 | minor WARNS=2 stuff | lukem |
| 2001-06-15 | Fix big-endian vs. MBR parameters. | nonaka |
| 2001-03-29 | Don't error out if the mbr cannot be read. | drochner |
| 2001-02-19 | convert to use getprogname() | cgd |
| 2001-01-08 | When -I is specified, we mean to initialize the label if it's not there | fvdl |
| 2001-01-03 | Test read(2) failure by read(..., sizeof(n)) != sizeof(n) instead of | enami |
| 2001-01-03 | Kill whitespace at the end of line. | enami |
| 2000-12-24 | move showinfo() and showpartition() into separate file, for use by | lukem |
| 2000-12-24 | - convert to KNF ANSI style guide | lukem |
| 2000-11-27 | Change "cpg" to "cpg/sgs" in the printed partition table header, in an | perseant |
| 2000-10-10 | Format string cleanups by Bill Sommerfeld. | is |
| 2000-10-08 | allow -I -i to install a new label interactively. | christos |
| 2000-08-14 | * use strcasecmp() instead of strcmp() so that filesystem type and disk type | lukem |
| 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-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 |
| 1999-12-20 | change "millisecond" to "microsecond" for headswitch and track seek | fair |
| 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-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-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 | 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 |