CVS commit: src/libexec/httpd

2023-12-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Dec 18 03:48:57 UTC 2023 Modified Files: src/libexec/httpd: ssl-bozo.c Log Message: httpd(8): Add missing newline to `SSL Error' messages. Matches the pattern in all other printf/syslog calls. XXX pullup-10 XXX pullup-9

CVS commit: src/libexec/httpd

2023-12-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Dec 18 03:48:57 UTC 2023 Modified Files: src/libexec/httpd: ssl-bozo.c Log Message: httpd(8): Add missing newline to `SSL Error' messages. Matches the pattern in all other printf/syslog calls. XXX pullup-10 XXX pullup-9

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

2023-12-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 17 23:19:02 UTC 2023 Modified Files: src/usr.bin/make/unit-tests: varmod-match.exp varmod-match.mk Log Message: tests/make: test the fast code path for ':M' patterns like '*.c' To generate a diff of this commit: cvs

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

2023-12-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 17 23:19:02 UTC 2023 Modified Files: src/usr.bin/make/unit-tests: varmod-match.exp varmod-match.mk Log Message: tests/make: test the fast code path for ':M' patterns like '*.c' To generate a diff of this commit: cvs

CVS commit: src/usr.bin/make

2023-12-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 17 22:46:44 UTC 2023 Modified Files: src/usr.bin/make: str.c Log Message: make: speed up pattern matching in the ':M' modifier In the common patterns where '*' is followed by a regular character, such as in the patterns

CVS commit: src/usr.bin/make

2023-12-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 17 22:46:44 UTC 2023 Modified Files: src/usr.bin/make: str.c Log Message: make: speed up pattern matching in the ':M' modifier In the common patterns where '*' is followed by a regular character, such as in the patterns

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

2023-12-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 17 22:07:34 UTC 2023 Modified Files: src/sys/arch/x68k/dev: mha.c Log Message: Pass periph_target from xs->xs_periph, since periph is not defined. Fixes SPC_DEBUG build option. To generate a diff of this commit: cvs

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

2023-12-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 17 22:07:34 UTC 2023 Modified Files: src/sys/arch/x68k/dev: mha.c Log Message: Pass periph_target from xs->xs_periph, since periph is not defined. Fixes SPC_DEBUG build option. To generate a diff of this commit: cvs

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

2023-12-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 17 22:03:50 UTC 2023 Modified Files: src/sys/arch/x68k/dev: intio_dmac.c Log Message: Remove accidentally added i in previous commit.. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

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

2023-12-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 17 22:03:50 UTC 2023 Modified Files: src/sys/arch/x68k/dev: intio_dmac.c Log Message: Remove accidentally added i in previous commit.. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

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

2023-12-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 17 22:01:56 UTC 2023 Modified Files: src/sys/arch/x68k/dev: intio_dmac.c Log Message: Fix DMAC_ARRAYCHAIN enabled build: pass dmac->sc_dev instead of undefined self in dmac_start_xfer_offset(). remove unused chan/ch

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

2023-12-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 17 22:01:56 UTC 2023 Modified Files: src/sys/arch/x68k/dev: intio_dmac.c Log Message: Fix DMAC_ARRAYCHAIN enabled build: pass dmac->sc_dev instead of undefined self in dmac_start_xfer_offset(). remove unused chan/ch

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

2023-12-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 17 21:52:11 UTC 2023 Modified Files: src/sys/arch/x68k/dev: fd.c Log Message: s/FD_DEBUG/FDDEBUG/ for consistency. To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128 src/sys/arch/x68k/dev/fd.c Please note

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

2023-12-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 17 21:52:11 UTC 2023 Modified Files: src/sys/arch/x68k/dev: fd.c Log Message: s/FD_DEBUG/FDDEBUG/ for consistency. To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128 src/sys/arch/x68k/dev/fd.c Please note

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

2023-12-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 17 21:51:29 UTC 2023 Modified Files: src/sys/arch/x68k/dev: bmd.c Log Message: Fix format specifiers and use BMD_UNIT(dev) macro to fix BMD_DEBUG build. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

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

2023-12-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 17 21:51:29 UTC 2023 Modified Files: src/sys/arch/x68k/dev: bmd.c Log Message: Fix format specifiers and use BMD_UNIT(dev) macro to fix BMD_DEBUG build. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/external/bsd/elftoolchain/dist/common

2023-12-17 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Sun Dec 17 18:59:19 UTC 2023 Modified Files: src/external/bsd/elftoolchain/dist/common: utarray.h uthash.h Log Message: Sync ut{array,hash}.h to elftoolchain [r4024]. This change updates these files to UTARRAY/UTHASH v2.3.0.

CVS commit: src/external/bsd/elftoolchain/dist/common

2023-12-17 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Sun Dec 17 18:59:19 UTC 2023 Modified Files: src/external/bsd/elftoolchain/dist/common: utarray.h uthash.h Log Message: Sync ut{array,hash}.h to elftoolchain [r4024]. This change updates these files to UTARRAY/UTHASH v2.3.0.

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

2023-12-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 17 18:48:53 UTC 2023 Modified Files: src/sys/arch/alpha/conf: GENERIC Log Message: s/keyboad/keyboard/ in wsmux description comment. To generate a diff of this commit: cvs rdiff -u -r1.418 -r1.419

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

2023-12-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 17 18:48:53 UTC 2023 Modified Files: src/sys/arch/alpha/conf: GENERIC Log Message: s/keyboad/keyboard/ in wsmux description comment. To generate a diff of this commit: cvs rdiff -u -r1.418 -r1.419

CVS commit: src/usr.sbin/sysinst

2023-12-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 17 18:46:42 UTC 2023 Modified Files: src/usr.sbin/sysinst: configmenu.c defs.h main.c menus.entropy menus.mi net.c Log Message: Add a https transfer method (sharing all host details with the http transfer).

CVS commit: src/usr.sbin/sysinst

2023-12-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 17 18:46:42 UTC 2023 Modified Files: src/usr.sbin/sysinst: configmenu.c defs.h main.c menus.entropy menus.mi net.c Log Message: Add a https transfer method (sharing all host details with the http transfer).

CVS commit: src/sys/arch/vax/vax

2023-12-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 17 18:39:02 UTC 2023 Modified Files: src/sys/arch/vax/vax: ka780.c Log Message: Fix TRENDATA option build by moving TRENDATA code block with memlog() definition over its usage in ka780_memerr() and making it static. Also

CVS commit: src/sys/arch/vax/vax

2023-12-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 17 18:39:02 UTC 2023 Modified Files: src/sys/arch/vax/vax: ka780.c Log Message: Fix TRENDATA option build by moving TRENDATA code block with memlog() definition over its usage in ka780_memerr() and making it static. Also

CVS commit: src/sys/arch/vax/vax

2023-12-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 17 15:06:34 UTC 2023 Modified Files: src/sys/arch/vax/vax: crx.c Log Message: Fix format specifier for ka820port_ptr->csr. Fixed CRXDEBUG build option for vax. To generate a diff of this commit: cvs rdiff -u -r1.15

CVS commit: src/sys/arch/vax/vax

2023-12-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 17 15:06:34 UTC 2023 Modified Files: src/sys/arch/vax/vax: crx.c Log Message: Fix format specifier for ka820port_ptr->csr. Fixed CRXDEBUG build option for vax. To generate a diff of this commit: cvs rdiff -u -r1.15

CVS commit: src/sys/arch/vax/vax

2023-12-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 17 14:54:49 UTC 2023 Modified Files: src/sys/arch/vax/vax: bus_dma.c Log Message: Fix printf format specifier for size. Fixes DEBUG_DMA build option. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/sys/arch/vax/vax

2023-12-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 17 14:54:49 UTC 2023 Modified Files: src/sys/arch/vax/vax: bus_dma.c Log Message: Fix printf format specifier for size. Fixes DEBUG_DMA build option. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src

2023-12-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 17 14:38:49 UTC 2023 Modified Files: src/sys/netbt: bt_sysctl.c src/usr.bin/sdpquery: command.c Log Message: s/Adapatation/Adaptation/ in l2cap sysctl description. To generate a diff of this commit: cvs rdiff -u

CVS commit: src

2023-12-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 17 14:38:49 UTC 2023 Modified Files: src/sys/netbt: bt_sysctl.c src/usr.bin/sdpquery: command.c Log Message: s/Adapatation/Adaptation/ in l2cap sysctl description. To generate a diff of this commit: cvs rdiff -u

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

2023-12-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 17 14:07:22 UTC 2023 Modified Files: src/usr.bin/make/unit-tests: directive-include-guard.exp directive-include-guard.mk var-scope-local-legacy.exp var-scope-local-legacy.mk varmod-mtime.mk

CVS commit: src/sys/arch/sun3/sun3

2023-12-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 17 13:28:59 UTC 2023 Modified Files: src/sys/arch/sun3/sun3: pmap.c Log Message: Reshuffle ifdef HAVECACHE/DIAGNOSTIC blocks with the main purpose to make code build without HAVECACHE/DIAGNOSTIC options, as well as some

CVS commit: src/sys/arch/sun3/sun3

2023-12-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 17 13:28:59 UTC 2023 Modified Files: src/sys/arch/sun3/sun3: pmap.c Log Message: Reshuffle ifdef HAVECACHE/DIAGNOSTIC blocks with the main purpose to make code build without HAVECACHE/DIAGNOSTIC options, as well as some

CVS commit: src/usr.bin/make

2023-12-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 17 10:48:10 UTC 2023 Modified Files: src/usr.bin/make: Makefile Log Message: make: on cleandir, clean the unit-tests as well To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 src/usr.bin/make/Makefile

CVS commit: src/usr.bin/make

2023-12-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 17 10:48:10 UTC 2023 Modified Files: src/usr.bin/make: Makefile Log Message: make: on cleandir, clean the unit-tests as well To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 src/usr.bin/make/Makefile

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

2023-12-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 17 10:02:10 UTC 2023 Modified Files: src/tests/usr.bin/indent: t_misc.sh Log Message: tests/indent: don't create an unneeded file To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

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

2023-12-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 17 10:02:10 UTC 2023 Modified Files: src/tests/usr.bin/indent: t_misc.sh Log Message: tests/indent: don't create an unneeded file To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/usr.bin/error

2023-12-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 17 09:46:57 UTC 2023 Modified Files: src/usr.bin/error: error.1 Log Message: error.1: fix markup To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/usr.bin/error/error.1 Please note that diffs are not

CVS commit: src/usr.bin/error

2023-12-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 17 09:46:57 UTC 2023 Modified Files: src/usr.bin/error: error.1 Log Message: error.1: fix markup To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/usr.bin/error/error.1 Please note that diffs are not

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

2023-12-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 17 09:44:00 UTC 2023 Modified Files: src/usr.bin/make/unit-tests: check-expect.lua cond-op-and.mk cond-op-or.mk deptgt.mk directive-export-gmake.mk directive-for-errors.mk directive-warning.mk Log

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

2023-12-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 17 09:17:16 UTC 2023 Modified Files: src/usr.bin/make/unit-tests: directive-include-guard.exp directive-include-guard.mk Log Message: tests/make: add tests for spacing in multiple-inclusion guards To

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

2023-12-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 17 09:17:16 UTC 2023 Modified Files: src/usr.bin/make/unit-tests: directive-include-guard.exp directive-include-guard.mk Log Message: tests/make: add tests for spacing in multiple-inclusion guards To

CVS commit: src/usr.bin/make

2023-12-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 17 09:02:26 UTC 2023 Modified Files: src/usr.bin/make: main.c make.h meta.c Log Message: make: clean up unused return value of str2Lst_Append No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/make

2023-12-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 17 09:02:26 UTC 2023 Modified Files: src/usr.bin/make: main.c make.h meta.c Log Message: make: clean up unused return value of str2Lst_Append No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/make

2023-12-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 17 08:53:55 UTC 2023 Modified Files: src/usr.bin/make: cond.c dir.c hash.c hash.h job.c main.c parse.c suff.c var.c src/usr.bin/make/unit-tests: directive-include-guard.mk Log Message: make: clean up

CVS commit: src/usr.bin/make

2023-12-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 17 08:53:55 UTC 2023 Modified Files: src/usr.bin/make: cond.c dir.c hash.c hash.h job.c main.c parse.c suff.c var.c src/usr.bin/make/unit-tests: directive-include-guard.mk Log Message: make: clean up