index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sparc64
/
stand
/
ofwboot
Age
Commit message (
Expand
)
Author
2024-11-05
Apply the changes in sys/lib/libsa/alloc.c 1.13 to the other copies of that
Miod Vallat
2024-06-26
return type on a dedicated line when declaring functions
Jonathan Gray
2024-04-14
with empty body loops, put final semicolon on a new line for readability
Jonathan Gray
2024-03-26
Implement the chmod a-x bsd.upgrade trick in the sparc64 ofwboot bootloader.
Claudio Jeker
2024-01-28
Force -fno-stack-protector on "boot block" that absolutely can't have
Theo de Raadt
2023-11-09
Finish clean up of old 6.7 softraid migration code
Klemens Nanni
2023-10-06
clean up old 6.7 softraid migration code
Klemens Nanni
2023-06-03
Remove declarations of unused local variables, an unused function
Kenneth R Westerback
2023-06-02
Missed a trailing space.
Kenneth R Westerback
2023-06-01
Expunge a bunch of eye searing trailing whitespace.
Kenneth R Westerback
2023-05-31
Remove declarations for unused search_label() local variables
Kenneth R Westerback
2023-05-21
Typo in comment. 'parititon' -> 'partition'.
Kenneth R Westerback
2023-04-25
Do not attempt to write to read-only softraid
Klemens Nanni
2023-04-13
remove duplicate includes
Jonathan Gray
2022-12-08
_C_LABEL() and _ASM_LABEL() are no longer useful in the "everything
Philip Guenther
2022-10-17
Fix "map" OpenFirmware call. It does not return a value according to the
Mark Kettenis
2022-09-02
Add softraid(4) RAID 1C boot support
Klemens Nanni
2022-09-01
Stop setting d_bbsize and d_sbsize. Nobody has paid
Kenneth R Westerback
2022-08-04
Default to softraid on boot-device iff found
Klemens Nanni
2022-07-27
Fix reconstructed softraid bootline
Klemens Nanni
2021-12-01
Fix booting from an IDE block device on the Sun Blade 100. Apparently
Mark Kettenis
2021-10-26
Remove 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 use
Theo de Raadt
2021-01-30
satisfy -fno-common
Theo de Raadt
2020-12-09
Use daddr_t and not daddr32_t in boot media.
Kenneth R Westerback
2020-06-13
Load 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 file
Theo de Raadt
2020-05-26
Implement write support for block devices and add readdir and fchmod
Mark Kettenis
2020-05-26
increment version numbers, due to recent RB_GOODSEED and fchmod +T changes
Theo de Raadt
2020-05-25
make loadrandom() return 0 for success, -1 for failure. While here,
Theo de Raadt
2020-05-25
Pass boothowto from bootloader to kernel using .openbsd.bootdata. To make
Mark Kettenis
2020-03-15
Teach sparc64 boot(8) about ffs2 and fix a bug while there: devopen()
Otto Moerbeek
2020-01-04
Remove BOOT_FLAGS and simplify the boot blocks logic.
Mark Kettenis
2019-10-29
Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata
Theo de Raadt
2019-08-04
crank version, following fchmod change
Theo de Raadt
2019-08-03
Add F_WRITE support to the block layer (not yet used)
Theo de Raadt
2019-05-10
Add bsd.upgrade support to sparc64 bootloader.
Claudio Jeker
2018-12-31
Cleanup bootloader code. Compile with -ffreestanding and add ffs.S as a
Claudio Jeker
2018-08-10
Bump boot loader versions for softraid passphrase handling change.
Joel Sing
2018-08-10
Retry on incorrect passphrase for softraid crypto boot.
Joel Sing
2018-06-26
The disk specification in an Open Firmware device path depends on the bus
Mark Kettenis
2018-03-29
Make sparc64 ofwboot open the softraid boot chunk early on and keep the
Stefan Sperling
2016-11-06
Do not create machine@ symlinks in obj as root during includes:, but
Theo Buehler
2016-09-18
Bump boot loader versions due to bcrypt pbkdf support.
Joel Sing
2016-09-18
Add bcrypt pbkdf support to the softraid crypto boot loader code.
Joel Sing
2016-09-13
crank bootloader version after .SUNW_ctf change
Jasper Lievisse Adriaanse
2016-09-11
Switch sparc64 boot code to libsa MI softraid.
Joel Sing
2016-09-11
Update header guards.
Joel Sing
2016-09-11
Rename softraid boot files, which are currently in an MD location. This
Joel Sing
2016-09-10
Clean up some softraid crypto code - rename struct sr_crypto_kdf_pbkdf2 to
Joel Sing
[next]