OpenBSD cvs log

created 2023-02-12T09:07:53Z
begin 2023-02-07T00:00:00Z
end 2023-02-08T00:00:00Z
path src/sys
commits 5

date 2023-02-07T07:10:43Z
author kevlo
files src/sys/dev/pci/pcidevs log diff annotate
message Add ASMedia ASM2142 xhci

ok deraadt@

date 2023-02-07T07:11:14Z
author kevlo
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2023-02-07T12:06:53Z
author miod
files src/sys/arch/alpha/stand/bootxx/Makefile log diff annotate
message Since we override CFLAGS here, don't forget to put -Oz in there so as to compile
with some form of optimization.

date 2023-02-07T16:14:55Z
author bluhm
files src/sys/netinet/if_ether.h log diff annotate
message Remove needless #ifdef INET6 from struct ether_extracted field in
public header file. Makes debugging with special kernels easier.

date 2023-02-07T17:58:43Z
author sashan
files src/sys/net/pfvar.h log diff annotate
message internal representation of icmp type/code in pfctl(8)/pf(4) does not
fit into u_int8_t. Issue has been noticed and kindly reported by
amalinin _at_ bh0.amt.ru via bugs@.

OK bluhm@