| Age | Commit message (Expand) | Author |
| 2021-12-05 | s/maping/mapping/ | msaitoh |
| 2021-12-05 | s/filesytem/filesystem/ in comment. | msaitoh |
| 2020-06-21 | Add evbmips support for u-boot handling. | thorpej |
| 2019-05-07 | Add installboot(8) support for evbarm (and, in the future, other evb*) | thorpej |
| 2019-05-07 | Use designated initializers for struct ib_mach. | thorpej |
| 2018-06-23 | Fix integer overflow in installboot(8) | kamil |
| 2017-07-17 | don't complain if the mbr was all 0's. | christos |
| 2015-06-05 | Compute bootloader checksum correctly also on little endian systems. | mlelstv |
| 2014-11-13 | Use VAX_LABELOFFSET here; It needs to be the machine-specific one. Thanks | christos |
| 2014-02-24 | Rename NetBSD/hp700 to NetBSD/hppa. | skrll |
| 2013-10-21 | XXX: gcc initialize a variable | christos |
| 2013-10-19 | move all the unused code inside #if 0 | christos |
| 2013-06-16 | In the tool build <nbinclude/vax/disklabel.h> is enough. | martin |
| 2013-06-14 | Remove trailng whitespaces. | msaitoh |
| 2013-05-03 | Make this build with the disk label change. | matt |
| 2013-04-04 | Provide an empty __CTASSERT() for toolbuilds | martin |
| 2013-04-04 | Fix installboot for VAX, as discussed on port-vax. Problem pointed out | martin |
| 2012-04-06 | When printing the list of valid console names, don't treat the consoles[] | gson |
| 2012-03-10 | Some FAT16 filesystems don't have 'hidden sectors' correctly set to | dsl |
| 2012-01-09 | Make it an error for the partition to exceed the PDC limit. | skrll |
| 2011-08-14 | fix various gcc-4.5 warnings | christos |
| 2011-02-10 | Fix botch in previous revision. Sorry for a stupid change. | tsutsui |
| 2011-01-26 | Add support for the Extensible MIPS ("eMIPS") platform. The | pooka |
| 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 |