CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/05/25 16:45:10
Modified files:
sys/kern : uipc_domain.c uipc_proto.c uipc_socket.c
uipc_usrreq.c
sys/net : if.c pfkeyv2.c route.c rtable.c rtsock.c
sys/netinet : in_proto.c
sys/netinet6 : in6_proto.c
sys/netmpls : mpls.h mpls_proto.c
sys/sys : domain.h protosw.h
Log message:
As network features are not added dynamically, the domain structures
are constant. Having more const makes MP review easier. More
pointers are mapped read-only in the kernel image.
OK deraadt@ mvs@