CVS commit: src/compat

2021-05-30 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon May 31 02:10:37 UTC 2021 Modified Files: src/compat: exec.mk Log Message: MIPS n64 dynamic binaries have worked for a while now, remove -static for these. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/external/mit/xorg/server/drivers/xf86-video-geode

2021-05-30 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 31 00:04:15 UTC 2021 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-geode: Makefile Log Message: Use -fcommon To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \

CVS commit: src/external/mit/xorg/server/drivers

2021-05-30 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun May 30 22:24:36 UTC 2021 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-amdgpu: Makefile src/external/mit/xorg/server/drivers/xf86-video-intel: Makefile

CVS commit: src/external/bsd/tcpdump/dist

2021-05-30 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun May 30 21:48:42 UTC 2021 Modified Files: src/external/bsd/tcpdump/dist: print-icmp6.c Log Message: Minimal change to suppress unaligned access errors on NetBSD/alpha; add the UNALIGNED decoration to icmp6 related structures.

CVS commit: src/usr.bin/make

2021-05-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 30 21:16:54 UTC 2021 Modified Files: src/usr.bin/make: arch.c str.c str.h Log Message: make: inline str_concat4 This function is only ever used for forming strings of the form "archive(member)". No functional change.

CVS commit: src/usr.bin/make

2021-05-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 30 21:03:09 UTC 2021 Modified Files: src/usr.bin/make: Makefile Log Message: make: fix reported code coverage for *.h In 'make test-coverage', the number of uncovered lines for inline functions in headers was reported

CVS commit: src/external/bsd/tcpdump/dist

2021-05-30 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun May 30 21:01:43 UTC 2021 Modified Files: src/external/bsd/tcpdump/dist: print-icmp.c Log Message: Minimal change to suppress unaligned access errors on NetBSD/alpha; add the UNALIGNED decoration to struct icmp. PR

CVS commit: src/usr.bin/make

2021-05-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 30 20:41:34 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: uncompress code in ApplyModifier_Unique The algorithm is easier to understand when each line of code only focuses on a single topic. No

CVS commit: src/usr.bin/make

2021-05-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 30 20:31:03 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: inline VarUniq into ApplyModifier_Unique No functional change. To generate a diff of this commit: cvs rdiff -u -r1.930 -r1.931

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

2021-05-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 30 20:26:42 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: varmod-unique.mk Log Message: tests/make: test whitespace normalization for modifier ':u' To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2021-05-30 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun May 30 19:50:23 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: pmap.c Log Message: Fix DEBUG build. To generate a diff of this commit: cvs rdiff -u -r1.291 -r1.292 src/sys/arch/alpha/alpha/pmap.c Please note that

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

2021-05-30 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun May 30 19:46:21 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: pmap.c Log Message: Fix unused variable warning when DIAGNOSTIC is disabled. Pointed out by jklos. To generate a diff of this commit: cvs rdiff -u -r1.290

CVS commit: src/sys/arch/alpha

2021-05-30 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun May 30 19:41:59 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: pmap.c src/sys/arch/alpha/include: pmap.h Log Message: Implement pmap_remove_all(). To generate a diff of this commit: cvs rdiff -u -r1.289 -r1.290

CVS commit: src/sys/external/bsd/acpica/dist/namespace

2021-05-30 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun May 30 16:25:35 UTC 2021 Modified Files: src/sys/external/bsd/acpica/dist/namespace: nsaccess.c Log Message: avoid dereferencing a constant string address as a UINT32 pointer, KUBSAN complains about bad alignment. Reported-by:

CVS commit: src/sys/arch/alpha

2021-05-30 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun May 30 14:06:37 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: pmap.c src/sys/arch/alpha/include: pmap.h Log Message: When removing mappings, hang PV entries to be freed off of the pmap_tlb_context structure, and

CVS commit: src/sys/arch/alpha

2021-05-30 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun May 30 13:34:21 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: pmap.c src/sys/arch/alpha/include: pmap.h Log Message: Keep track of a pmap's PV entries with a list hanging off the pmap. To generate a diff of

CVS commit: src/sys/dev/pckbport

2021-05-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 30 13:20:01 UTC 2021 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics(4): New sysctl knob for debug output. Set hw.synaptics.debug=1 to re-enable it; the compile-time DIAGNOSTIC option was

CVS commit: src/sys/dev/acpi

2021-05-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 30 11:24:11 UTC 2021 Modified Files: src/sys/dev/acpi: thinkpad_acpi.c Log Message: thinkpad(4): Fix evaluation of MHKA on version 2 devices. Need to pass an argument. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev

2021-05-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 30 11:24:02 UTC 2021 Modified Files: src/sys/dev: ld.c ldvar.h Log Message: ld(4): Block requests while suspended until resumed. Otherwise nothing stops us from continuing to feed I/O to the disk controller when it

CVS commit: src/tools/compat

2021-05-30 Thread Chris Pinnock
Module Name:src Committed By: cjep Date: Sun May 30 10:39:41 UTC 2021 Modified Files: src/tools/compat: compat_defs.h Log Message: PR port-amiga/56188 Include a prototype for __nbcompat_heapsort. The tools for amiga now build on Darwin where one Amiga specific tool uses

CVS commit: src/distrib/i386/installimage

2021-05-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 30 09:54:56 UTC 2021 Modified Files: src/distrib/i386/installimage: Makefile Log Message: Bump image size slightly (for gcc 10) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/sys/arch/arm/include/arm32

2021-05-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun May 30 07:20:00 UTC 2021 Modified Files: src/sys/arch/arm/include/arm32: param.h Log Message: Include opt_param.h for MSGBUFSIZE ifdef _KERNEL_OPT. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/share/man/man7

2021-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 30 07:17:01 UTC 2021 Modified Files: src/share/man/man7: signal.7 Log Message: signal.7: minor clarification. Bump date (to when I wrote the change) To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/sys/arch/arm/arm32

2021-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 30 06:53:15 UTC 2021 Modified Files: src/sys/arch/arm/arm32: cpuswitch.S Log Message: typo in comment To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/sys/arch/arm/arm32/cpuswitch.S Please note

CVS commit: src/sys/dev/scsipi

2021-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 30 06:46:46 UTC 2021 Modified Files: src/sys/dev/scsipi: sd.c Log Message: typo in comment To generate a diff of this commit: cvs rdiff -u -r1.331 -r1.332 src/sys/dev/scsipi/sd.c Please note that diffs are not public

CVS commit: src/sys/arch/alpha

2021-05-30 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun May 30 06:41:19 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: pmap.c src/sys/arch/alpha/include: pmap.h Log Message: Store the modified / referenced attribute bits in the lower 2 bits of the PV entry list

CVS commit: src/share/man/man8/man8.x86

2021-05-30 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun May 30 06:05:24 UTC 2021 Modified Files: src/share/man/man8/man8.x86: boot.8 Log Message: Add "root" command to pass a root specification. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25