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 n
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.
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.
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 daemon2_det
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 fixe
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:
commi
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 src/external/gpl3/gdb/dist/libctf/c
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 domain
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:
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
src/external/gpl3/gdb/lib/libgdb/
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 pub
Module Name:src
Committed By: christos
Date: Thu Sep 17 16:36:40 UTC 2020
Modified Files:
src/external/gpl3/gdb/lib: Makefile
src/external/gpl3/gdb/lib/libgdb: Makefile
Added Files:
src/external/gpl3/gdb/lib/libctf: Makefile
src/external/gpl3/gdb/lib
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 n
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
P
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 src/too
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 mle
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 tha
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
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 rdiff
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 src/
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 dif
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 th
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
cpu
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 fr
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
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 ha
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()
Module Name:src
Committed By: kre
Date: Fri Sep 18 06:48:28 UTC 2020
Modified Files:
src/bin/sh: sh.1
Log Message:
Correct an incorrectly quoted (unquoted, but should be) example used in
the "local" built-in command description (pointed out by mrg@ via uwe@ in
private e-ma
28 matches
Mail list logo