CVS commit: src/usr.bin/make

2021-09-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Sep 1 23:07:41 UTC 2021 Modified Files: src/usr.bin/make: for.c Log Message: make: remove optimization for single-letter .for variables Most .for loops have a single iteration variable. For these loops, the difference

CVS commit: src/usr.bin/make

2021-09-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Sep 1 23:07:41 UTC 2021 Modified Files: src/usr.bin/make: for.c Log Message: make: remove optimization for single-letter .for variables Most .for loops have a single iteration variable. For these loops, the difference

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

2021-09-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Sep 1 23:05:03 UTC 2021 Modified Files: src/sys/arch/arm/apple: apple_platform.c Log Message: Make the scheduler aware of the differences between efficiency and performance cores. To generate a diff of this commit: cvs

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

2021-09-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Sep 1 23:05:03 UTC 2021 Modified Files: src/sys/arch/arm/apple: apple_platform.c Log Message: Make the scheduler aware of the differences between efficiency and performance cores. To generate a diff of this commit: cvs

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

2021-09-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Sep 1 22:44:50 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: directive-for-if.exp Log Message: tests/make: fix test directive-for-if The additional lines 'VAR1' and 'VAR3' were supposed to be there from the

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

2021-09-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Sep 1 22:44:50 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: directive-for-if.exp Log Message: tests/make: fix test directive-for-if The additional lines 'VAR1' and 'VAR3' were supposed to be there from the

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

2021-09-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Sep 1 22:11:35 UTC 2021 Modified Files: src/sys/arch/arm/broadcom: bcm2835_intr.c Log Message: Install IPI handler with non-NULL context. A side effect of interrupt handlers with NULL context when using armpic is that the

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

2021-09-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Sep 1 22:11:35 UTC 2021 Modified Files: src/sys/arch/arm/broadcom: bcm2835_intr.c Log Message: Install IPI handler with non-NULL context. A side effect of interrupt handlers with NULL context when using armpic is that the

CVS commit: src

2021-09-01 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Sep 1 14:17:46 UTC 2021 Modified Files: src/sbin/newfs_udf: udf_write.c src/sys/arch/mips/rmi: rmixl_spl.S Log Message: fix few typos in comments. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src

2021-09-01 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Sep 1 14:17:46 UTC 2021 Modified Files: src/sbin/newfs_udf: udf_write.c src/sys/arch/mips/rmi: rmixl_spl.S Log Message: fix few typos in comments. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/usr.sbin/syslogd

2021-09-01 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Sep 1 13:44:02 UTC 2021 Modified Files: src/usr.sbin/syslogd: syslog.conf.5 Log Message: s/optons/options/ To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/syslogd/syslog.conf.5 Please note that

CVS commit: src/usr.sbin/syslogd

2021-09-01 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Sep 1 13:44:02 UTC 2021 Modified Files: src/usr.sbin/syslogd: syslog.conf.5 Log Message: s/optons/options/ To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/syslogd/syslog.conf.5 Please note that

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

2021-09-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Sep 1 06:48:24 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: remove array creation from expr_derive_type It is only used for creating string types. The creation of other array types happens in

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

2021-09-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Sep 1 06:48:24 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: remove array creation from expr_derive_type It is only used for creating string types. The creation of other array types happens in

CVS commit: src/tests/usr.sbin/inetd

2021-09-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 1 06:12:51 UTC 2021 Modified Files: src/tests/usr.sbin/inetd: Makefile t_inetd.c test_server.c Log Message: fix warnings To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/usr.sbin/inetd/Makefile \

CVS commit: src/tests/usr.sbin/inetd

2021-09-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 1 06:12:51 UTC 2021 Modified Files: src/tests/usr.sbin/inetd: Makefile t_inetd.c test_server.c Log Message: fix warnings To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/usr.sbin/inetd/Makefile \

CVS commit: src/usr.sbin/wsmoused

2021-09-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Sep 1 06:10:06 UTC 2021 Modified Files: src/usr.sbin/wsmoused: wsmoused.c Log Message: conditional build fix. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/wsmoused/wsmoused.c Please note

CVS commit: src/usr.sbin/wsmoused

2021-09-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Sep 1 06:10:06 UTC 2021 Modified Files: src/usr.sbin/wsmoused: wsmoused.c Log Message: conditional build fix. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/wsmoused/wsmoused.c Please note