| Commit message (Expand) | Author | Age | Files | Lines |
* | spelling |  jsg | 2021-03-11 | 1 | -2/+2 |
* | 6.9-beta |  deraadt | 2021-02-06 | 1 | -2/+2 |
* | satisfy -fno-common |  deraadt | 2021-01-30 | 2 | -4/+4 |
* | Use daddr_t and not daddr32_t in boot media. |  krw | 2020-12-09 | 2 | -4/+4 |
* | Increase CLAIM_LIMIT from 11M to 14M to make room for retguard |  gkoehler | 2020-10-03 | 2 | -5/+5 |
* | crank to 6.8-beta |  deraadt | 2020-08-31 | 1 | -2/+2 |
* | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes |  deraadt | 2020-05-26 | 1 | -2/+2 |
* | Bootblocks convert RB_GOODRANDOM to -R option, kernel converts it back into howto |  deraadt | 2020-05-25 | 1 | -1/+3 |
* | Move boot.mac into the Attic. |  patrick | 2020-05-18 | 3 | -310/+0 |
* | crank to 6.7-beta |  deraadt | 2020-04-05 | 1 | -2/+2 |
* | Teach macppc ofwboot(8) about ffs2. Test and ok gkoehler@ |  otto | 2020-03-16 | 3 | -9/+15 |
* | try disconnecting old world boot.mac bootloader for a bit |  tedu | 2020-01-26 | 1 | -2/+2 |
* | The boot loader allows to inspect memory with the hexdump command. |  bluhm | 2019-12-23 | 1 | -2/+7 |
* | Implement a hexdump command in the boot loader. This helps to |  bluhm | 2019-11-28 | 2 | -3/+4 |
* | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata |  deraadt | 2019-10-29 | 2 | -4/+4 |
* | Various fixes to make clang happy. |  kettenis | 2019-09-02 | 9 | -23/+46 |
* | move to 6.6-beta |  deraadt | 2019-08-10 | 1 | -2/+2 |
* | crank version, following fchmod change |  deraadt | 2019-08-04 | 1 | -3/+3 |
* | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x |  deraadt | 2019-08-03 | 2 | -4/+4 |
* | libsa's memcpy() is actually memmove(). make a proper memmove(), and give |  deraadt | 2019-04-20 | 2 | -4/+4 |
* | change marks[] array to uint64_t, so the code can track full 64-bit |  deraadt | 2019-04-10 | 1 | -2/+2 |
* | crank to 6.5-beta |  deraadt | 2019-02-26 | 1 | -2/+2 |
* | markup boot prompt commands using Ic, not Nm; ok jmc@ |  anton | 2019-01-02 | 1 | -16/+16 |
* | crank to 6.4-beta |  deraadt | 2018-08-10 | 1 | -2/+2 |
* | move to 6.3-beta |  deraadt | 2018-02-28 | 1 | -2/+2 |
* | crank to 6.2-beta |  deraadt | 2017-08-20 | 1 | -2/+2 |
* | crank to 6.1-beta |  deraadt | 2017-03-04 | 1 | -2/+2 |
* | Do not create machine@ symlinks in obj as root during includes:, but |  tb | 2016-11-06 | 1 | -2/+3 |
* | crank bootloader version after .SUNW_ctf change |  jasper | 2016-09-13 | 1 | -2/+2 |
* | Prep for relro: make sure it's off for any non-PIE stand/ program |  guenther | 2016-07-30 | 2 | -4/+4 |
* | crank to 6.0-beta |  deraadt | 2016-05-11 | 1 | -2/+2 |
* | for some time now mandoc has not required MLINKS to function |  jmc | 2016-03-30 | 1 | -2/+1 |
* | Change a bunch of (<blah> *)0 to NULL. |  krw | 2016-03-14 | 1 | -2/+2 |
* | move to 5.9-beta |  deraadt | 2015-12-19 | 1 | -2/+2 |
* | unify free(NULL,size) behaviour by allowing passing NULL |  semarie | 2015-09-14 | 1 | -2/+7 |
* | Build actual boot code with -D_STANDALONE so that we do not include userland |  miod | 2015-09-11 | 2 | -2/+4 |
* | document that boot.conf can contain comments; |  jmc | 2015-06-22 | 1 | -3/+8 |
* | crank to 5.8-beta |  deraadt | 2015-06-17 | 1 | -2/+2 |
* | Fix buglet in previous ofdev change causing NFS boot to fail; found the hard |  miod | 2015-03-23 | 2 | -4/+4 |
* | Allow for multiple concurrent devopen() calls, and fill the .readdir member |  miod | 2015-03-14 | 5 | -38/+43 |
* | move to 5.7-beta |  deraadt | 2015-01-01 | 1 | -2/+2 |
* | Add netudp.c here too for consistency, even though this code ends up not being |  miod | 2014-11-19 | 2 | -4/+6 |
* | Kill the remaining <netinet/in_systm.h> inclusion! |  mpi | 2014-08-21 | 2 | -4/+2 |
* | crank to 5.6-beta |  deraadt | 2014-07-15 | 1 | -2/+2 |
* | more hanging tabs |  jasper | 2014-07-13 | 2 | -4/+4 |
* | ugly hanging tabs; ok jasper |  deraadt | 2014-07-13 | 2 | -5/+6 |
* | No libsa putchar wanted here actually |  miod | 2014-07-13 | 1 | -2/+2 |
* | Needs getchar.c now |  miod | 2014-07-13 | 1 | -1/+2 |
* | move putchar() into libsa |  jasper | 2014-07-13 | 1 | -2/+3 |
* | move getchar() into libsa where applicable |  jasper | 2014-07-12 | 2 | -19/+3 |