OpenBSD cvs log

created 2025-03-15T23:35:49Z
begin 2025-03-11T00:00:00Z
end 2025-03-12T00:00:00Z
path src/sys
commits 2

date 2025-03-11T15:29:36Z
author mvs
files src/sys/netinet/ip_divert.c log diff annotate
src/sys/netinet/udp_usrreq.c log diff annotate
src/sys/netinet6/ip6_divert.c log diff annotate
message The *.{send,recv}space sysctl values should not exceed the SB_MAX limit.
Adjust it for udp(4) and divert(4) sockets. Otherwise it will be
impossible to create such sockets regardless on actual resources usage.

The UNIX sockets already have the SB_MAX for upper limit.

ok claudio bluhm

date 2025-03-11T15:31:03Z
author mvs
files src/sys/kern/uipc_socket2.c log diff annotate
src/sys/kern/uipc_usrreq.c log diff annotate
src/sys/net/if_ethersubr.c log diff annotate
src/sys/net/pfkeyv2.c log diff annotate
src/sys/net/rtsock.c log diff annotate
src/sys/netinet/ip_divert.c log diff annotate
src/sys/netinet/ip_mroute.c log diff annotate
src/sys/netinet/raw_ip.c log diff annotate
src/sys/netinet/udp_usrreq.c log diff annotate
src/sys/netinet6/ip6_divert.c log diff annotate
src/sys/netinet6/ip6_mroute.c log diff annotate
src/sys/netinet6/raw_ip6.c log diff annotate
src/sys/sys/socketvar.h log diff annotate
message Get rid of unused `so' argument in sbappendaddr(). No functional
changes.

ok bluhm