OpenBSD cvs log

created 2018-11-29T22:05:15Z
begin 2018-06-13T00:00:00Z
end 2018-06-14T00:00:00Z
path src/sys
commits 3

date 2018-06-13T14:38:42Z
author visa
files src/sys/arch/mips64/mips64/db_machdep.c log diff annotate
src/sys/arch/mips64/mips64/ipifuncs.c log diff annotate
src/sys/arch/mips64/mips64/mips64_machdep.c log diff annotate
src/sys/arch/mips64/mips64/trap.c log diff annotate
src/sys/arch/octeon/dev/octeon_pcibus.c log diff annotate
src/sys/arch/octeon/octeon/machdep.c log diff annotate
message Make octeon kernels compile with DEBUG.

Based on a diff from jj@. Thank you!

date 2018-06-13T14:57:24Z
author visa
files src/sys/kern/vfs_syscalls.c log diff annotate
src/sys/nfs/nfs_serv.c log diff annotate
src/sys/ufs/ufs/ufs_vnops.c log diff annotate
message Make the VFS layer responsible for preventing the deletion
of mounted on directories.

OK guenther@, mpi@

date 2018-06-13T23:39:00Z
author guenther
files src/sys/arch/amd64/amd64/vector.S log diff annotate
message alltraps was branching multiple times on whether the trap was from kernel
vs user, so expand INTRENTRY() and then carry the test it does through the
entire routine. This will permit splitting of trap() later and makes it
easier to treat the from-user path with kid gloves.

ok mlarkin@, prodding deraadt@