OpenBSD cvs log

created 2021-10-20T09:26:21Z
begin 2021-05-27T00:00:00Z
end 2021-05-28T00:00:00Z
path src/sys
commits 5

date 2021-05-27T03:43:23Z
author dlg
files src/sys/net/if_veb.c log diff annotate
message ajacouto says i missed copying some bits from bridge for divert-to.

date 2021-05-27T03:46:15Z
author dlg
files src/sys/net/if_tpmr.c log diff annotate
message ajacoutot says i missed copying some bits from bridge for divert-to.

date 2021-05-27T08:10:12Z
author kettenis
files src/sys/arch/arm64/dev/aplpmu.c log diff annotate
message Use todr_attach(). Prompted by cheloha@

date 2021-05-27T14:27:41Z
author krw
files src/sys/kern/subr_disk.c log diff annotate
message Relax criteria for recognizing GPT formatted media by allowing the
EFI GPT partition (0xEE) in the protective MBR to be smaller that the
actual size of the media.

This allows GPT disk images dd'ed onto larger physical media to be
recognized by fdisk(8) and the kernel.

Feedback from kettenis@ on various earlier versions.

date 2021-05-27T23:24:40Z
author cheloha
files src/sys/dev/ic/vga.c log diff annotate
message vga(4): fix vga_doswitch() prototype

Timeout callback functions need to be void (*)(void *). No need to cast
the function pointer if fixing the type is trivial.

ok kettenis@