CVS commit: src/sys/arch/alpha/alpha

2020-09-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Sep 18 00:11:31 UTC 2020 Modified Files: src/sys/arch/alpha/alpha: locore.s Log Message: - Give lwp0 the same kernel thread backstop as all of the others get in cpu_lwp_fork(). - Add a bunch of comments to lwp_trampoline()

CVS commit: src/sys/arch/alpha/alpha

2020-09-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Sep 18 00:09:29 UTC 2020 Modified Files: src/sys/arch/alpha/alpha: db_trace.c Log Message: - Add exception_return() to the list of trap vector symbols, which will enable us to trace back through an exception if the fault

CVS commit: src/sys/arch/alpha/alpha

2020-09-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Sep 18 00:06:36 UTC 2020 Modified Files: src/sys/arch/alpha/alpha: vm_machdep.c Log Message: Rather than having exception_return() at the root of the call graph for kernel threads, provide a backstop that will prevent them

CVS commit: src/sys/arch/alpha/include

2020-09-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Sep 18 00:07:22 UTC 2020 Modified Files: src/sys/arch/alpha/include: alpha.h Log Message: Rather than having exception_return() at the root of the call graph for kernel threads, provide a backstop that will prevent them from

CVS commit: src/sys/arch/alpha/alpha

2020-09-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Sep 18 00:04:58 UTC 2020 Modified Files: src/sys/arch/alpha/alpha: debug.s Log Message: Fix entering the kernel debugger when MULTIPROCESSOR is enabled; the arguments to alpha_debug() were getting clobbered by the call to

CVS commit: src/sys/arch/alpha/alpha

2020-09-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Sep 18 00:02:43 UTC 2020 Modified Files: src/sys/arch/alpha/alpha: db_interface.c Log Message: Use alpha_pal_swpipl() directly instead of splhigh()/splx(), do avoid soft int processing while dealing with entering / leaving

CVS commit: src/etc

2020-09-17 Thread Juraj Lutter
Module Name:src Committed By: otis Date: Thu Sep 17 20:29:04 UTC 2020 Modified Files: src/etc: rc.subr Log Message: Fix waiting for PIDs on stop. Fix expansion of positional parameters. Also move the local variable declaration to more apropriate place. To generate a

CVS commit: src/external/gpl3/gdb/bin

2020-09-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 17 20:26:22 UTC 2020 Modified Files: src/external/gpl3/gdb/bin/gdb: Makefile src/external/gpl3/gdb/bin/gdbtui: Makefile Log Message: fix build. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/external/gpl3/gdb/dist/gdb/doc

2020-09-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 17 20:13:20 UTC 2020 Added Files: src/external/gpl3/gdb/dist/gdb/doc: gcore.1 gdb-add-index.1 gdb.1 gdbinit.5 gdbserver.1 Log Message: commit generated man pages To generate a diff of this commit: cvs

CVS commit: src/sys/dev/pci

2020-09-17 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Sep 17 17:33:51 UTC 2020 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: Ensure MSI-X is disabled if allocation of MSI-X interrupts fail. The virtio device config space moves out from under us when MSI-X remains

CVS commit: src/sys/dev/pci

2020-09-17 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Sep 17 17:09:59 UTC 2020 Modified Files: src/sys/dev/pci: virtio.c Log Message: Fix word-o of function name in comment To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/dev/pci/virtio.c Please note

CVS commit: src/sys/dev/pci

2020-09-17 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Sep 17 17:04:31 UTC 2020 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: Ensure interrupt handles buffer is zeroed on allocation Prevents crashes trying to deallocate interrupts at shutdown. Found by kim and

CVS commit: src/tools/gdb

2020-09-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 17 16:54:31 UTC 2020 Modified Files: src/tools/gdb: mknative-gdb Log Message: put gnulib stuff under gnulib/ because things import "gnulib/config.h" To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/external/gpl3/gdb/bin/gdb

2020-09-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 17 16:38:10 UTC 2020 Modified Files: src/external/gpl3/gdb/bin/gdb: Makefile Log Message: Add new libraries To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/external/gpl3/gdb/bin/gdb/Makefile Please

CVS commit: src/external/gpl3/gdb/lib/libctf

2020-09-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 17 16:45:35 UTC 2020 Modified Files: src/external/gpl3/gdb/lib/libctf: Makefile Log Message: Generate ctf-error.h To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gdb/lib/libctf/Makefile

CVS commit: src/tools/gdb

2020-09-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 17 16:09:18 UTC 2020 Modified Files: src/tools/gdb: mknative-gdb Log Message: remove obsolete To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/tools/gdb/mknative-gdb Please note that diffs are not

CVS commit: src/external/gpl3/gdb/lib/libgdb/arch

2020-09-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 17 16:07:41 UTC 2020 Removed Files: src/external/gpl3/gdb/lib/libgdb/arch/aarch64/build-gnulib: config.h src/external/gpl3/gdb/lib/libgdb/arch/alpha/build-gnulib: config.h

CVS commit: src/external/gpl3/gdb/lib/libgdb

2020-09-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 17 16:06:27 UTC 2020 Modified Files: src/external/gpl3/gdb/lib/libgdb: Makefile Added Files: src/external/gpl3/gdb/lib/libgdb: dwarf2-frame.c Log Message: Avoid name conflict To generate a diff of this commit:

CVS commit: src/tools/gdb

2020-09-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 17 16:05:34 UTC 2020 Modified Files: src/tools/gdb: mknative-gdb Log Message: refine To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tools/gdb/mknative-gdb Please note that diffs are not public

CVS commit: src/external/gpl3/gdb/dist/libctf

2020-09-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 17 16:05:14 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/libctf: ctf-endian.h Log Message: Avoid re-definitions To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common

2020-09-17 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Sep 17 15:43:24 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_stoptheworld_netbsd_libcdep.cc Log Message: Use internal_ptrace() instead of ptrace() Cherry-pick:

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common

2020-09-17 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Sep 17 15:42:17 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_stoptheworld_netbsd_libcdep.cc Log Message: Undo setting _KERNTYPES The sparc ptrace(2) headers were

CVS commit: src/usr.sbin/nfsd

2020-09-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 17 12:48:13 UTC 2020 Modified Files: src/usr.sbin/nfsd: nfsd.c Log Message: Revert previous, don't write to the parent too early because it can exit before the child is ready to serve. The child will write in

CVS commit: src/tests/net/ndp

2020-09-17 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Sep 17 11:56:35 UTC 2020 Modified Files: src/tests/net/ndp: t_ndp.sh Log Message: ndp_rtm: Only ping once Pointless doing 3 pings. On a slow system, it's possible that many RTM_MISS messages could overflow into the next test.

CVS commit: src/tests/net/arp

2020-09-17 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Sep 17 11:51:01 UTC 2020 Modified Files: src/tests/net/arp: t_arp.sh Log Message: arp_rtm: Only ping once Pointless doing 10 pings. On a slow system, it's possible that many RTM_MISS messages could overflow into the next test.

CVS commit: src/sys/kern

2020-09-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Sep 17 11:37:35 UTC 2020 Modified Files: src/sys/kern: kern_proc.c Log Message: PR kern/55665: temporarily comment out an assertion that is known to trigger in some conditions (where ignoring the wrap around does no harm for

CVS commit: src/sys/dev/pci

2020-09-17 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Sep 17 06:34:43 UTC 2020 Modified Files: src/sys/dev/pci: if_iavf.c Log Message: Fix a panic caused while detaching iavf(4) The sequence of the panic is follow: 1. failed to disable queues in iavf_stop() 2. release