Age | Commit message (Expand) | Author |
2020-05-26 | Check outcome of loadrandom() on octeon | Visa Hankala |
2020-05-26 | Rework kernel loading with octboot(4) | Visa Hankala |
2020-05-25 | that dependency change breaks something else. sigh. | Theo de Raadt |
2020-05-25 | Pass boothowto from the bootloader to the kernel on octeon. | Visa Hankala |
2020-05-25 | The dependencies were insufficient. | Theo de Raadt |
2019-12-01 | this hexdump tie-in is incorrect, disable for now | Theo de Raadt |
2019-11-28 | Implement a hexdump command in the boot loader. This helps to | Alexander Bluhm |
2019-11-01 | Reduce BOOTRANDOM_MAX to 256. naddy pointed out there's no point having | Theo de Raadt |
2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata | Theo de Raadt |
2019-08-04 | Remove the old, unfinished octeon bootloader. | Visa Hankala |
2019-08-04 | Revise the way how the octeon bootloader is built. The original | Visa Hankala |
2019-08-01 | Fix fd leak that broke disk_close(). | Visa Hankala |
2019-07-28 | Link octeon bootloader to the build. | Visa Hankala |
2019-07-28 | Fix trimming of newline. | Visa Hankala |
2019-07-17 | Add a bootloader for octeon. | Visa Hankala |
2019-04-20 | libsa's memcpy() is actually memmove(). make a proper memmove(), and give | Theo de Raadt |
2019-04-10 | crank versions | Theo de Raadt |
2019-04-10 | change marks[] array to uint64_t, so the code can track full 64-bit | Theo de Raadt |
2019-04-08 | crank version; looks good deraadt | Florian Obser |
2016-11-06 | Do not create machine@ symlinks in obj as root during includes:, but | Theo Buehler |
2016-11-02 | when CONSPEED moved from libsa.h to Makefile it lost a leading '1', | Jasper Lievisse Adriaanse |
2016-10-09 | Apply consistency to forever loops with continue and NOTREACHED | Tom Cosgrove |
2016-09-13 | crank bootloader version after .SUNW_ctf change | Jasper Lievisse Adriaanse |
2016-07-30 | Prep for relro: make sure it's off for any non-PIE stand/ program | Philip Guenther |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-19 | Reduces the noise around the global ``ticks'' variable by renaming | Martin Pieuchot |
2015-11-16 | Replace unbounded gets() in libsa with getln() which takes a buffer size, | Miod Vallat |
2015-01-20 | Missing $OpenBSD$'s. | Kenneth R Westerback |
2014-07-18 | implement 'rootdev' parsing similar to what's already done in the kernel, | Jasper Lievisse Adriaanse |
2014-07-14 | whitespace | Jasper Lievisse Adriaanse |
2014-07-13 | move putchar() into libsa | Jasper Lievisse Adriaanse |
2014-07-12 | - remove CONSPEED from libsa.h | Jasper Lievisse Adriaanse |
2014-07-12 | unify cnspeed() | Jasper Lievisse Adriaanse |
2014-07-12 | move getchar() into libsa where applicable | Jasper Lievisse Adriaanse |
2014-07-12 | - replace main() with mips_init() so we can save the arguments from uboot to | Jasper Lievisse Adriaanse |
2014-07-12 | rename variable to better indicate it's meaning | Jasper Lievisse Adriaanse |
2014-07-12 | fix annoying bug where the first character would be eaten, cnischar() was | Jasper Lievisse Adriaanse |
2014-07-12 | - fill in cninit to enable rts | Jasper Lievisse Adriaanse |
2014-07-12 | - rewrite register reading/writing to use octeon_xkphys_{read,write}_8 which | Jasper Lievisse Adriaanse |
2014-07-11 | add some more register definitions | Jasper Lievisse Adriaanse |
2013-12-28 | crank the version | Theo de Raadt |
2013-06-13 | - fix devboot() to properly retrieve octcf0a and add a comment for later | Jasper Lievisse Adriaanse |
2013-06-05 | remove unused function | Jasper Lievisse Adriaanse |
2013-06-05 | remove ugly hack we couldn't figure out what it was used for, only that it | Jasper Lievisse Adriaanse |
2013-06-05 | - add missing SUBDIR | Jasper Lievisse Adriaanse |
2013-06-05 | ditch local ld.script and use conf/ld.script instead, and adjust entry | Jasper Lievisse Adriaanse |
2013-06-05 | add WIP second stage bootloader for octeon; far from working and contains man... | Jasper Lievisse Adriaanse |