| 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-10-19 | Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen | bouyer |
| 2009-05-07 | Add reminder to confirm the ffs format using dumpfs(8). | lukem |
| 2009-05-07 | refer to FFSv1 instead of UFSv1 | lukem |
| 2009-04-22 | Enable WARNS=4 by default, except for: | lukem |
| 2009-04-05 | WARNS=4 | lukem |
| 2009-04-05 | fix sign-compare issues | lukem |
| 2009-04-05 | fix sign-compare issues | lukem |
| 2009-02-18 | CID 4393: plug memory leak. | christos |
| 2008-10-12 | Try to improve warning messages when stage2 bootstrap is not found | apb |
| 2008-10-12 | Try to improve documentation of the fact that the primary bootstrap is | apb |
| 2008-10-02 | Drop trailing whitespace; bump date for previous. | wiz |
| 2008-10-02 | Add example using installboot -e | sborrill |
| 2008-09-24 | Add missing comma in SEE ALSO list. | reed |
| 2008-08-29 | Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f... | gmcgarry |
| 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 | If writing the primary boot fails with EROFS, use DIOCWLABEL ioctl | tsutsui |
| 2008-05-09 | Use DIOCWLABEL ioctl before writing block 0 which might be | tsutsui |
| 2008-04-30 | Convert TNF licenses to new 2 clause variant | martin |
| 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-03-06 | Don't treat -f and an invalid flag. | dsl |
| 2008-02-09 | make all sun2 use -O0 and move most of the hacks out into just 3 files. | mrg |
| 2008-02-02 | Add a findstage2 function (which returns block numbers where | tsutsui |
| 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-07-05 | Note here that -e can be used on the pxeboot_ia32.bin file. | dsl |
| 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-06-01 | Bring the example concerning a bootable ISO9660 for i386 up-to-date, | dyoung |
| 2007-02-17 | Sort SEE ALSO. | wiz |
| 2007-02-15 | Add a -f (force) parameter to installboot(8). | dsl |
| 2007-01-08 | Drop trailing space. | wiz |
| 2007-01-07 | %d -> %ld, so that building on alpha doesn't fail. (also print more useful | dogcow |
| 2007-01-06 | Document bootxx_fat16 with a short description of why it differs from | dsl |
| 2007-01-06 | Support for non-512 byte media. | dsl |
| 2006-12-23 | Reword OF3 restrictions, ok tsutsui@. | wiz |
| 2006-12-23 | New sentence, new line. Improve English. | wiz |
| 2006-11-25 | Add some macppc specific description. Closes PR port-macppc/34496 by myself. | tsutsui |
| 2006-10-30 | In order to avoid warnings (which is converted to error with -Werror) | he |
| 2006-10-23 | buf can never be NULL (jani at xeebioneurope dot de) | christos |
| 2006-10-22 | fix initializers | christos |