summaryrefslogtreecommitdiff
path: root/sys/arch/octeon/stand
AgeCommit message (Expand)Author
2024-08-08Prevent spurious "/bsd.upgrade is not u+x" message when the file is missing.Miod Vallat
2023-10-20Adopt MI re-upgrade preventionKlemens Nanni
2023-10-20Avoid forcible mounting a dirty filessystem. Mount such filesystemsMark Kettenis
2023-04-30Fix typo in MRDISKTYPE.Kenneth R Westerback
2023-04-28Retire -E's "expert" mode. Introduced 23 years ago to avoidKenneth R Westerback
2023-04-25Create & use variables MRDISKTYPE and MRMAKEFSARGS like all the other buildKenneth R Westerback
2022-01-07Add missing dependency.Visa Hankala
2020-12-09Use daddr_t and not daddr32_t in boot media.Kenneth R Westerback
2020-05-26increment version numbers, due to recent RB_GOODSEED and fchmod +T changesTheo de Raadt
2020-05-26Check outcome of loadrandom() on octeonVisa Hankala
2020-05-26Rework kernel loading with octboot(4)Visa Hankala
2020-05-25that dependency change breaks something else. sigh.Theo de Raadt
2020-05-25Pass boothowto from the bootloader to the kernel on octeon.Visa Hankala
2020-05-25The dependencies were insufficient.Theo de Raadt
2019-12-01this hexdump tie-in is incorrect, disable for nowTheo de Raadt
2019-11-28Implement a hexdump command in the boot loader. This helps toAlexander Bluhm
2019-11-01Reduce BOOTRANDOM_MAX to 256. naddy pointed out there's no point havingTheo de Raadt
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataTheo de Raadt
2019-08-04Remove the old, unfinished octeon bootloader.Visa Hankala
2019-08-04Revise the way how the octeon bootloader is built. The originalVisa Hankala
2019-08-01Fix fd leak that broke disk_close().Visa Hankala
2019-07-28Link octeon bootloader to the build.Visa Hankala
2019-07-28Fix trimming of newline.Visa Hankala
2019-07-17Add a bootloader for octeon.Visa Hankala
2019-04-20libsa's memcpy() is actually memmove(). make a proper memmove(), and giveTheo de Raadt
2019-04-10crank versionsTheo de Raadt
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitTheo de Raadt
2019-04-08crank version; looks good deraadtFlorian Obser
2016-11-06Do not create machine@ symlinks in obj as root during includes:, butTheo Buehler
2016-11-02when CONSPEED moved from libsa.h to Makefile it lost a leading '1',Jasper Lievisse Adriaanse
2016-10-09Apply consistency to forever loops with continue and NOTREACHEDTom Cosgrove
2016-09-13crank bootloader version after .SUNW_ctf changeJasper Lievisse Adriaanse
2016-07-30Prep for relro: make sure it's off for any non-PIE stand/ programPhilip Guenther
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-19Reduces the noise around the global ``ticks'' variable by renamingMartin Pieuchot
2015-11-16Replace unbounded gets() in libsa with getln() which takes a buffer size,Miod Vallat
2015-01-20Missing $OpenBSD$'s.Kenneth R Westerback
2014-07-18implement 'rootdev' parsing similar to what's already done in the kernel,Jasper Lievisse Adriaanse
2014-07-14whitespaceJasper Lievisse Adriaanse
2014-07-13move putchar() into libsaJasper Lievisse Adriaanse
2014-07-12- remove CONSPEED from libsa.hJasper Lievisse Adriaanse
2014-07-12unify cnspeed()Jasper Lievisse Adriaanse
2014-07-12move getchar() into libsa where applicableJasper Lievisse Adriaanse
2014-07-12- replace main() with mips_init() so we can save the arguments from uboot toJasper Lievisse Adriaanse
2014-07-12rename variable to better indicate it's meaningJasper Lievisse Adriaanse
2014-07-12fix annoying bug where the first character would be eaten, cnischar() wasJasper Lievisse Adriaanse
2014-07-12- fill in cninit to enable rtsJasper Lievisse Adriaanse
2014-07-12- rewrite register reading/writing to use octeon_xkphys_{read,write}_8 whichJasper Lievisse Adriaanse
2014-07-11add some more register definitionsJasper Lievisse Adriaanse
2013-12-28crank the versionTheo de Raadt