| Age | Commit message (Expand) | Author |
| 2005-06-12 | Make disklabel(8) into a host-tool, "nbdisklabel." Move disklabel.c | dyoung |
| 2004-11-12 | Translate an error message from C to english. | hubertf |
| 2004-07-13 | Warn overlapping partitions (except the one marked as FS_UNUSED). | enami |
| 2004-06-24 | A variable referenced isn't `write only'. | enami |
| 2004-06-22 | Fix some interesting disklabel lossage: | abs |
| 2004-05-28 | Make it possible to distinguish between exit values that indicate errors, | erh |
| 2004-03-19 | Add flag -F to disklabel. Flag -F indicates that the target of the | dyoung |
| 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-01-18 | * Enable SAVEBOOTAREA on i386 and amd64 (by merging the Makefile | lukem |
| 2004-01-18 | Use correct sector number when the netbsd partition is in the extended | dsl |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 2003-12-11 | fix spelling, s/extented/extended/ | dyoung |
| 2003-11-15 | Commit changes proposed on tech-kern Thu, 6 Nov 2003 | bouyer |
| 2003-11-10 | Bring back disklabel -B for now, since hp300 installboot isn't ready | fvdl |
| 2003-11-08 | Rip out all the '-B bootblock' support, everything should use installboot(8). | dsl |
| 2003-10-08 | Overhaul MBR handling (part 1): | lukem |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-04 | Read correct sector when following extended partition chain. | dsl |
| 2003-07-13 | use bounded copy (a few unbounded copy remains - need work) | itojun |
| 2003-07-07 | Allow for the netbsd partition being in the extended partition list. | dsl |
| 2003-04-02 | Add support for UFS2. UFS2 is an enhanced FFS, adding support for | fvdl |
| 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 |