OpenBSD cvs log

created 2021-10-20T09:21:35Z
begin 2021-05-25T00:00:00Z
end 2021-05-26T00:00:00Z
path src/sys
commits 4

date 2021-05-25T09:55:22Z
author bluhm
files src/sys/net/pfkeyv2.c log diff annotate
src/sys/net/pfkeyv2.h log diff annotate
src/sys/net/pfkeyv2_parsemessage.c log diff annotate
message The arrays sadb_exts_allowed_out and sadb_exts_required_out are
constant. Put global variable declarations into header file.
OK mvs@ mpi@

date 2021-05-25T17:07:55Z
author guenther
files src/sys/arch/amd64/amd64/locore.S log diff annotate
message clang's assembler now supports 64-suffixed versions of the
fxsave/xsave/fxrstor/xrstor family of instructions. Use them
directly instead of inserting the 0x48 prefix manually.

ok kettenis@ deraadt@

date 2021-05-25T22:45:09Z
author bluhm
files src/sys/kern/uipc_domain.c log diff annotate
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/if.c log diff annotate
src/sys/net/pfkeyv2.c log diff annotate
src/sys/net/route.c log diff annotate
src/sys/net/rtable.c log diff annotate
src/sys/net/rtsock.c log diff annotate
src/sys/netinet/in_proto.c log diff annotate
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@

date 2021-05-25T22:45:10Z
author bluhm
files src/sys/netinet6/in6_proto.c log diff annotate
src/sys/netmpls/mpls.h log diff annotate
src/sys/netmpls/mpls_proto.c log diff annotate
src/sys/sys/domain.h log diff annotate
src/sys/sys/protosw.h log diff annotate
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@