summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/stand
AgeCommit message (Expand)Author
2020-06-13Load CTF section to enable DDB's "show struct"kn
2020-06-05Qemu does not like we load ofwboot on top of the bootblocks and asOtto Moerbeek
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-25fchmod() will be needed soon.Theo 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-04-02Change bootblocks to be able to read from ffs1, ffs2 and softraid.Otto Moerbeek
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
2019-04-20libsa's memcpy() is actually memmove(). make a proper memmove(), and giveTheo de Raadt
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
2017-10-17remove the remaining references to .depend files since nothing creates themChristian Weisgerber
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
2016-09-10Rename libsa pbkdf2.c to pkcs5_pbkdf2.c so that we match libutil.Joel Sing
2016-07-30Prep for relro: make sure it's off for any non-PIE stand/ programPhilip Guenther
2016-03-14Change a bunch of (<blah> *)0 to NULL.Kenneth R Westerback
2016-03-07Sync no-argument function declaration and definition by adding (void).Christian Weisgerber
2016-01-20Check for disks deeper than 4 levels down in the Open Firmware device tree.Stefan Sperling
2015-11-16Replace unbounded gets() in libsa with getln() which takes a buffer size,Miod Vallat
2015-10-28Support backspace in softraid boot passphrase prompt.Joel Sing
2015-10-01Remove more blinding trailing whitespace.Kenneth R Westerback
2015-09-14unify free(NULL,size) behaviour by allowing passing NULLSebastien Marie
2015-07-23Missed file in *_data_offset -> *_data_blkno switch.Kenneth R Westerback
2015-07-19Use DEV_BSIZE instead of 512 where appropriate. Use DL_SECTOBLK()Kenneth R Westerback
2014-12-11Delete #ifdef'd code that hasn't been compiled in years from sparc64 ofwboot.Stefan Sperling
2014-12-09Check strlcpy(), strlcat(), and snprintf() return values in sparc64 ofwboot.Stefan Sperling
2014-12-04The sparc64 Open Firmware package-to-path call (used since softraid bootStefan Sperling
2014-11-26Introduce softraid boot support to sparc64 ofwboot.Stefan Sperling
2014-11-26Add softraid support to sparc64 first-level boot blocks.Stefan Sperling
2014-11-26Add softraid boot support code files ported by me to sparc64 from amd64.Stefan Sperling
2014-11-26Copy some Open Firmware interface functions from the kernel to ofwboot.Stefan Sperling
2014-11-26Hook ofwbootfd to the build.Stefan Sperling
2014-11-26Add a separate ofwboot build for the sparc64 floppies.Stefan Sperling