OpenBSD cvs log

created 2021-05-02T04:17:16Z
begin 2021-04-26T00:00:00Z
end 2021-04-27T00:00:00Z
path src/sys
commits 8

date 2021-04-26T04:28:07Z
author jsg
files src/sys/arch/riscv64/riscv64/conf.c log diff annotate
message Remove some commented out entries to make this easier to read
and enable openprom.

ok visa@

date 2021-04-26T04:30:20Z
author jsg
files src/sys/arch/riscv64/conf/Makefile.riscv64 log diff annotate
message remove old 4.19 amdgpu include paths

date 2021-04-26T05:00:11Z
author jsg
files src/sys/arch/riscv64/riscv64/conf.c log diff annotate
message add kstat and a notdef line for ujoy

date 2021-04-26T06:00:12Z
author jsg
files src/sys/arch/riscv64/riscv64/conf.c log diff annotate
message remove unused cdev defines

date 2021-04-26T06:05:55Z
author jsg
files src/sys/arch/arm64/arm64/conf.c log diff annotate
message remove unused cdev defines

date 2021-04-26T07:55:16Z
author bluhm
files src/sys/netinet/if_ether.c log diff annotate
message Convert the ARP packet hold queue from mbuf list to mbuf queue which
contins a mutex. Update la_hold_total with atomic operations.
OK sashan@

date 2021-04-26T08:21:35Z
author claudio
files src/sys/kern/uipc_socket.c log diff annotate
src/sys/kern/uipc_socket2.c log diff annotate
message Revert per-socket `so_lock' rwlock(9) and use it to protect routing
(PF_ROUTE) sockets. There is a locking issue with timeouts that needs
to be fixed.
Requested by deraadt@

date 2021-04-26T08:21:36Z
author claudio
files src/sys/net/rtsock.c log diff annotate
src/sys/sys/socketvar.h log diff annotate
message Revert per-socket `so_lock' rwlock(9) and use it to protect routing
(PF_ROUTE) sockets. There is a locking issue with timeouts that needs
to be fixed.
Requested by deraadt@