Re: CVS commit: src/lib/libc/stdlib

2022-02-12 Thread Warner Losh
On Sat, Feb 12, 2022, 11:52 AM Taylor R Campbell < campbell+netbsd-source-change...@mumble.net> wrote: > > Date: Sun, 13 Feb 2022 05:44:38 +1100 > > from: matthew green > > > > "Roland Illig" writes: > > > Module Name:src > > > Committed By: rillig > > > Date: Fri Feb

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

2022-02-12 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Feb 13 00:39:45 UTC 2022 Modified Files: src/sys/arch/arm/at91: at91usartreg.h Log Message: s/Errorrs/Errors/ To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/at91/at91usartreg.h Please note that

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

2022-02-12 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Feb 13 00:39:45 UTC 2022 Modified Files: src/sys/arch/arm/at91: at91usartreg.h Log Message: s/Errorrs/Errors/ To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/at91/at91usartreg.h Please note that

CVS commit: src/usr.sbin/mopd/mopcopy

2022-02-12 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Feb 13 00:30:10 UTC 2022 Modified Files: src/usr.sbin/mopd/mopcopy: mopcopy.c Log Message: s/mahine/machine/ To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/mopd/mopcopy/mopcopy.c Please note that

CVS commit: src/usr.sbin/mopd/mopcopy

2022-02-12 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Feb 13 00:30:10 UTC 2022 Modified Files: src/usr.sbin/mopd/mopcopy: mopcopy.c Log Message: s/mahine/machine/ To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/mopd/mopcopy/mopcopy.c Please note that

CVS commit: src/sbin/nvmectl

2022-02-12 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Feb 12 23:50:14 UTC 2022 Modified Files: src/sbin/nvmectl: logpage.c Log Message: s/Expceted/Expected/ in log message and s/attribtues/attributes/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/s

CVS commit: src/sbin/nvmectl

2022-02-12 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Feb 12 23:50:14 UTC 2022 Modified Files: src/sbin/nvmectl: logpage.c Log Message: s/Expceted/Expected/ in log message and s/attribtues/attributes/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/s

CVS commit: src/sys/arch/amiga/dev

2022-02-12 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Feb 12 23:30:30 UTC 2022 Modified Files: src/sys/arch/amiga/dev: repulse.c Log Message: s/epxected/expected/ To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/amiga/dev/repulse.c Please note that di

CVS commit: src/sys/arch/amiga/dev

2022-02-12 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Feb 12 23:30:30 UTC 2022 Modified Files: src/sys/arch/amiga/dev: repulse.c Log Message: s/epxected/expected/ To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/amiga/dev/repulse.c Please note that di

CVS commit: src/usr.bin/script

2022-02-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 12 23:03:52 UTC 2022 Modified Files: src/usr.bin/script: script.c Log Message: script: declare dooutput as __dead This fixes the Clang build, which failed with: usr.bin/script/script.c:255:1: error: function 'dooutpu

CVS commit: src/usr.bin/script

2022-02-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 12 23:03:52 UTC 2022 Modified Files: src/usr.bin/script: script.c Log Message: script: declare dooutput as __dead This fixes the Clang build, which failed with: usr.bin/script/script.c:255:1: error: function 'dooutpu

Re: CVS commit: src/lib/libc/stdlib

2022-02-12 Thread Roland Illig
Am 12.02.2022 um 20:10 schrieb Warner Losh: I thought the rule was don't make purely whitespace changes UNLESS you plan on making other changes to (or are fixing an oops you just made). If that's the case, separate the two commits. That sounds like a useful rule, I'll stick to it. Roland

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

2022-02-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 12 20:05:36 UTC 2022 Modified Files: src/usr.bin/make/unit-tests: opt-keep-going-indirect.mk Log Message: tests/make: clean up comments in test for indirect -k failures See PR#49720. To generate a diff of this commit: c

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

2022-02-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 12 20:05:36 UTC 2022 Modified Files: src/usr.bin/make/unit-tests: opt-keep-going-indirect.mk Log Message: tests/make: clean up comments in test for indirect -k failures See PR#49720. To generate a diff of this commit: c

CVS commit: src

2022-02-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 12 19:56:53 UTC 2022 Modified Files: src/tests/usr.bin/indent: lsym_typedef.c src/usr.bin/indent: indent.h io.c lexi.c Log Message: indent: fix indentation of enum constants in typedef (since 2019-04-04) The solut

CVS commit: src

2022-02-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 12 19:56:53 UTC 2022 Modified Files: src/tests/usr.bin/indent: lsym_typedef.c src/usr.bin/indent: indent.h io.c lexi.c Log Message: indent: fix indentation of enum constants in typedef (since 2019-04-04) The solut

CVS commit: src/tests/usr.bin/indent

2022-02-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 12 19:46:56 UTC 2022 Modified Files: src/tests/usr.bin/indent: lsym_tag.c Log Message: tests/indent: add another test for indentation of enum constants To prevent an overzealous quick hack for indenting enum constants in

CVS commit: src/tests/usr.bin/indent

2022-02-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 12 19:46:56 UTC 2022 Modified Files: src/tests/usr.bin/indent: lsym_tag.c Log Message: tests/indent: add another test for indentation of enum constants To prevent an overzealous quick hack for indenting enum constants in

Re: CVS commit: src/lib/libc/stdlib

2022-02-12 Thread Taylor R Campbell
> Date: Sun, 13 Feb 2022 05:44:38 +1100 > from: matthew green > > "Roland Illig" writes: > > Module Name:src > > Committed By: rillig > > Date: Fri Feb 11 21:36:46 UTC 2022 > > > > Modified Files: > > src/lib/libc/stdlib: getenv.c > > > > Log Message: > > libc/gete

re: CVS commit: src/lib/libc/stdlib

2022-02-12 Thread matthew green
"Roland Illig" writes: > Module Name: src > Committed By: rillig > Date: Fri Feb 11 21:36:46 UTC 2022 > > Modified Files: > src/lib/libc/stdlib: getenv.c > > Log Message: > libc/getenv: remove trailing whitespace > > No binary change. please avoid purely whitespace changes unless yo

CVS commit: src/sys/arch

2022-02-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Feb 12 17:17:54 UTC 2022 Modified Files: src/sys/arch/alpha/include: lock.h src/sys/arch/hppa/include: lock.h src/sys/arch/ia64/include: lock.h src/sys/arch/powerpc/include: lock.h src/sys/arc

CVS commit: src/sys/arch

2022-02-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Feb 12 17:17:54 UTC 2022 Modified Files: src/sys/arch/alpha/include: lock.h src/sys/arch/hppa/include: lock.h src/sys/arch/ia64/include: lock.h src/sys/arch/powerpc/include: lock.h src/sys/arc

CVS commit: src

2022-02-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Feb 12 17:10:20 UTC 2022 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile Added Files: src/share/man/man9: __cpu_simple_lock.9 Log Message: __cpu_simple_lock(9): New man page. Th

CVS commit: src

2022-02-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Feb 12 17:10:20 UTC 2022 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile Added Files: src/share/man/man9: __cpu_simple_lock.9 Log Message: __cpu_simple_lock(9): New man page. Th

CVS commit: src

2022-02-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Feb 12 17:10:02 UTC 2022 Modified Files: src/common/lib/libc/arch/mips/atomic: membar_ops.S src/sys/arch/mips/include: lock.h Log Message: mips: Brush up __cpu_simple_lock. - Eradicate last vestiges of mb_* barrier

CVS commit: src

2022-02-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Feb 12 17:10:02 UTC 2022 Modified Files: src/common/lib/libc/arch/mips/atomic: membar_ops.S src/sys/arch/mips/include: lock.h Log Message: mips: Brush up __cpu_simple_lock. - Eradicate last vestiges of mb_* barrier

CVS commit: src/sys

2022-02-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Feb 12 17:09:44 UTC 2022 Modified Files: src/sys/arch/arm/omap: omapl1x_timer.c omapl1x_tipb.c src/sys/arch/vax/uba: qvkbd.c src/sys/arch/vax/vsa: lcg.c src/sys/dev/marvell: mvspi.c Log Message: sys:

CVS commit: src/sys

2022-02-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Feb 12 17:09:44 UTC 2022 Modified Files: src/sys/arch/arm/omap: omapl1x_timer.c omapl1x_tipb.c src/sys/arch/vax/uba: qvkbd.c src/sys/arch/vax/vsa: lcg.c src/sys/dev/marvell: mvspi.c Log Message: sys:

CVS commit: src/sys/arch/hppa/hppa

2022-02-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Feb 12 17:09:07 UTC 2022 Modified Files: src/sys/arch/hppa/hppa: ipifuncs.c Log Message: hppa: Membar audit in ipifuncs.c. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hppa/hppa/ipifuncs.c Ple

CVS commit: src/sys/arch/hppa/hppa

2022-02-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Feb 12 17:09:07 UTC 2022 Modified Files: src/sys/arch/hppa/hppa: ipifuncs.c Log Message: hppa: Membar audit in ipifuncs.c. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hppa/hppa/ipifuncs.c Ple

CVS commit: src/sys/kern

2022-02-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Feb 12 16:31:06 UTC 2022 Modified Files: src/sys/kern: subr_psref.c Log Message: more __diagused to appease clang To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/kern/subr_psref.c Please note that di

CVS commit: src/sys/kern

2022-02-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Feb 12 16:31:06 UTC 2022 Modified Files: src/sys/kern: subr_psref.c Log Message: more __diagused to appease clang To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/kern/subr_psref.c Please note that di

CVS commit: src/sys/dev/pci

2022-02-12 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Feb 12 16:21:27 UTC 2022 Modified Files: src/sys/dev/pci: xmm7360.c Log Message: Don't dig into the guts of selinfo. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/pci/xmm7360.c Please note that

CVS commit: src/sys/dev/pci

2022-02-12 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Feb 12 16:21:27 UTC 2022 Modified Files: src/sys/dev/pci: xmm7360.c Log Message: Don't dig into the guts of selinfo. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/pci/xmm7360.c Please note that

CVS commit: src/sys/dev/usb

2022-02-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Feb 12 15:55:04 UTC 2022 Modified Files: src/sys/dev/usb: ehci.c Log Message: initialize ntag with the old dmatag so we never end up with an invalid one suggested by jmcneill@ To generate a diff of this commit: cvs rdiff -

CVS commit: src/sys/dev/usb

2022-02-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Feb 12 15:55:04 UTC 2022 Modified Files: src/sys/dev/usb: ehci.c Log Message: initialize ntag with the old dmatag so we never end up with an invalid one suggested by jmcneill@ To generate a diff of this commit: cvs rdiff -

CVS commit: src/sys

2022-02-12 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Feb 12 15:51:29 UTC 2022 Modified Files: src/sys/arch/arm/xscale: pxa2x0_apm.c src/sys/arch/mips/ralink: ralink_gpio.c src/sys/dev/pci: xmm7360.c src/sys/external/bsd/drm2/linux: linux_sync_file.c

CVS commit: src/sys

2022-02-12 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Feb 12 15:51:29 UTC 2022 Modified Files: src/sys/arch/arm/xscale: pxa2x0_apm.c src/sys/arch/mips/ralink: ralink_gpio.c src/sys/dev/pci: xmm7360.c src/sys/external/bsd/drm2/linux: linux_sync_file.c

CVS commit: src/usr.bin/indent

2022-02-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 12 15:50:14 UTC 2022 Modified Files: src/usr.bin/indent: lexi.c Log Message: indent: extend debug logging for the parser state The member names in struct parser_state are not trustworthy, for example in_decl does not corr

CVS commit: src/usr.bin/indent

2022-02-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 12 15:50:14 UTC 2022 Modified Files: src/usr.bin/indent: lexi.c Log Message: indent: extend debug logging for the parser state The member names in struct parser_state are not trustworthy, for example in_decl does not corr

CVS commit: src/lib/libpthread

2022-02-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Feb 12 14:59:32 UTC 2022 Modified Files: src/lib/libpthread: pthread.c pthread_attr.c pthread_barrier.c pthread_cancelstub.c pthread_compat.c pthread_cond.c pthread_getcpuclockid.c pthread_int.h pthre

CVS commit: src/lib/libpthread

2022-02-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Feb 12 14:59:32 UTC 2022 Modified Files: src/lib/libpthread: pthread.c pthread_attr.c pthread_barrier.c pthread_cancelstub.c pthread_compat.c pthread_cond.c pthread_getcpuclockid.c pthread_int.h pthre

CVS commit: src/tests/usr.bin/indent

2022-02-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 12 13:38:29 UTC 2022 Modified Files: src/tests/usr.bin/indent: lsym_typedef.c Log Message: tests/indent: demonstrate wrong formatting of enum (since 2019-04-04) Reported by me in PR#55453. To generate a diff of this com

CVS commit: src/tests/usr.bin/indent

2022-02-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 12 13:38:29 UTC 2022 Modified Files: src/tests/usr.bin/indent: lsym_typedef.c Log Message: tests/indent: demonstrate wrong formatting of enum (since 2019-04-04) Reported by me in PR#55453. To generate a diff of this com

CVS commit: src

2022-02-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 12 13:17:57 UTC 2022 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests: opt-keep-going-indirect.exp opt-keep-going-in

CVS commit: src

2022-02-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 12 13:17:57 UTC 2022 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests: opt-keep-going-indirect.exp opt-keep-going-in

CVS commit: src/usr.bin/make

2022-02-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 12 11:14:48 UTC 2022 Modified Files: src/usr.bin/make: job.c src/usr.bin/make/unit-tests: deptgt-silent-jobs.exp deptgt-silent-jobs.mk sh-flags.exp Log Message: make: fix echoing of command with '-' in

CVS commit: src/usr.bin/make

2022-02-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 12 11:14:48 UTC 2022 Modified Files: src/usr.bin/make: job.c src/usr.bin/make/unit-tests: deptgt-silent-jobs.exp deptgt-silent-jobs.mk sh-flags.exp Log Message: make: fix echoing of command with '-' in