CVS commit: src/usr.bin/make

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 07:50:45 UTC 2021 Modified Files: src/usr.bin/make: targ.c Log Message: make: make Targ_PrintType simpler No functional change. To generate a diff of this commit: cvs rdiff -u -r1.168 -r1.169 src/usr.bin/make/targ.c

CVS commit: src/usr.bin/make

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 07:50:45 UTC 2021 Modified Files: src/usr.bin/make: targ.c Log Message: make: make Targ_PrintType simpler No functional change. To generate a diff of this commit: cvs rdiff -u -r1.168 -r1.169 src/usr.bin/make/targ.c

CVS commit: src/usr.bin/make

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 08:03:49 UTC 2021 Modified Files: src/usr.bin/make: nonints.h targ.c Log Message: make: fix lint warnings for strict bool mode In strict bool mode, lint does not consider 'x & y' as having type bool, if x and y have

CVS commit: src/usr.bin/make

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 08:03:49 UTC 2021 Modified Files: src/usr.bin/make: nonints.h targ.c Log Message: make: fix lint warnings for strict bool mode In strict bool mode, lint does not consider 'x & y' as having type bool, if x and y have

CVS commit: src/usr.bin/make

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 10:28:40 UTC 2021 Modified Files: src/usr.bin/make: test-variants.sh Log Message: tests/make: allow to only test selected variants Testing all variants takes several minutes, so make it possible to test a single or a

CVS commit: src/usr.bin/make

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 10:28:40 UTC 2021 Modified Files: src/usr.bin/make: test-variants.sh Log Message: tests/make: allow to only test selected variants Testing all variants takes several minutes, so make it possible to test a single or a

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

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 10:26:49 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: job-output-null.exp job-output-null.mk Log Message: tests/make: make output of test job-output-null clearer Having 5 times the word 'hello' in the output

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

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 10:26:49 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: job-output-null.exp job-output-null.mk Log Message: tests/make: make output of test job-output-null clearer Having 5 times the word 'hello' in the output

CVS commit: src

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 16:28:45 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile msg_027.c msg_027.exp src/usr.bin/xlint/lint1: decl.c err.c Added Files:

CVS commit: src

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 16:28:45 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile msg_027.c msg_027.exp src/usr.bin/xlint/lint1: decl.c err.c Added Files:

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

2021-09-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 12 08:23:57 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: pmap_page_remove: simply and reduce the code size slightly. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111

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

2021-09-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 12 08:23:57 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: pmap_page_remove: simply and reduce the code size slightly. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111

CVS commit: src/bin/sh

2021-09-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Sep 12 06:53:08 UTC 2021 Modified Files: src/bin/sh: sh.1 Log Message: Mark up NULL with Dv. To generate a diff of this commit: cvs rdiff -u -r1.232 -r1.233 src/bin/sh/sh.1 Please note that diffs are not public domain; they

CVS commit: src/bin/sh

2021-09-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Sep 12 06:53:08 UTC 2021 Modified Files: src/bin/sh: sh.1 Log Message: Mark up NULL with Dv. To generate a diff of this commit: cvs rdiff -u -r1.232 -r1.233 src/bin/sh/sh.1 Please note that diffs are not public domain; they

CVS commit: src/usr.bin/make

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 08:36:15 UTC 2021 Modified Files: src/usr.bin/make: hash.c Log Message: make: fix build for DEBUG_HASH_LOOKUP To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/usr.bin/make/hash.c Please note that

CVS commit: src/usr.bin/make

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 08:36:15 UTC 2021 Modified Files: src/usr.bin/make: hash.c Log Message: make: fix build for DEBUG_HASH_LOOKUP To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/usr.bin/make/hash.c Please note that

CVS commit: src/sys/uvm/pmap

2021-09-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 12 09:05:01 UTC 2021 Modified Files: src/sys/uvm/pmap: pmap_tlb.c Log Message: comment whitespace To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/uvm/pmap/pmap_tlb.c Please note that diffs are not

CVS commit: src/sys/uvm/pmap

2021-09-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 12 09:05:01 UTC 2021 Modified Files: src/sys/uvm/pmap: pmap_tlb.c Log Message: comment whitespace To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/uvm/pmap/pmap_tlb.c Please note that diffs are not

CVS commit: src/usr.bin/make

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 09:51:14 UTC 2021 Modified Files: src/usr.bin/make: make.h test-variants.sh Log Message: make: error out if a pre-C99 platform defines bool in some cases On NetBSD/amd64 9.99.88, when compiling make in C90 mode,

CVS commit: src/usr.bin/xlint/lint1

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 10:06:03 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: emit1.c tree.c Log Message: lint: un-abbreviate rvused and rvdisc No functional change. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

CVS commit: src/usr.bin/xlint/lint1

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 10:06:03 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: emit1.c tree.c Log Message: lint: un-abbreviate rvused and rvdisc No functional change. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

CVS commit: [thorpej-i2c-spi-conf2] src/sys/arch/sparc64/sparc64

2021-09-12 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 12 18:38:07 UTC 2021 Modified Files: src/sys/arch/sparc64/sparc64 [thorpej-i2c-spi-conf2]: ofw_patch.c Log Message: Fix dum-dum pointer mistake. To generate a diff of this commit: cvs rdiff -u -r1.7.14.5 -r1.7.14.6

CVS commit: [thorpej-i2c-spi-conf2] src/sys/arch/sparc64/sparc64

2021-09-12 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 12 18:38:07 UTC 2021 Modified Files: src/sys/arch/sparc64/sparc64 [thorpej-i2c-spi-conf2]: ofw_patch.c Log Message: Fix dum-dum pointer mistake. To generate a diff of this commit: cvs rdiff -u -r1.7.14.5 -r1.7.14.6

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

2021-09-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 12 07:14:50 UTC 2021 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: More debug. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/arm/arm/armv6_start.S Please note that diffs

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

2021-09-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 12 07:14:50 UTC 2021 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: More debug. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/arm/arm/armv6_start.S Please note that diffs

CVS commit: src/usr.bin/make

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 07:52:21 UTC 2021 Modified Files: src/usr.bin/make: targ.c Log Message: make: fix Targ_PrintType for pre-C99 compilers To generate a diff of this commit: cvs rdiff -u -r1.169 -r1.170 src/usr.bin/make/targ.c Please

CVS commit: src/usr.bin/make

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 07:52:21 UTC 2021 Modified Files: src/usr.bin/make: targ.c Log Message: make: fix Targ_PrintType for pre-C99 compilers To generate a diff of this commit: cvs rdiff -u -r1.169 -r1.170 src/usr.bin/make/targ.c Please

CVS commit: src/usr.bin/make

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 09:51:14 UTC 2021 Modified Files: src/usr.bin/make: make.h test-variants.sh Log Message: make: error out if a pre-C99 platform defines bool in some cases On NetBSD/amd64 9.99.88, when compiling make in C90 mode,

CVS commit: src/tests/usr.bin/xlint/lint2

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 16:07:16 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint2: msg_000.ln Log Message: tests/lint: make documentation for lint2/msg_000 less ambiguous To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/usr.bin/xlint/lint2

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 16:07:16 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint2: msg_000.ln Log Message: tests/lint: make documentation for lint2/msg_000 less ambiguous To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/usr.bin/xlint/lint1

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 16:08:14 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_027.c msg_027.exp Log Message: tests/lint: demonstrate parse error for function-type parameters Seen in sbin/fsck_lfs/vnode.c(104), where lint

CVS commit: src/tests/usr.bin/xlint/lint1

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 16:08:14 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_027.c msg_027.exp Log Message: tests/lint: demonstrate parse error for function-type parameters Seen in sbin/fsck_lfs/vnode.c(104), where lint

CVS commit: src

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 17:30:53 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_347.c msg_347.exp src/usr.bin/xlint/lint1: decl.c Log Message: lint: track down wrong function type in abstract type To generate a diff of

CVS commit: src

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 17:30:53 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_347.c msg_347.exp src/usr.bin/xlint/lint1: decl.c Log Message: lint: track down wrong function type in abstract type To generate a diff of

CVS commit: src/usr.bin/make

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 08:32:23 UTC 2021 Modified Files: src/usr.bin/make: targ.c Log Message: make: reduce number of relocations in Targ_PrintType On x86_64, this saves 120 bytes of .text. No functional change. To generate a diff of

CVS commit: src/usr.bin/make

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 08:32:23 UTC 2021 Modified Files: src/usr.bin/make: targ.c Log Message: make: reduce number of relocations in Targ_PrintType On x86_64, this saves 120 bytes of .text. No functional change. To generate a diff of

CVS commit: src/sys/sys

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 15:22:05 UTC 2021 Modified Files: src/sys/sys: bitops.h Log Message: sys/bitops.h: fix __BITMAP_ZERO for non-GCC compilers Running 'make -C sbin/cgdconfig lint' failed with: cgdconfig.c(1253): error: left operand of

CVS commit: src/sys/sys

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 12 15:22:05 UTC 2021 Modified Files: src/sys/sys: bitops.h Log Message: sys/bitops.h: fix __BITMAP_ZERO for non-GCC compilers Running 'make -C sbin/cgdconfig lint' failed with: cgdconfig.c(1253): error: left operand of

CVS commit: [thorpej-i2c-spi-conf2] src/sys/dev/i2c

2021-09-12 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 12 22:02:19 UTC 2021 Modified Files: src/sys/dev/i2c [thorpej-i2c-spi-conf2]: i2c.c Log Message: iic_devslot_remove(): remove an errant "return false;" (the result of a paste-o). To generate a diff of this commit: cvs

CVS commit: [thorpej-i2c-spi-conf2] src/sys/dev/i2c

2021-09-12 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 12 22:02:19 UTC 2021 Modified Files: src/sys/dev/i2c [thorpej-i2c-spi-conf2]: i2c.c Log Message: iic_devslot_remove(): remove an errant "return false;" (the result of a paste-o). To generate a diff of this commit: cvs

CVS commit: src/external/bsd/openldap/lib/libldap

2021-09-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Sep 13 01:12:36 UTC 2021 Modified Files: src/external/bsd/openldap/lib/libldap: Makefile.libldap Log Message: Fix broken build with MKKERBEROS=no To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 \

CVS commit: src/external/bsd/openldap/lib/libldap

2021-09-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Sep 13 01:12:36 UTC 2021 Modified Files: src/external/bsd/openldap/lib/libldap: Makefile.libldap Log Message: Fix broken build with MKKERBEROS=no To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 \

CVS commit: src/usr.bin/xlint/lint1

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 13 05:21:30 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: decl.c Log Message: lint: eliminate local variable in new_style_function No functional change. To generate a diff of this commit: cvs rdiff -u -r1.237

CVS commit: src/usr.bin/xlint/lint1

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 13 05:21:30 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: decl.c Log Message: lint: eliminate local variable in new_style_function No functional change. To generate a diff of this commit: cvs rdiff -u -r1.237

CVS commit: src/usr.bin/xlint/lint1

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 13 05:25:27 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: decl.c Log Message: lint: replace comment in new_style_function with equivalent code No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/xlint/lint1

2021-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 13 05:25:27 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: decl.c Log Message: lint: replace comment in new_style_function with equivalent code No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: [thorpej-i2c-spi-conf2] src/sys/arch/sparc64/sparc64

2021-09-12 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 12 19:23:27 UTC 2021 Modified Files: src/sys/arch/sparc64/sparc64 [thorpej-i2c-spi-conf2]: ofw_patch.c Log Message: - add_i2c_devices(): because we're matching on phandle path, we can be visited multiple times for the

CVS commit: [thorpej-i2c-spi-conf2] src/sys/arch/sparc64/sparc64

2021-09-12 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 12 19:23:27 UTC 2021 Modified Files: src/sys/arch/sparc64/sparc64 [thorpej-i2c-spi-conf2]: ofw_patch.c Log Message: - add_i2c_devices(): because we're matching on phandle path, we can be visited multiple times for the

CVS commit: [thorpej-i2c-spi-conf2] src/sys

2021-09-12 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 12 23:13:02 UTC 2021 Modified Files: src/sys/arch/sparc64/dev [thorpej-i2c-spi-conf2]: pcfiic_ebus.c src/sys/dev/ic [thorpej-i2c-spi-conf2]: pcf8584.c Log Message: - Improve some comments. - Update

CVS commit: [thorpej-i2c-spi-conf2] src/sys

2021-09-12 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 12 23:13:02 UTC 2021 Modified Files: src/sys/arch/sparc64/dev [thorpej-i2c-spi-conf2]: pcfiic_ebus.c src/sys/dev/ic [thorpej-i2c-spi-conf2]: pcf8584.c Log Message: - Improve some comments. - Update