OpenBSD cvs log

created 2024-12-15T00:29:59Z
begin 2024-12-11T00:00:00Z
end 2024-12-12T00:00:00Z
path src/sys
commits 4

date 2024-12-11T02:00:32Z
author dlg
files src/sys/uvm/uvm_map.c log diff annotate
message white space fixes, no functional change.

cvs diff -w agrees.

date 2024-12-11T04:18:52Z
author dlg
files src/sys/net/if_pfsync.c log diff annotate
message fix pfsync_encap to cope with pfsync_sendout changes.

problem noticed by hrvoje popovski

date 2024-12-11T04:22:41Z
author dlg
files src/sys/net/if_pfsync.c log diff annotate
message get rid of code for an extra DLT_LOOP bpf attachment.

pfsync doesnt know the source address in IP packets before it calls
ip_output, so the extra bpf attachment has a distorted view of what
IP packets are being sent anyway. you can tcpdump on the pfsync
syncdev if you want to see what will be on the wire.

date 2024-12-11T04:53:17Z
author patrick
files src/sys/dev/ic/qwz.c log diff annotate
src/sys/dev/ic/qwzreg.h log diff annotate
src/sys/dev/ic/qwzvar.h log diff annotate
message Rework and fill in the device specific handling for WCN7850.