CVS commit: src/usr.bin/make

2020-09-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 21 05:28:27 UTC 2020 Modified Files: src/usr.bin/make: nonints.h var.c Log Message: make(1): clean up VarParseErrors, for proper error handling Having a pure bitset was wrong. Instead, there are several alternatives

CVS commit: src/usr.bin/make

2020-09-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 21 04:20:35 UTC 2020 Modified Files: src/usr.bin/make: test-variants.sh src/usr.bin/make/unit-tests: Makefile Log Message: make(1): run tests with absolute filenames as well The tests varname-dot-parsedir and

CVS commit: src/usr.bin/make/unit-tests

2020-09-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 21 03:45:29 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile varname-dot-parsedir.exp varname-dot-parsedir.mk varname-dot-parsefile.exp varname-dot-parsefile.mk Log Message: make(1):

CVS commit: src/usr.bin/make

2020-09-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 21 03:12:26 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): clean up Arch_ParseArchive This code is so seldom used that it's not necessary to squeeze out every little bit of performance. It's

CVS commit: src/include

2020-09-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Sep 21 02:20:27 UTC 2020 Modified Files: src/include: link_elf.h Log Message: Refine the documentation of r_debug Obtained from OpenBSD link.h r.1.15. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/dev/pci

2020-09-20 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Sun Sep 20 23:48:09 UTC 2020 Modified Files: src/sys/dev/pci: if_kse.c Log Message: - rectify nonsense and bugs around statistics counter managment. - scoop up counter values in one second interval comsolidating with phy_tick.

CVS commit: src/sys/uvm

2020-09-20 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Sep 20 23:03:01 UTC 2020 Modified Files: src/sys/uvm: uvm_amap.c Log Message: Effectively disable the AMAP_REFALL flag because it is unsafe. This flag tells the amap code that it does not need to allocate ppref as part of adding

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

2020-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 20 21:18:45 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdbsupport: agent.cc Log Message: zero out the sockaddr, so that the length it guaranteed to be 0. To generate a diff of this commit: cvs rdiff -u

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

2020-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 20 20:34:49 UTC 2020 Modified Files: src/external/gpl3/gdb/lib/libbfd/arch/arm: bfd-in3.h bfd.h bfd_stdint.h bfdver.h config.h defs.mk targmatch.h src/external/gpl3/gdb/lib/libbfd/arch/armeb:

CVS commit: src/sys/dev/pci

2020-09-20 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Sun Sep 20 20:15:11 UTC 2020 Modified Files: src/sys/dev/pci: if_kse.c Log Message: guard statistics gathering callout with #ifdef To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/dev/pci/if_kse.c Please

CVS commit: src/lib/libc/compat/arch/powerpc64/sys

2020-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 20 20:14:50 UTC 2020 Modified Files: src/lib/libc/compat/arch/powerpc64/sys: Makefile.inc Added Files: src/lib/libc/compat/arch/powerpc64/sys: compat_missing.c Log Message: Add symbol entries for the missing

CVS commit: src/sys/dev/pci

2020-09-20 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Sun Sep 20 17:59:42 UTC 2020 Modified Files: src/sys/dev/pci: if_kse.c Log Message: be more cautious about error exit path. nuke unused variables To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54

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

2020-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 20 16:54:34 UTC 2020 Modified Files: src/external/gpl3/gdb/lib/libbfd/arch/alpha: bfd-in3.h bfd.h bfdver.h config.h defs.mk targmatch.h src/external/gpl3/gdb/lib/libbfd/arch/hppa: bfd-in3.h bfd.h

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

2020-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 20 16:41:26 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/bfd: configure src/external/gpl3/gdb/dist/binutils: configure src/external/gpl3/gdb/dist/gas: configure

CVS commit: src/external/gpl3/gdb/dist/gnulib/import/m4

2020-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 20 16:00:56 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gnulib/import/m4: mbrtowc.m4 Log Message: undo previous, it was correct To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

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

2020-09-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 20 15:30:11 UTC 2020 Modified Files: src/sys/arch/aarch64/include: asan.h Log Message: Use pmap_growkernel(VM_KERNEL_VM_BASE) rather than pmap_virtual_space to work out what to map initially. XXX could do better mapping

CVS commit: src/share/mk

2020-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 20 14:42:29 UTC 2020 Modified Files: src/share/mk: bsd.own.mk Log Message: switch amd64 to gdb-11 To generate a diff of this commit: cvs rdiff -u -r1.1219 -r1.1220 src/share/mk/bsd.own.mk Please note that diffs are

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

2020-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 20 14:39:26 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: corelow.c Log Message: Don't read data from sections without contents on NetBSD. We end up reading 0's and svr4_exec_displacement read phdrs_target

CVS commit: src/sys/kern

2020-09-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 20 12:51:57 UTC 2020 Modified Files: src/sys/kern: init_sysctl.c Log Message: KNF (sort #includes and remove duplicate sys/cpu.h) To generate a diff of this commit: cvs rdiff -u -r1.226 -r1.227 src/sys/kern/init_sysctl.c

CVS commit: src/sys/dev/fdt

2020-09-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 20 11:25:36 UTC 2020 Modified Files: src/sys/dev/fdt: fdtbus.c Log Message: Adjust fdt_rescan to speed up booting by significantly reducing the number of times that we call config_match. Now we only call it 11 times per

CVS commit: src/sys/uvm

2020-09-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 20 10:30:05 UTC 2020 Modified Files: src/sys/uvm: uvm_page.c uvm_page.h Log Message: G/C uvm_pagezerocheck To generate a diff of this commit: cvs rdiff -u -r1.246 -r1.247 src/sys/uvm/uvm_page.c cvs rdiff -u -r1.105

CVS commit: src

2020-09-20 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 20 10:29:05 UTC 2020 Modified Files: src: build.sh Log Message: add "distsets" alias for "distribution sets". To generate a diff of this commit: cvs rdiff -u -r1.344 -r1.345 src/build.sh Please note that diffs are not

CVS commit: [netbsd-8] src/doc

2020-09-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 20 10:23:05 UTC 2020 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1608 To generate a diff of this commit: cvs rdiff -u -r1.1.2.37 -r1.1.2.38 src/doc/CHANGES-8.3 Please note that diffs are not

CVS commit: [netbsd-9] src/doc

2020-09-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 20 10:17:44 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: Tickets #1089 and #1090 To generate a diff of this commit: cvs rdiff -u -r1.1.2.113 -r1.1.2.114 src/doc/CHANGES-9.1 Please note that

CVS commit: [netbsd-9] src/sys/dev/pci

2020-09-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 20 10:16:50 UTC 2020 Modified Files: src/sys/dev/pci [netbsd-9]: virtio_pci.c Log Message: Pull up following revision(s) (requested by jakllsch in ticket #1090): sys/dev/pci/virtio_pci.c: revision 1.13 Ensure

CVS commit: [netbsd-8] src/sys/dev/pci

2020-09-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 20 10:14:20 UTC 2020 Modified Files: src/sys/dev/pci [netbsd-8]: virtio.c Log Message: Pull up following revision(s) (requested by jakllsch in ticket #1608): sys/dev/pci/virtio_pci.c: revision 1.12 Ensure

CVS commit: [netbsd-9] src/sys/dev/pci

2020-09-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 20 10:03:11 UTC 2020 Modified Files: src/sys/dev/pci [netbsd-9]: virtio_pci.c Log Message: Pull up following revision(s) (requested by jakllsch in ticket #1089): sys/dev/pci/virtio_pci.c: revision 1.12 Ensure

CVS commit: src/sys/dev/usb

2020-09-20 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Sep 20 09:08:01 UTC 2020 Modified Files: src/sys/dev/usb: ehci.c Log Message: Talk Like a Pirate Day was yesterday. To generate a diff of this commit: cvs rdiff -u -r1.281 -r1.282 src/sys/dev/usb/ehci.c Please note that