summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/stand/ofwboot
AgeCommit message (Expand)Author
2024-11-05Apply the changes in sys/lib/libsa/alloc.c 1.13 to the other copies of thatMiod Vallat
2024-06-26return type on a dedicated line when declaring functionsJonathan Gray
2024-04-14with empty body loops, put final semicolon on a new line for readabilityJonathan Gray
2024-03-26Implement the chmod a-x bsd.upgrade trick in the sparc64 ofwboot bootloader.Claudio Jeker
2024-01-28Force -fno-stack-protector on "boot block" that absolutely can't haveTheo de Raadt
2023-11-09Finish clean up of old 6.7 softraid migration codeKlemens Nanni
2023-10-06clean up old 6.7 softraid migration codeKlemens Nanni
2023-06-03Remove declarations of unused local variables, an unused functionKenneth R Westerback
2023-06-02Missed a trailing space.Kenneth R Westerback
2023-06-01Expunge a bunch of eye searing trailing whitespace.Kenneth R Westerback
2023-05-31Remove declarations for unused search_label() local variablesKenneth R Westerback
2023-05-21Typo in comment. 'parititon' -> 'partition'.Kenneth R Westerback
2023-04-25Do not attempt to write to read-only softraidKlemens Nanni
2023-04-13remove duplicate includesJonathan Gray
2022-12-08_C_LABEL() and _ASM_LABEL() are no longer useful in the "everythingPhilip Guenther
2022-10-17Fix "map" OpenFirmware call. It does not return a value according to theMark Kettenis
2022-09-02Add softraid(4) RAID 1C boot supportKlemens Nanni
2022-09-01Stop setting d_bbsize and d_sbsize. Nobody has paidKenneth R Westerback
2022-08-04Default to softraid on boot-device iff foundKlemens Nanni
2022-07-27Fix reconstructed softraid bootlineKlemens Nanni
2021-12-01Fix booting from an IDE block device on the Sun Blade 100. ApparentlyMark Kettenis
2021-10-26Remove more occurences of O_RDONLY in our bootloaders.Patrick Wildt
2021-10-24#define open O_* flags in libsa/stand.h, so that bootblocks can useTheo de Raadt
2021-01-30satisfy -fno-commonTheo de Raadt
2020-12-09Use daddr_t and not daddr32_t in boot media.Kenneth R Westerback
2020-06-13Load CTF section to enable DDB's "show struct"kn
2020-05-26/etc/random.seed reuse can now be detected. The stat +T bit marks the fileTheo de Raadt
2020-05-26Implement write support for block devices and add readdir and fchmodMark Kettenis
2020-05-26increment version numbers, due to recent RB_GOODSEED and fchmod +T changesTheo de Raadt
2020-05-25make loadrandom() return 0 for success, -1 for failure. While here,Theo de Raadt
2020-05-25Pass boothowto from bootloader to kernel using .openbsd.bootdata. To makeMark Kettenis
2020-03-15Teach sparc64 boot(8) about ffs2 and fix a bug while there: devopen()Otto Moerbeek
2020-01-04Remove BOOT_FLAGS and simplify the boot blocks logic.Mark Kettenis
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataTheo de Raadt
2019-08-04crank version, following fchmod changeTheo de Raadt
2019-08-03Add F_WRITE support to the block layer (not yet used)Theo de Raadt
2019-05-10Add bsd.upgrade support to sparc64 bootloader.Claudio Jeker
2018-12-31Cleanup bootloader code. Compile with -ffreestanding and add ffs.S as aClaudio Jeker
2018-08-10Bump boot loader versions for softraid passphrase handling change.Joel Sing
2018-08-10Retry on incorrect passphrase for softraid crypto boot.Joel Sing
2018-06-26The disk specification in an Open Firmware device path depends on the busMark Kettenis
2018-03-29Make sparc64 ofwboot open the softraid boot chunk early on and keep theStefan Sperling
2016-11-06Do not create machine@ symlinks in obj as root during includes:, butTheo Buehler
2016-09-18Bump boot loader versions due to bcrypt pbkdf support.Joel Sing
2016-09-18Add bcrypt pbkdf support to the softraid crypto boot loader code.Joel Sing
2016-09-13crank bootloader version after .SUNW_ctf changeJasper Lievisse Adriaanse
2016-09-11Switch sparc64 boot code to libsa MI softraid.Joel Sing
2016-09-11Update header guards.Joel Sing
2016-09-11Rename softraid boot files, which are currently in an MD location. ThisJoel Sing
2016-09-10Clean up some softraid crypto code - rename struct sr_crypto_kdf_pbkdf2 toJoel Sing