| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-01-30 | satisfy -fno-common |  deraadt | 2 | -4/+4 |
| 2020-12-09 | Use daddr_t and not daddr32_t in boot media. |  krw | 5 | -9/+9 |
| 2020-06-13 | Load CTF section to enable DDB's "show struct" |  kn | 2 | -4/+19 |
| 2020-06-05 | Qemu does not like we load ofwboot on top of the bootblocks and as |  otto | 1 | -3/+11 |
| 2020-05-26 | /etc/random.seed reuse can now be detected. The stat +T bit marks the file |  deraadt | 1 | -1/+7 |
| 2020-05-26 | Implement write support for block devices and add readdir and fchmod |  kettenis | 1 | -6/+10 |
| 2020-05-26 | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes |  deraadt | 1 | -1/+1 |
| 2020-05-25 | fchmod() will be needed soon. |  deraadt | 1 | -3/+3 |
| 2020-05-25 | make loadrandom() return 0 for success, -1 for failure. While here, |  deraadt | 1 | -14/+14 |
| 2020-05-25 | Pass boothowto from bootloader to kernel using .openbsd.bootdata. To make |  kettenis | 2 | -4/+18 |
| 2020-04-02 | Change bootblocks to be able to read from ffs1, ffs2 and softraid. |  otto | 4 | -440/+651 |
| 2020-03-15 | Teach sparc64 boot(8) about ffs2 and fix a bug while there: devopen() |  otto | 3 | -5/+12 |
| 2020-01-04 | Remove BOOT_FLAGS and simplify the boot blocks logic. |  kettenis | 2 | -20/+19 |
| 2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata |  deraadt | 4 | -14/+18 |
| 2019-08-04 | crank version, following fchmod change |  deraadt | 1 | -1/+1 |
| 2019-08-03 | Add F_WRITE support to the block layer (not yet used) |  deraadt | 1 | -6/+5 |
| 2019-05-10 | Add bsd.upgrade support to sparc64 bootloader. |  claudio | 2 | -2/+18 |
| 2019-04-20 | libsa's memcpy() is actually memmove(). make a proper memmove(), and give |  deraadt | 1 | -2/+2 |
| 2018-12-31 | Cleanup bootloader code. Compile with -ffreestanding and add ffs.S as a |  claudio | 12 | -19/+43 |
| 2018-08-10 | Bump boot loader versions for softraid passphrase handling change. |  jsing | 1 | -1/+1 |
| 2018-08-10 | Retry on incorrect passphrase for softraid crypto boot. |  jsing | 1 | -2/+2 |
| 2018-06-26 | The disk specification in an Open Firmware device path depends on the bus |  kettenis | 3 | -4/+32 |
| 2018-03-29 | Make sparc64 ofwboot open the softraid boot chunk early on and keep the |  stsp | 6 | -56/+62 |
| 2017-10-17 | remove the remaining references to .depend files since nothing creates them |  naddy | 1 | -4/+1 |
| 2016-11-06 | Do not create machine@ symlinks in obj as root during includes:, but |  tb | 3 | -6/+9 |
| 2016-09-18 | Bump boot loader versions due to bcrypt pbkdf support. |  jsing | 1 | -1/+1 |
| 2016-09-18 | Add bcrypt pbkdf support to the softraid crypto boot loader code. |  jsing | 1 | -3/+3 |
| 2016-09-13 | crank bootloader version after .SUNW_ctf change |  jasper | 1 | -1/+1 |
| 2016-09-11 | Switch sparc64 boot code to libsa MI softraid. |  jsing | 5 | -214/+16 |
| 2016-09-11 | Update header guards. |  jsing | 1 | -4/+4 |
| 2016-09-11 | Rename softraid boot files, which are currently in an MD location. This |  jsing | 5 | -9/+9 |
| 2016-09-10 | Clean up some softraid crypto code - rename struct sr_crypto_kdf_pbkdf2 to |  jsing | 1 | -3/+3 |
| 2016-09-10 | Rename libsa pbkdf2.c to pkcs5_pbkdf2.c so that we match libutil. |  jsing | 2 | -4/+4 |
| 2016-07-30 | Prep for relro: make sure it's off for any non-PIE stand/ program |  guenther | 1 | -2/+2 |
| 2016-03-14 | Change a bunch of (<blah> *)0 to NULL. |  krw | 1 | -2/+2 |
| 2016-03-07 | Sync no-argument function declaration and definition by adding (void). |  naddy | 1 | -2/+2 |
| 2016-01-20 | Check for disks deeper than 4 levels down in the Open Firmware device tree. |  stsp | 1 | -4/+4 |
| 2015-11-16 | Replace unbounded gets() in libsa with getln() which takes a buffer size, |  miod | 2 | -7/+7 |
| 2015-10-28 | Support backspace in softraid boot passphrase prompt. |  jsing | 1 | -1/+5 |
| 2015-10-01 | Remove more blinding trailing whitespace. |  krw | 1 | -13/+13 |
| 2015-09-14 | unify free(NULL,size) behaviour by allowing passing NULL |  semarie | 1 | -2/+7 |
| 2015-07-23 | Missed file in *_data_offset -> *_data_blkno switch. |  krw | 1 | -4/+4 |
| 2015-07-19 | Use DEV_BSIZE instead of 512 where appropriate. Use DL_SECTOBLK() |  krw | 1 | -10/+11 |
| 2014-12-11 | Delete #ifdef'd code that hasn't been compiled in years from sparc64 ofwboot. |  stsp | 3 | -192/+8 |
| 2014-12-09 | Check strlcpy(), strlcat(), and snprintf() return values in sparc64 ofwboot. |  stsp | 3 | -33/+71 |
| 2014-12-04 | The sparc64 Open Firmware package-to-path call (used since softraid boot |  stsp | 1 | -5/+23 |
| 2014-11-26 | Introduce softraid boot support to sparc64 ofwboot. |  stsp | 9 | -65/+498 |
| 2014-11-26 | Add softraid support to sparc64 first-level boot blocks. |  stsp | 2 | -34/+170 |
| 2014-11-26 | Add softraid boot support code files ported by me to sparc64 from amd64. |  stsp | 2 | -0/+667 |
| 2014-11-26 | Copy some Open Firmware interface functions from the kernel to ofwboot. |  stsp | 2 | -2/+70 |