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

2020-08-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 25 22:51:54 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varname-dot-alltargets.exp varname-dot-alltargets.mk Log Message: make(1): add test for the .ALLTARGETS special variable To generate a diff

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

2020-08-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 25 22:25:05 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-l-name-to-value.mk Log Message: make(1): add test for the :L modifier To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

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

2020-08-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 25 21:58:08 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-defined.mk Log Message: make(1): add test for the :D modifier To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/usr.bin/make

2020-08-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 25 21:16:54 UTC 2020 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: varmod-assign.exp varmod-assign.mk Log Message: make(1): fix error message for ::!= modifier with shell error It's just

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

2020-08-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 25 21:07:39 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-assign.exp varmod-assign.mk Log Message: make(1): add test for ::!= modifier with shell error To generate a diff of this commit: cvs rdiff -u

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

2020-08-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 25 20:49:40 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: moderrs.exp moderrs.mk varmod-assign.exp varmod-assign.mk Log Message: make(1): move test for the ::= modifier to varmod-assign To generate a

CVS commit: src/libexec/httpd

2020-08-25 Thread Leonardo Taccari
Module Name:src Committed By: leot Date: Tue Aug 25 20:02:33 UTC 2020 Modified Files: src/libexec/httpd: printenv.lua Log Message: Fix a typo in a comment To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/libexec/httpd/printenv.lua Please note that diffs

CVS commit: src/bin/sh

2020-08-25 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Aug 25 19:42:02 UTC 2020 Modified Files: src/bin/sh: sh.1 Log Message: Idiot typo, generated by an idiot, fixed by the same one. To generate a diff of this commit: cvs rdiff -u -r1.226 -r1.227 src/bin/sh/sh.1 Please note that

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

2020-08-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 25 18:59:30 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-assign.mk Log Message: make(1): explain the varmod-assign test I have no idea why I added the mod-assign-nested test. It is completely boring and

CVS commit: src/usr.bin/make

2020-08-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 25 17:37:09 UTC 2020 Modified Files: src/usr.bin/make: buf.h make_malloc.h metachar.h strlist.c Log Message: make(1): allow make to be compiled in C90 mode Since the inline functions are the only C99 feature used by now,

CVS commit: src/usr.bin/make

2020-08-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 25 16:50:02 UTC 2020 Modified Files: src/usr.bin/make: main.c parse.c suff.c Log Message: make(1): fix obvious bugs in -DCLEANUP mode The outdated type name FreeProc had been renamed to LstFreeProc. Casting the function

CVS commit: src/usr.bin/make

2020-08-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 25 16:39:19 UTC 2020 Modified Files: src/usr.bin/make: Makefile Log Message: make(1): allow custom build options To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/usr.bin/make/Makefile Please note that

CVS commit: src/usr.bin/sockstat

2020-08-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 25 16:39:16 UTC 2020 Modified Files: src/usr.bin/sockstat: Makefile Log Message: turn on fortify since it is setgid (from scole_mail) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/usr.bin/make

2020-08-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 25 16:27:24 UTC 2020 Modified Files: src/usr.bin/make: enum.h make.c var.c Log Message: make(1): distinguish enum flags and values in debugging mode When printing an enum value in debugging mode, distinguish between

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

2020-08-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 25 16:20:32 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: var-op-assign.exp var-op-assign.mk Log Message: make(1): demonstrate how the parser handles spaces in variable names Not that anyone would need this

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

2020-08-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 25 16:07:39 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: var-op-assign.exp var-op-assign.mk Log Message: make(1): add test for variable assignment using the '=' operator To generate a diff of this commit: cvs

CVS commit: src/share/man/man4/man4.i386

2020-08-25 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Tue Aug 25 15:31:24 UTC 2020 Modified Files: src/share/man/man4/man4.i386: spic.4 Log Message: Sort correctly, pointed by wiz@. Thank you To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2020-08-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Aug 25 15:03:48 UTC 2020 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.21 -r1.22 src/sys/arch/arm/arm/armv6_start.S Please note that diffs

CVS commit: src/usr.bin/sockstat

2020-08-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 25 14:05:17 UTC 2020 Modified Files: src/usr.bin/sockstat: Makefile sockstat.c Log Message: RR/54971: scole_mail: sockstat command output incorrect for normal user As the PR hints, it is not enough to have

CVS commit: src/sys/dev/raidframe

2020-08-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Aug 25 13:50:00 UTC 2020 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.388 -r1.389 src/sys/dev/raidframe/rf_netbsdkintf.c Please note that diffs

CVS commit: src/sys/dev/ata

2020-08-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Aug 25 13:42:09 UTC 2020 Modified Files: src/sys/dev/ata: ata_raid.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/dev/ata/ata_raid.c Please note that diffs are not public domain;

CVS commit: src/tests/lib/libm

2020-08-25 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Aug 25 13:39:16 UTC 2020 Modified Files: src/tests/lib/libm: t_fmod.c Log Message: Only expect the fmod test case to fail when using qemu's TCG CPU emulation, and not under hardware virtualization such as qemu -accel nvmm. To

CVS commit: src/sys/dev/sbus

2020-08-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Aug 25 13:36:41 UTC 2020 Modified Files: src/sys/dev/sbus: dbri.c Log Message: Style on config_finalize_register arguments - make consistent will all other callers of config_finalize_register To generate a diff of this

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

2020-08-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Aug 25 13:33:43 UTC 2020 Modified Files: src/sys/arch/arm/nvidia: tegra124_cpu.c Log Message: Protect tegra124_cpu_init_cpufreq against being run more than once. config_finalize will call all config_finalize_register