index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
stand
/
efiboot
/
efiblock.c
Age
Commit message (
Expand
)
Author
2023-06-14
Avoid void * pointer arithmetic; cast to UINT8 * explicitly.
rin
2022-04-24
Use physical sector size as unit for disk addresses.
mlelstv
2021-10-30
If a path is not specified, assume /. This makes "ls" and "ls hd0b:" work
jmcneill
2021-06-23
fix typo
jmcneill
2021-06-23
Fix buffer size for alignment adjusted block I/O reads.
jmcneill
2021-06-22
efiboot: Use EFI_BLOCK_IO_PROTOCOL if EFI_DISK_IO_PROTOCOL is missing
jmcneill
2021-06-21
efiboot: Add readahead support.
jmcneill
2021-06-21
efiboot: Use disk I/O protocol for block device access.
jmcneill
2021-06-20
Add support for the boot services watchdog and pet it on every block I/O
jmcneill
2021-05-26
add basic raidframe support to efiboot.
mrg
2020-11-28
Deal with devices that report either 512 or 2048 as logical block size
jmcneill
2020-10-18
efiboot: recognize the EFI system partition as fstype MSDOS
tnn
2020-10-11
Add ISO9660 support.
jmcneill
2019-09-27
Use roundup2() instead of open coding something almost the same that
jakllsch
2019-09-21
Honour block device's IO alignment requirements.
jmcneill
2019-03-09
Workaround a bug with ROCKPro64's U-Boot EFI implementation. The booted
jmcneill
2018-11-01
Add GPT support.
jmcneill
2018-09-14
MI efiboot: avoid LBA overflow in efi_block_find_partitions_disklabel()
jakllsch
2018-08-27
Pass a hash of the MBR and the booted partition to the kernel.
jmcneill
2018-08-26
Add support for booting kernels from FFS partitions.
jmcneill