| Age | Commit message (Expand) | Author |
| 2010-01-17 | Invert the flag bits to control module loading: rename | drochner |
| 2010-01-14 | On i386/amd64, define two flag bits in the boot parameters which control | drochner |
| 2010-01-14 | Remove if defined(__RCSID) around __RCSID() macro. | tsutsui |
| 2010-01-07 | Add a sectorsize parameter member in struct ib_params and use it | tsutsui |
| 2009-12-23 | Fix typo in comments, no code change. | mbalmer |
| 2009-10-26 | A checksum value in alpha boot block is stored in little endian, | tsutsui |
| 2009-05-07 | refer to FFSv1 instead of UFSv1 | lukem |
| 2009-04-05 | fix sign-compare issues | lukem |
| 2009-02-18 | CID 4393: plug memory leak. | christos |
| 2008-05-29 | remove clause #3 from my license where there are no other | mrg |
| 2008-05-24 | Try DIOCWLABEL ioctl only if write op fails with EROFS | tsutsui |
| 2008-05-09 | Use DIOCWLABEL ioctl before writing block 0 which might be | tsutsui |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-06 | Add a large warning about the possible side effect of using '-f'. | dsl |
| 2008-02-02 | Try to warn possibly unbootable conditions: | itohy |
| 2008-02-02 | Change be32toh to htobe32 where applicable. | itohy |
| 2008-02-02 | d_npartitions field of struct disklabel is 16bit, not 32bit. | itohy |
| 2007-06-23 | Don't use __arraycount because this is a 700L, and toolz have messed up | christos |
| 2007-06-23 | unb0rk tools/ builds on systems that don't have __arraycount() defined. | dogcow |
| 2007-06-23 | PR/36527: Greg A. Woods: installboot(8) doesn't allow for the valid | christos |
| 2007-02-15 | Add a -f (force) parameter to installboot(8). | dsl |
| 2007-01-07 | %d -> %ld, so that building on alpha doesn't fail. (also print more useful | dogcow |
| 2007-01-06 | Support for non-512 byte media. | dsl |
| 2006-09-27 | Coverity CID 4160: Remove dead code. | christos |
| 2006-09-01 | NetBSD/landisk support. | uwe |
| 2006-03-18 | Coverty 7449: Change 'return (0)' to 'goto done' so we free(bootstrapbuf) | dsl |
| 2006-02-18 | Move the MD definitions into the MD files, leaving machines.c with just | dsl |
| 2006-01-30 | Fix the detection of the bootstrap magic number when run on big-endian systems. | dsl |
| 2006-01-24 | Fix spelling mistake in message | dsl |
| 2005-12-29 | Add ews4800mips support. | tsutsui |
| 2005-11-11 | Add a -e (edit) option to allow the bootstrap options of an installed | dsl |
| 2005-06-12 | Oops, straggler: #include <nbinclude/sys/disklabel.h> if we're | dyoung |
| 2005-06-12 | For portability, use 'unsigned int' instead of 'uint'. | dyoung |
| 2005-06-02 | Don't try to use an uninitialized variable. | lukem |
| 2005-05-14 | add hp700 support. | chs |
| 2004-08-16 | revert a part of the previous. (uint -> u_int) | yamt |
| 2004-08-15 | Add an option to set bp_consaddr (serial console IO port address) | dsl |
| 2004-06-20 | Completely rework how tools/compat is done. Purge all uses/references to | jmc |
| 2004-03-14 | fix a typo in a comment, and expand the description of x86_boot_params. | lukem |
| 2004-03-13 | Add a -o keymap=zyz option that will set the boot keymap. | dsl |
| 2003-11-13 | roundup() write of hp300 boot code to a multiplr of the disk sector size. | dsl |
| 2003-11-10 | Ensure we use the target disklabel.h, not the host one. | dsl |
| 2003-11-08 | Don't use PRId64 in a host tool. Not all systems have the PRI* | uwe |
| 2003-11-08 | First cut of hp300 installboot, seems to DTRT on i386. | dsl |
| 2003-10-27 | minor consistency tweaks | lukem |
| 2003-10-27 | fix typo in comment | lukem |
| 2003-10-27 | add next68k support to installboot | cl |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-10-14 | Instead of requiring that the BPB is always the FAT32 one, check the | lukem |
| 2003-10-10 | Fix compile error on powerpc. Noted by Juergen Hannken-Illjes in private mail. | lukem |