CVS commit: src/external/public-domain/sqlite/lib

2023-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 12 22:11:08 UTC 2023 Modified Files: src/external/public-domain/sqlite/lib: Makefile Log Message: sqlite: re-enable lint Since 1.26, the 'assert' macro expands to the same text, whether in lint mode or not. Defining

CVS commit: src/external/public-domain/sqlite/lib

2023-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 12 22:11:08 UTC 2023 Modified Files: src/external/public-domain/sqlite/lib: Makefile Log Message: sqlite: re-enable lint Since 1.26, the 'assert' macro expands to the same text, whether in lint mode or not. Defining

CVS commit: src/include

2023-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 12 22:08:24 UTC 2023 Modified Files: src/include: assert.h Log Message: assert.h: remove custom macro definitions for lint mode In lint mode, 'assert(cond)' expanded to nothing. This broke code like sqlite that assumes

CVS commit: src/include

2023-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 12 22:08:24 UTC 2023 Modified Files: src/include: assert.h Log Message: assert.h: remove custom macro definitions for lint mode In lint mode, 'assert(cond)' expanded to nothing. This broke code like sqlite that assumes

CVS commit: src/sys/arch

2023-09-12 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Sep 12 22:07:33 UTC 2023 Modified Files: src/sys/arch/dreamcast/conf: G1IDE GENERIC src/sys/arch/hpcsh/conf: DEBUG HPW650PA Log Message: double quotes should be in front of value, not property name. fix KGDB enabled

CVS commit: src/sys/arch

2023-09-12 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Sep 12 22:07:33 UTC 2023 Modified Files: src/sys/arch/dreamcast/conf: G1IDE GENERIC src/sys/arch/hpcsh/conf: DEBUG HPW650PA Log Message: double quotes should be in front of value, not property name. fix KGDB enabled

CVS commit: src

2023-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 12 22:01:05 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: msg_192.c src/usr.bin/xlint/lint1: tree.c Log Message: lint: mark unreachable function call arguments as used as well Previously, in a '?:'

CVS commit: src

2023-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 12 22:01:05 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: msg_192.c src/usr.bin/xlint/lint1: tree.c Log Message: lint: mark unreachable function call arguments as used as well Previously, in a '?:'

CVS commit: src/lib/libc/time

2023-09-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 12 21:56:05 UTC 2023 Modified Files: src/lib/libc/time: ctime.3 Log Message: ctime.3: fix merge mistake The paragraphs about the *_r and *_z/rz functions belong at the end of the section (or somewhere like that), not

CVS commit: src/lib/libc/time

2023-09-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 12 21:56:05 UTC 2023 Modified Files: src/lib/libc/time: ctime.3 Log Message: ctime.3: fix merge mistake The paragraphs about the *_r and *_z/rz functions belong at the end of the section (or somewhere like that), not

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

2023-09-12 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Sep 12 21:50:12 UTC 2023 Modified Files: src/sys/arch/hpcsh/conf: DEBUG Log Message: remove ksyms from hpcsh DEBUG kernel config. It is already defined in GENERAL. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2023-09-12 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Sep 12 21:50:12 UTC 2023 Modified Files: src/sys/arch/hpcsh/conf: DEBUG Log Message: remove ksyms from hpcsh DEBUG kernel config. It is already defined in GENERAL. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSCore

2023-09-12 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Sep 12 21:19:53 UTC 2023 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSCore: DNSCommon.c Log Message: DNSCommon.c: fix punctuation in a comment This has very little value in itself; it's intended to make a

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSCore

2023-09-12 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Sep 12 21:19:53 UTC 2023 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSCore: DNSCommon.c Log Message: DNSCommon.c: fix punctuation in a comment This has very little value in itself; it's intended to make a

CVS commit: src/usr.sbin/cpuctl

2023-09-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Sep 12 20:45:17 UTC 2023 Modified Files: src/usr.sbin/cpuctl: cpuctl.8 Log Message: cpuctl(8): note that AMD updates need to be applied on all CPUs at once Note that checking dmesg(8) after problems might be helpful. Sort

CVS commit: src/usr.sbin/cpuctl

2023-09-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Sep 12 20:45:17 UTC 2023 Modified Files: src/usr.sbin/cpuctl: cpuctl.8 Log Message: cpuctl(8): note that AMD updates need to be applied on all CPUs at once Note that checking dmesg(8) after problems might be helpful. Sort

CVS commit: src/usr.sbin/cpuctl

2023-09-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Sep 12 20:43:38 UTC 2023 Modified Files: src/usr.sbin/cpuctl: cpuctl.c src/usr.sbin/cpuctl/arch: i386.c Log Message: cpuctl: be more verbose about problems and diagnosing them To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/cpuctl

2023-09-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Sep 12 20:43:38 UTC 2023 Modified Files: src/usr.sbin/cpuctl: cpuctl.c src/usr.sbin/cpuctl/arch: i386.c Log Message: cpuctl: be more verbose about problems and diagnosing them To generate a diff of this commit: cvs

CVS commit: src/sys/arch/hpcmips/vr

2023-09-12 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Sep 12 19:32:00 UTC 2023 Modified Files: src/sys/arch/hpcmips/vr: flash_vrip.c Log Message: rename flash_cd to vrflash_cd, since device was renamed to vrflash. Fixes hpcmips LCARD config linking issue that flash_cd is

CVS commit: src/sys/arch/hpcmips/vr

2023-09-12 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Sep 12 19:32:00 UTC 2023 Modified Files: src/sys/arch/hpcmips/vr: flash_vrip.c Log Message: rename flash_cd to vrflash_cd, since device was renamed to vrflash. Fixes hpcmips LCARD config linking issue that flash_cd is

CVS commit: src

2023-09-12 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue Sep 12 16:17:22 UTC 2023 Modified Files: src/common/lib/libc/gen: radixtree.c src/sys/kern: init_main.c kern_descrip.c kern_lwp.c kern_mutex_obj.c kern_resource.c kern_rwlock_obj.c kern_turnstile.c

CVS commit: src

2023-09-12 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue Sep 12 16:17:22 UTC 2023 Modified Files: src/common/lib/libc/gen: radixtree.c src/sys/kern: init_main.c kern_descrip.c kern_lwp.c kern_mutex_obj.c kern_resource.c kern_rwlock_obj.c kern_turnstile.c

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

2023-09-12 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Sep 12 12:56:21 UTC 2023 Modified Files: src/sys/arch/arm/dts: sun8i-h3-orangepi-plus2e.dts Removed Files: src/sys/arch/arm/dts: sun8i-h3-orangepi-one.dts Log Message: Remove now-unneeded and brocken (probably since

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

2023-09-12 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Sep 12 12:56:21 UTC 2023 Modified Files: src/sys/arch/arm/dts: sun8i-h3-orangepi-plus2e.dts Removed Files: src/sys/arch/arm/dts: sun8i-h3-orangepi-one.dts Log Message: Remove now-unneeded and brocken (probably since

CVS commit: src

2023-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 12 07:23:27 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: msg_192.c src/usr.bin/xlint/lint1: tree.c Log Message: lint: mark symbols that are only used in untaken '?:' branch as used To generate a diff

CVS commit: src

2023-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 12 07:23:27 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: msg_192.c src/usr.bin/xlint/lint1: tree.c Log Message: lint: mark symbols that are only used in untaken '?:' branch as used To generate a diff

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

2023-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 12 06:51:02 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: msg_192.c Log Message: tests/lint: show that '?:' skips untaken branches early This is probably done to avoid wrong warnings from branches that are only

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

2023-09-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 12 06:51:02 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: msg_192.c Log Message: tests/lint: show that '?:' skips untaken branches early This is probably done to avoid wrong warnings from branches that are only