OpenBSD cvs log

created 2018-11-29T14:42:18Z
begin 2018-05-04T00:00:00Z
end 2018-05-05T00:00:00Z
path src/sys
commits 7

date 2018-05-04T02:51:34Z
author visa
files src/sys/arch/amd64/amd64/db_trace.c log diff annotate
message Leave out an unnecessary symbol lookup.

OK guenther@

date 2018-05-04T02:54:23Z
author visa
files src/sys/arch/amd64/amd64/db_trace.c log diff annotate
src/sys/arch/hppa/hppa/db_interface.c log diff annotate
src/sys/arch/i386/i386/db_trace.c log diff annotate
message Initialize st_count in db_save_stack_trace().

OK guenther@

date 2018-05-04T11:16:04Z
author bluhm
files src/sys/nfs/nfs_vfsops.c log diff annotate
message After unmount nfs_timer() could access the freed memory of struct
nfsmount. Delay the free(9) of the nfs mount point data until
pending or sleeping timeouts have finished by running it on the
softclock thread.
OK visa@

date 2018-05-04T15:43:34Z
author visa
files src/sys/arch/arm64/arm64/db_trace.c log diff annotate
src/sys/arch/arm64/include/frame.h log diff annotate
message Add stack trace saving for arm64.

OK guenther@

date 2018-05-04T15:45:11Z
author visa
files src/sys/arch/arm64/arm64/mem.c log diff annotate
message Fix WITNESS build on arm64.

OK guenther@

date 2018-05-04T16:12:12Z
author visa
files src/sys/arch/arm/conf/files.arm log diff annotate
src/sys/arch/arm64/conf/files.arm64 log diff annotate
src/sys/arch/armv7/conf/files.armv7 log diff annotate
src/sys/arch/octeon/conf/files.octeon log diff annotate
src/sys/dev/ofw/files.ofw log diff annotate
message Add a common rules file for ofw sources to help keep the configurations
of fdt-enabled platforms in sync.

OK deraadt@

date 2018-05-04T19:43:07Z
author tb
files src/sys/netinet6/in6.c log diff annotate
message Split handling of SIOCGIF*_IN6 into a separate function in6_ioctl_get()
that only needs a read lock.

Tested by hrvoje
ok visa