OpenBSD cvs log

created 2019-05-04T03:03:16Z
begin 2017-11-02T00:00:00Z
end 2017-11-03T00:00:00Z
path src/sys
commits 4

date 2017-11-02T13:17:37Z
author florian
files src/sys/netinet6/in6.c log diff annotate
message Over 17 years is probably 'a while...'
Also it does not change behaviour.
OK jca

date 2017-11-02T14:01:18Z
author florian
files src/sys/kern/uipc_proto.c log diff annotate
src/sys/kern/uipc_socket.c log diff annotate
src/sys/kern/uipc_usrreq.c log diff annotate
src/sys/net/pfkeyv2.c log diff annotate
src/sys/net/Attic/raw_cb.c log diff annotate
src/sys/net/Attic/raw_cb.h log diff annotate
src/sys/net/Attic/raw_usrreq.c log diff annotate
src/sys/net/rtsock.c log diff annotate
src/sys/netinet/in_proto.c log diff annotate
src/sys/netinet/ip_divert.c log diff annotate
src/sys/netinet/ip_divert.h log diff annotate
src/sys/netinet/ip_var.h log diff annotate
src/sys/netinet/raw_ip.c log diff annotate
src/sys/netinet/tcp_usrreq.c log diff annotate
src/sys/netinet/tcp_var.h log diff annotate
src/sys/netinet/udp_usrreq.c log diff annotate
src/sys/netinet/udp_var.h log diff annotate
src/sys/netinet6/in6_proto.c log diff annotate
src/sys/netinet6/ip6_divert.c log diff annotate
src/sys/netinet6/ip6_divert.h log diff annotate
src/sys/netinet6/ip6_var.h log diff annotate
src/sys/netinet6/raw_ip6.c log diff annotate
src/sys/sys/protosw.h log diff annotate
src/sys/sys/unpcb.h log diff annotate
message Move PRU_DETACH out of pr_usrreq into per proto pr_detach
functions to pave way for more fine grained locking.

Suggested by, comments & OK mpi

date 2017-11-02T14:04:24Z
author mpi
files src/sys/arch/alpha/alpha/conf.c log diff annotate
src/sys/arch/alpha/alpha/dec_3000_300.c log diff annotate
src/sys/arch/alpha/alpha/dec_3000_500.c log diff annotate
src/sys/arch/alpha/conf/GENERIC log diff annotate
src/sys/arch/alpha/conf/RAMDISKBIG log diff annotate
src/sys/arch/alpha/conf/files.alpha log diff annotate
src/sys/arch/alpha/include/z8530var.h log diff annotate
src/sys/arch/alpha/tc/Attic/scc.c log diff annotate
src/sys/arch/alpha/tc/Attic/sccreg.h log diff annotate
src/sys/arch/alpha/tc/Attic/sccvar.h log diff annotate
src/sys/arch/alpha/tc/tc_3000_300.c log diff annotate
src/sys/arch/alpha/tc/tc_3000_500.c log diff annotate
src/sys/dev/tc/files.tc log diff annotate
src/sys/dev/tc/zs_ioasic.c log diff annotate
src/sys/dev/tc/zs_ioasicvar.h log diff annotate
message Switch DEC 3000 (TURBOchannel) alpha serial code to MI z8530 code.

ttyB* minor numbers change; be sure to rerun MAKEDEV if you do not
upgrade with bsd.rd

Adapted from NetBSD by miod@

date 2017-11-02T17:29:16Z
author visa
files src/sys/arch/octeon/dev/if_cnmac.c log diff annotate
src/sys/arch/octeon/dev/if_cnmacvar.h log diff annotate
src/sys/arch/octeon/dev/octciu.c log diff annotate
src/sys/arch/octeon/include/intr.h log diff annotate
src/sys/arch/octeon/include/octeonvar.h log diff annotate
message Assign each cnmac(4) port its own input work group, and assign
the interrupt processing of each work group to one of the available
CPUs. This enables some parallelism in the early stages of packet Rx.