| Age | Commit message (Expand) | Author |
| 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 |
| 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-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 |