OpenBSD cvs log

created 2021-11-13T19:45:32Z
begin 2021-11-09T00:00:00Z
end 2021-11-10T00:00:00Z
path src/sys
commits 4

date 2021-11-09T06:25:42Z
author anton
files src/sys/dev/usb/uhidev.c log diff annotate
src/sys/dev/usb/uhidev.h log diff annotate
message The uhidevsubmatch() routine was imported from NetBSD back in 2002 along with
the reportid locator. The same locator was removed in 2004 making the routine
redundant.

ok gnezdo@ mpi@

date 2021-11-09T09:26:18Z
author jan
files src/sys/dev/pci/if_ixl.c log diff annotate
message Add IPv4, TCP4/6 and UDP4/6 checksum offloading.

ok jmatthew@

date 2021-11-09T16:10:42Z
author kn
files src/sys/arch/arm64/conf/GENERIC log diff annotate
src/sys/dev/fdt/files.fdt log diff annotate
message Sort gpio{leds,charger}

date 2021-11-09T16:16:11Z
author kn
files src/sys/arch/arm64/conf/GENERIC log diff annotate
src/sys/dev/fdt/files.fdt log diff annotate
src/sys/dev/fdt/gpiokeys.c log diff annotate
message Add gpiokeys(4) for arm64

This driver handles events triggered by GPIO keys such as lid status and
power button.

OK kettenis