| Age | Commit message (Expand) | Author |
| 2007-06-05 | Let the operator use the DISKLABELSECTOR and DISKLABELOFFSET | dyoung |
| 2007-04-12 | Remove defunct B from getopt string. | matt |
| 2007-02-08 | include <signal.h> where signal(3) is used | drochner |
| 2007-01-27 | As pointed out by James Wetterau, we wish to complement, as in the | perry |
| 2007-01-17 | Remove more duplicate #includes, | hubertf |
| 2006-12-18 | zaurus use MBR partition info. | nonaka |
| 2006-11-26 | Add a '-l' flag and a 'L' command to interactive mode to list all known | jmmv |
| 2006-09-01 | New NetBSD/landisk port uses MBR too. | uwe |
| 2006-06-25 | GCC4 fixes from Mike Pumford | christos |
| 2006-06-11 | PR/33695: Arnaud Lacombe: Add compatibility syntax for FreeBSD interoperability. | christos |
| 2006-06-07 | fix gcc warning. | christos |
| 2006-03-18 | Avoid indexing beyond the end of a malloced array. | dsl |
| 2006-03-18 | Coverty 521: fclose() temporary file used when editing label. | dsl |
| 2006-03-17 | Gracefully handle out of memory condition. | rumble |
| 2006-02-25 | mark vinum as obsolete. | christos |
| 2006-02-04 | Use more markup, fix xref, serial comma, other misc. fixes. | wiz |
| 2006-01-29 | Update/rewrite to match reality and in a muchmore succinct format. | dsl |
| 2005-12-07 | Fix acorn builds | jmc |
| 2005-10-20 | Fix alpha build - pointed out by Kurt Schreiner on port-alpha | dsl |
| 2005-10-19 | Rototil the way disklabel -r reads and writes labels. | dsl |
| 2005-09-21 | Sync DK types and FS types with <sys/disklabel.h>. | tsutsui |
| 2005-08-27 | Oops, brain fart. PRIu32 should be "u", not "d". | uwe |
| 2005-08-27 | Define PRIu32 in host environments that don't have it defined. | uwe |
| 2005-08-27 | When building as host tool don't include "../../include/util.h". | uwe |
| 2005-06-27 | Move WARNS=3 to the Makefile.inc, and add a little const to the remaining | christos |
| 2005-06-23 | If HOSTPROG is empty, do not pull in libutil, since we do not need it in that | fvdl |
| 2005-06-19 | Quote Fr so options are sorted properly. | wiz |
| 2005-06-17 | Rip out the support for writing bootstrap code. installboot(8) contains | dsl |
| 2005-06-15 | Remove the never changed 'bootxx' variable | dsl |
| 2005-06-15 | Rip out the references to the installation of more than one bootstrap file. | dsl |
| 2005-06-15 | Remove all the code that was under 'NUMBOOT > 1' nothing has set that for | dsl |
| 2005-06-12 | Make disklabel(8) into a host-tool, "nbdisklabel." Move disklabel.c | dyoung |
| 2005-04-07 | Recognize more units and be more helpful when we enter bad units. | christos |
| 2005-01-20 | WARNS=2 is the default defined in sbin/Makefile.inc. (thanks wiz) | xtraeme |
| 2005-01-20 | WARNS=2 | xtraeme |
| 2004-11-12 | Translate an error message from C to english. | hubertf |
| 2004-10-13 | Initial import of iyonix port. | gavan |
| 2004-07-13 | Warn overlapping partitions (except the one marked as FS_UNUSED). | enami |
| 2004-06-28 | Add hp700 MD options for proper boot code handling. | jkunz |
| 2004-06-24 | A variable referenced isn't `write only'. | enami |
| 2004-06-22 | Fix some interesting disklabel lossage: | abs |
| 2004-05-28 | Bump date for last. Put the exit EXIT STATUS section in the right place. | snj |
| 2004-05-28 | Make it possible to distinguish between exit values that indicate errors, | erh |
| 2004-03-20 | Single-letter options do not need a line each; add more | wiz |
| 2004-03-19 | Add flag -F to disklabel. Flag -F indicates that the target of the | dyoung |
| 2004-03-18 | Add Xref to mscdlabel, bump date. | wiz |
| 2004-03-14 | Fix remaining issues: | christos |
| 2004-03-13 | Fix breakage of last commit (disklabel -R just plain didn't work!) | dsl |
| 2004-02-29 | use strtoul() instead of atoi(). have proper range check for each fields. | itojun |
| 2004-02-28 | Print everything unsigned - helps a bit for disks with [2^31..2^32) sectors. | dsl |