OpenBSD cvs log

created 2021-06-12T19:24:25Z
begin 2021-06-08T00:00:00Z
end 2021-06-09T00:00:00Z
path src/sys
commits 2

date 2021-06-08T02:45:49Z
author krw
files src/sys/arch/amd64/stand/efiboot/conf.c log diff annotate
src/sys/arch/amd64/stand/efiboot/efidev.c log diff annotate
message Replace hand rolled memory allocation in efid_io() with
BS->AllocatePages() and BS->FreePages() as in all the other
efid_io() versions.

Don't leak the pages on success.

Bump boot version to 3.59.

ok yasuoka@

date 2021-06-08T23:18:43Z
author dv
files src/sys/arch/amd64/amd64/vmm.c log diff annotate
message cleanup printf pattern to remove double 0x when printing pointer

mlarkin: "sure"