OpenBSD cvs log

created 2020-11-19T18:02:59Z
begin 2020-06-04T00:00:00Z
end 2020-06-05T00:00:00Z
path src/sys
commits 5

date 2020-06-04T04:27:51Z
author yasuoka
files src/sys/net/pf_table.c log diff annotate
message Fix pfr_kentry_byaddr() to be used for a rule in an anchor. It
couldn't find an entry if its table is attached a table on the root.
This fixes the problem "route-to <TABLE> least-states" doesn't work.
The problem is found by IIJ.

OK sashan

date 2020-06-04T12:29:16Z
author patrick
files src/sys/arch/arm64/conf/RAMDISK log diff annotate
message Enable bwfm(4).

date 2020-06-04T19:30:49Z
author anton
files src/sys/sys/kcov.h log diff annotate
message add missing forward declaration of struct proc

date 2020-06-04T21:18:16Z
author kettenis
files src/sys/arch/arm64/arm64/cpu.c log diff annotate
message Recognise Cortex-A78.

date 2020-06-04T23:03:43Z
author deraadt
files src/sys/dev/hid/hid.c log diff annotate
message HID parser could overflow if a malicious device (potentially USB) provided
too many PUSH. report from Andy Nguyen @ google.
fix by jcs
This is errata 6.6/030_hid and 6.7/008_hid