CVS commit: src/sys/dev/pci

2021-12-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 10 05:55:07 UTC 2021 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Simplify. Same code before and after. To generate a diff of this commit: cvs rdiff -u -r1.720 -r1.721 src/sys/dev/pci/if_wm.c Please note that

CVS commit: src/sys/dev/pci

2021-12-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 10 05:55:07 UTC 2021 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Simplify. Same code before and after. To generate a diff of this commit: cvs rdiff -u -r1.720 -r1.721 src/sys/dev/pci/if_wm.c Please note that

CVS commit: src/sys/dev/pci

2021-12-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 10 05:39:22 UTC 2021 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.719 -r1.720 src/sys/dev/pci/if_wm.c Please note that diffs are not

CVS commit: src/sys/dev/pci

2021-12-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 10 05:39:22 UTC 2021 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.719 -r1.720 src/sys/dev/pci/if_wm.c Please note that diffs are not

CVS commit: src/sys/net

2021-12-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 10 01:18:29 UTC 2021 Modified Files: src/sys/net: if_ethersubr.c Log Message: Add comment to clarify. To generate a diff of this commit: cvs rdiff -u -r1.306 -r1.307 src/sys/net/if_ethersubr.c Please note that diffs

CVS commit: src/sys/net

2021-12-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 10 01:18:29 UTC 2021 Modified Files: src/sys/net: if_ethersubr.c Log Message: Add comment to clarify. To generate a diff of this commit: cvs rdiff -u -r1.306 -r1.307 src/sys/net/if_ethersubr.c Please note that diffs

Re: CVS commit: src/usr.bin/make

2021-12-09 Thread Robert Elz
Date:Fri, 10 Dec 2021 01:36:10 +0100 (GMT+01:00) From:Roland Illig Message-ID: | I guess there's really no way around running the whole build before each | commit, to reach a build success rate of 99.9 %. What I tend to do, where possible, is make a bunch of

Re: CVS commit: src/usr.bin/make

2021-12-09 Thread Roland Illig
10.12.2021 01:07:22 Robert Elz : >     Date:    Thu, 9 Dec 2021 22:25:58 + >     From:    "Roland Illig" >     Message-ID:  <20211209222558.cdf22f...@cvs.netbsd.org> >   | No functional change. > > That obviously wasn't true.   That means that you just guessed at that, I cannot

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

2021-12-09 Thread Robert Elz
Date:Thu, 9 Dec 2021 23:57:19 + From:"Roland Illig" Message-ID: <20211209235719.cde20f...@cvs.netbsd.org> | Log Message: | tests/make: prevent the bug from cond.c 1.283 from happening again This new test (while OK of itself) would not have done that. I

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

2021-12-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 9 23:57:19 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: cond-op-or.exp cond-op-or.mk Log Message: tests/make: prevent the bug from cond.c 1.283 from happening again To generate a diff of this commit: cvs rdiff

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

2021-12-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 9 23:57:19 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: cond-op-or.exp cond-op-or.mk Log Message: tests/make: prevent the bug from cond.c 1.283 from happening again To generate a diff of this commit: cvs rdiff

Re: CVS commit: src/usr.bin/make

2021-12-09 Thread Robert Elz
Date:Thu, 9 Dec 2021 22:25:58 + From:"Roland Illig" Message-ID: <20211209222558.cdf22f...@cvs.netbsd.org> | make: avoid recursion in CondParser_Or | | Previously, a long chain of '1 || 1 || 1 || 1 || ...' led to a deep | recursion. Furhermore, the code

CVS commit: src/usr.bin/make

2021-12-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 9 23:02:46 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: revert previous commit to CondParser_Or Even though the unit tests for make cover a lot of cases, they don't cover all cases. After the

CVS commit: src/usr.bin/make

2021-12-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 9 23:02:46 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: revert previous commit to CondParser_Or Even though the unit tests for make cover a lot of cases, they don't cover all cases. After the

CVS commit: src/usr.bin/make

2021-12-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 9 22:25:58 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: avoid recursion in CondParser_Or Previously, a long chain of '1 || 1 || 1 || 1 || ...' led to a deep recursion. Furhermore, the code

CVS commit: src/usr.bin/make

2021-12-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 9 22:25:58 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: avoid recursion in CondParser_Or Previously, a long chain of '1 || 1 || 1 || 1 || ...' led to a deep recursion. Furhermore, the code

re: CVS commit: src/usr.bin/make

2021-12-09 Thread matthew green
Roland Illig writes: > Am 09.12.2021 um 21:01 schrieb matthew green: > > i'm not asking that you make sun2 or vax stuff work, but > > some of us choose to use jemalloc 100 on all builds and > > since this is a supported option, i wanted to make sure > > you were aware of it. > > I added back the

CVS commit: src/share/doc/psd/05.sysman

2021-12-09 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Dec 9 21:14:50 UTC 2021 Modified Files: src/share/doc/psd/05.sysman: 2.2.t Log Message: s/refernce/reference/ To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/doc/psd/05.sysman/2.2.t Please note that

CVS commit: src/share/doc/psd/05.sysman

2021-12-09 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Dec 9 21:14:50 UTC 2021 Modified Files: src/share/doc/psd/05.sysman: 2.2.t Log Message: s/refernce/reference/ To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/doc/psd/05.sysman/2.2.t Please note that

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

2021-12-09 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Dec 9 21:13:18 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: pmap.c Log Message: Few typos slipped in the last review, fixing them. To generate a diff of this commit: cvs rdiff -u -r1.303 -r1.304

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

2021-12-09 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Dec 9 21:13:18 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: pmap.c Log Message: Few typos slipped in the last review, fixing them. To generate a diff of this commit: cvs rdiff -u -r1.303 -r1.304

Re: CVS commit: src/usr.bin/make

2021-12-09 Thread Roland Illig
Am 09.12.2021 um 21:01 schrieb matthew green: i'm not asking that you make sun2 or vax stuff work, but some of us choose to use jemalloc 100 on all builds and since this is a supported option, i wanted to make sure you were aware of it. I added back the support for jemalloc 100, the few extra

CVS commit: src/sys/dev/pci

2021-12-09 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Dec 9 20:49:26 UTC 2021 Modified Files: src/sys/dev/pci: if_casreg.h Log Message: s/atached/attached/ and removing double s in state. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/if_casreg.h

CVS commit: src/sys/dev/pci

2021-12-09 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Dec 9 20:49:26 UTC 2021 Modified Files: src/sys/dev/pci: if_casreg.h Log Message: s/atached/attached/ and removing double s in state. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/if_casreg.h

CVS commit: src/usr.bin/make

2021-12-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 9 20:47:33 UTC 2021 Modified Files: src/usr.bin/make: test-variants.sh src/usr.bin/make/unit-tests: Makefile opt-file.mk Log Message: make: add back support for jemalloc 100 The ports sun2 and vax default to

CVS commit: src/usr.bin/make

2021-12-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 9 20:47:33 UTC 2021 Modified Files: src/usr.bin/make: test-variants.sh src/usr.bin/make/unit-tests: Makefile opt-file.mk Log Message: make: add back support for jemalloc 100 The ports sun2 and vax default to

CVS commit: src/usr.bin/make

2021-12-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 9 20:27:01 UTC 2021 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: var-eval-short.exp varmod-gmtime.exp varmod-localtime.exp varmod-to-separator.exp Log Message: make: in parse

CVS commit: src/usr.bin/make

2021-12-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 9 20:27:01 UTC 2021 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: var-eval-short.exp varmod-gmtime.exp varmod-localtime.exp varmod-to-separator.exp Log Message: make: in parse

CVS commit: src/usr.bin/make

2021-12-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 9 20:13:10 UTC 2021 Modified Files: src/usr.bin/make: cond.c parse.c suff.c var.c src/usr.bin/make/unit-tests: directive-else.exp directive-endif.exp directive-for-null.exp lint.exp var-eval-short.exp

CVS commit: src/usr.bin/make

2021-12-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 9 20:13:10 UTC 2021 Modified Files: src/usr.bin/make: cond.c parse.c suff.c var.c src/usr.bin/make/unit-tests: directive-else.exp directive-endif.exp directive-for-null.exp lint.exp var-eval-short.exp

re: CVS commit: src/usr.bin/make

2021-12-09 Thread matthew green
Roland Illig writes: > Am 08.12.2021 um 02:09 schrieb matthew green: > >> Module Name: src > >> Committed By: rillig > >> Date: Sun Dec 5 14:57:36 UTC 2021 > >> > >> Modified Files: > >>src/usr.bin/make: test-variants.sh > >>src/usr.bin/make/unit-tests: Makefile

CVS commit: xsrc/external/mit/xf86-video-suncg14/dist/src

2021-12-09 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Thu Dec 9 17:29:14 UTC 2021 Modified Files: xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c Log Message: Pixel == unsigned long, fix format. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 \

CVS commit: xsrc/external/mit/xf86-video-suncg14/dist/src

2021-12-09 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Thu Dec 9 17:29:14 UTC 2021 Modified Files: xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c Log Message: Pixel == unsigned long, fix format. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 \

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

2021-12-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Dec 9 14:33:19 UTC 2021 Modified Files: src/sys/arch/x86/include: cacheinfo.h Log Message: Print TLB message consistently to improve readability. Example: cpu0: L2 cache: 256KB 64B/line 4-way cpu0: L3 cache: 4MB 64B/line

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

2021-12-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Dec 9 14:33:19 UTC 2021 Modified Files: src/sys/arch/x86/include: cacheinfo.h Log Message: Print TLB message consistently to improve readability. Example: cpu0: L2 cache: 256KB 64B/line 4-way cpu0: L3 cache: 4MB 64B/line

CVS commit: src/usr.sbin/cpuctl/arch

2021-12-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Dec 9 14:23:06 UTC 2021 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: Print 1GB TLB entry at the same leve's line. Example: before: cpu0: ITLB: 128 4KB entries 8-way, 2M/4M: 8 entries cpu0: DTLB:

CVS commit: src/usr.sbin/cpuctl/arch

2021-12-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Dec 9 14:23:06 UTC 2021 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: Print 1GB TLB entry at the same leve's line. Example: before: cpu0: ITLB: 128 4KB entries 8-way, 2M/4M: 8 entries cpu0: DTLB: