CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/06/02 16:44:27
Modified files:
sbin/fdisk : mbr.c
sys/arch/amd64/stand/efiboot: efidev.c
sys/arch/amd64/stand/libsa: softraid_amd64.c
sys/arch/arm64/stand/efiboot: efidev.c softraid_arm64.c
sys/arch/armv7/stand/efiboot: efidev.c
sys/arch/riscv64/stand/efiboot: efidev.c softraid_riscv64.c
sys/kern : subr_disk.c
usr.sbin/installboot: armv7_installboot.c i386_installboot.c
Log message:
Use the same logic in all copies of gpt_chk_mbr(), relaxing the
media length check to allow EFI GPT partitions to be smaller that
the entire disk.
Consistently use GPTSECTOR instead of randomly tossing in some
literal '1's.
ok kettenis@