OpenBSD cvs log

created 2019-11-17T13:41:20Z
begin 2019-11-05T00:00:00Z
end 2019-11-06T00:00:00Z
path src/sys
commits 4

date 2019-11-05T08:16:43Z
author mpi
files src/sys/lib/libkern/arch/sparc64/ffs.S log diff annotate
src/sys/lib/libkern/arch/sparc64/htonl.S log diff annotate
src/sys/lib/libkern/arch/sparc64/htons.S log diff annotate
src/sys/lib/libkern/arch/sparc64/strlen.S log diff annotate
message Give some END()s to assembly symbols.

ok kettenis@, jca@

date 2019-11-05T08:17:21Z
author mpi
files src/sys/arch/sparc64/sparc64/locore.s log diff annotate
message Give some END()s to assembly symbols.

ok kettenis@, jca@

date 2019-11-05T08:18:47Z
author mpi
files src/sys/conf/files log diff annotate
src/sys/kern/kern_exec.c log diff annotate
src/sys/kern/sysv_shm.c log diff annotate
src/sys/uvm/uvm_extern.h log diff annotate
src/sys/uvm/uvm_unix.c log diff annotate
src/sys/uvm/Attic/uvm_user.c log diff annotate
message Kill uvm_deallocate(9) and use uvm_unmap() directly.

ok kettenis@, semarie@, deraadt@

date 2019-11-05T08:26:38Z
author claudio
files src/sys/netmpls/mpls.h log diff annotate
src/sys/netmpls/mpls_raw.c log diff annotate
message Remove mpls_inkloop and the corresponding sysctl net.mpls.maxloop_inkernel.
The value is no longer needed since the MPLS code got refactored some time
ago.
Found by Thomas Habets (thomas (at) habets se)