| Age | Commit message (Expand) | Author |
| 2010-01-05 | Add necessary byteswap ops for tools disklabel(8) used with -F option | tsutsui |
| 2009-12-13 | System utilities, boot programs and kernel modules are machine | nakayama |
| 2009-12-05 | Remove support for NetBSD/playstation2. | pooka |
| 2009-11-28 | Don't use #ifdef __${MACHINE_ARCH}__ to enable machine dependent features. | tsutsui |
| 2009-11-28 | Make dreamcast, evbsh3, and mmeye use -DUSE_MBR. | tsutsui |
| 2009-11-28 | - Display "Enter '?' for help" when starting interactive mode | abs |
| 2009-11-28 | Shuffle the order of examples to put the interactive option (-i) ahead | abs |
| 2009-10-24 | - u_short -> uint16_t | tsutsui |
| 2009-10-21 | Remove 3rd and 4th clauses in christos' license. OK christos. | snj |
| 2009-05-04 | fix sign-compare issues in vax-specific code. | mhitch |
| 2009-03-16 | fix sign-compare issues | lukem |
| 2009-02-14 | Convert more MACHINE tests to MACHINE_ARCH | abs |
| 2009-01-18 | Remove local definitions of PRIxxxx macros in favour of the | apb |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-11 | The hpcsh kernel does for sure USE_MBR. Make disklabel use it too on hpcsh. | aymeric |
| 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 |