CVS commit: src/sbin/rndctl

2020-05-12 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue May 12 09:48:44 UTC 2020 Modified Files: src/sbin/rndctl: rndctl.c Log Message: Whitespace alignment nits. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sbin/rndctl/rndctl.c Please note that diffs are no

CVS commit: src/sys/arch/xen/xen

2020-05-12 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue May 12 09:54:02 UTC 2020 Modified Files: src/sys/arch/xen/xen: xbd_xenbus.c Log Message: move xen_intr_disestablish() call in xbd_xenbus_suspend() so it's executed without holding the xbd mutex, to avoid LOCKDEBUG assertion

CVS commit: src/sys/kern

2020-05-12 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue May 12 10:02:56 UTC 2020 Modified Files: src/sys/kern: kern_pmf.c Log Message: need to take IFNET_LOCK() around if_stop (on suspend) and if_init (on resume) calls, those need to read and/or manipulate if_flags and hence need

CVS commit: src/sys/arch/mips/cavium/dev

2020-05-12 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue May 12 10:12:08 UTC 2020 Modified Files: src/sys/arch/mips/cavium/dev: octeon_rnmreg.h Log Message: Add a few more bits. XXX convert to __BITS. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/mips/ca

CVS commit: src/share/man/man7

2020-05-12 Thread Leonardo Taccari
Module Name:src Committed By: leot Date: Tue May 12 10:20:16 UTC 2020 Modified Files: src/share/man/man7: hier.7 Log Message: Remove a reference to /etc/netstart It was removed in rc.d era and no longer honored (except by newbtconf(8)). Noticed by Ottavio Caruso on #netb

CVS commit: src/sys/arch/mips/cavium/dev

2020-05-12 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue May 12 10:37:10 UTC 2020 Modified Files: src/sys/arch/mips/cavium/dev: octeon_rnm.c Log Message: If bus_space_map fails, just don't attach the driver instead of panicing. Check RNG built in self test, don't attach if that fail

CVS commit: src/sys

2020-05-12 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue May 12 11:21:10 UTC 2020 Modified Files: src/sys/kern: kern_fork.c src/sys/sys: sched.h Log Message: Remove the stub support of CLONE_PID in clone(2) CLONE_PID causes the child clonee to share the same process id as cl

CVS commit: src/lib/libc/sys

2020-05-12 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue May 12 11:39:09 UTC 2020 Modified Files: src/lib/libc/sys: clone.2 Log Message: Remove mentions of CLONE_PID and CLONE_STOPPED CLONE_PID was removed in Linux 2.5.15 and recycled for CLONE_PIDFD since Linux 5.2. CLONE_STOPPED

CVS commit: src/sys/arch/mips/cavium/dev

2020-05-12 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue May 12 14:04:50 UTC 2020 Modified Files: src/sys/arch/mips/cavium/dev: octeon_rnm.c Log Message: Oceton RNG/RNM driver modernisation to fit new entropy world order by riastradh@, with some tweaks to get working in RNG mode. X

CVS commit: src/crypto/dist/ipsec-tools/src/setkey

2020-05-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 12 14:29:06 UTC 2020 Modified Files: src/crypto/dist/ipsec-tools/src/setkey: extern.h setkey.c token.l Log Message: Keep track of the filename to print in error messages. Change quoting of error string from [] to `'. T

CVS commit: src/usr.sbin/sysinst

2020-05-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 12 16:18:04 UTC 2020 Modified Files: src/usr.sbin/sysinst: defs.h install.c util.c Log Message: At the end of a new installation save entropy. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/usr.sbin/sy

CVS commit: src/crypto/dist/ipsec-tools/src/setkey

2020-05-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 12 16:17:58 UTC 2020 Modified Files: src/crypto/dist/ipsec-tools/src/setkey: extern.h setkey.c token.l Log Message: - in script mode always output errors to stderr prefixed by the program name. - in command mode always o

CVS commit: src/usr.sbin/sysinst

2020-05-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 12 17:04:00 UTC 2020 Modified Files: src/usr.sbin/sysinst: defs.h install.c util.c Log Message: Ooops, backout previous - twice the entropy saving is not needed. Instead slightly improve the (slightly) hidden other code th

CVS commit: src/usr.sbin/sysinst

2020-05-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 12 17:26:43 UTC 2020 Modified Files: src/usr.sbin/sysinst: defs.h disks.c main.c Log Message: PR 55202: disable swapping if we started it due to low ram To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/u

CVS commit: src/sys/kern

2020-05-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 12 20:50:17 UTC 2020 Modified Files: src/sys/kern: kern_entropy.c Log Message: Don't invoke callbacks of rndsources with collection disabled. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/kern/

CVS commit: src/sys/kern

2020-05-12 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue May 12 21:24:30 UTC 2020 Modified Files: src/sys/kern: kern_mutex.c Log Message: PR kern/55251: use of ZFS may trigger kernel memory corruption mutex_vector_enter(): reload mtx_owner with preemption disabled before calling mutex_

CVS commit: src/sys/kern

2020-05-12 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue May 12 21:56:17 UTC 2020 Modified Files: src/sys/kern: kern_mutex.c Log Message: PR kern/55251 (use of ZFS may trigger kernel memory corruption (KASAN error)) Previous wasn't quite right. Redo it differently - disable preemption

CVS commit: src/sys

2020-05-12 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue May 12 23:17:42 UTC 2020 Modified Files: src/sys/fs/tmpfs: tmpfs_subr.c src/sys/kern: vfs_cache.c src/sys/sys: namei.src src/sys/ufs/ffs: ffs_vfsops.c src/sys/ufs/ufs: ufs_vnops.c Log Message: cache

CVS commit: src/sys

2020-05-12 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue May 12 23:18:03 UTC 2020 Modified Files: src/sys/rump/include/rump: rump_namei.h src/sys/sys: namei.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/rump/include/rump/rump_namei

CVS commit: src/sys/sys

2020-05-12 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue May 12 23:18:52 UTC 2020 Modified Files: src/sys/sys: param.h Log Message: NetBSD 9.99.61 - vfa_cache interface changed To generate a diff of this commit: cvs rdiff -u -r1.663 -r1.664 src/sys/sys/param.h Please note that diffs

CVS commit: src/sys/arch/aarch64/aarch64

2020-05-12 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Wed May 13 05:37:16 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: db_machdep.c Log Message: for "mach cpuinfo", print ci_biglock_count too. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/aarch64

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2020-05-12 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Wed May 13 05:52:54 UTC 2020 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c Log Message: fix the handling in putpage of the page containing EOF. To generate a diff of this commit: cvs rdiff -u -r1.65 -r

CVS commit: src/sys/arch/aarch64

2020-05-12 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Wed May 13 06:08:51 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: db_trace.c fault.c src/sys/arch/aarch64/include: armreg.h cpufunc.h pmap.h Log Message: - move aarch64 addressspace macros from pmap.h to cpufunc.h -

CVS commit: src/distrib/sets/lists/comp

2020-05-12 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Wed May 13 06:09:25 UTC 2020 Modified Files: src/distrib/sets/lists/comp: ad.aarch64 Log Message: fix evbarm64 build release with LLVM To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/distrib/sets/lists/comp/ad.aar