CVS commit: src/lib/librefuse/refuse

2023-07-13 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Fri Jul 14 02:43:50 UTC 2023 Modified Files: src/lib/librefuse/refuse: fs.c Log Message: refuse(3): Fix broken 3.5, 3.6, and 3.7 APIs These API versions were completely missing from refuse/fs.c. User programs could request these

CVS commit: src/lib/librefuse/refuse

2023-07-13 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Fri Jul 14 02:43:50 UTC 2023 Modified Files: src/lib/librefuse/refuse: fs.c Log Message: refuse(3): Fix broken 3.5, 3.6, and 3.7 APIs These API versions were completely missing from refuse/fs.c. User programs could request these

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

2023-07-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 13 23:27:20 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: debug.c decl.c lint1.h Log Message: lint: merge duplicate code for checking duplicate type qualifiers To generate a diff of this commit: cvs rdiff -u -r1.54

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

2023-07-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 13 23:27:20 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: debug.c decl.c lint1.h Log Message: lint: merge duplicate code for checking duplicate type qualifiers To generate a diff of this commit: cvs rdiff -u -r1.54

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

2023-07-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 13 23:11:11 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: cgram.y debug.c decl.c externs1.h lex.c lint1.h Log Message: lint: use separate types for parsing pointer types and type qualifiers The

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

2023-07-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 13 23:11:11 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: cgram.y debug.c decl.c externs1.h lex.c lint1.h Log Message: lint: use separate types for parsing pointer types and type qualifiers The

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

2023-07-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 13 22:44:10 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: decl.c Log Message: tests/lint: test duplicate type qualifiers in pointer types To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

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

2023-07-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 13 22:44:10 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: decl.c Log Message: tests/lint: test duplicate type qualifiers in pointer types To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/sys/arch/evbarm/lubbock

2023-07-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jul 13 21:29:49 UTC 2023 Modified Files: src/sys/arch/evbarm/lubbock: sacc_obio.c Log Message: arm/xscale: Missed a spot with previous find_first_bit commit. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/arch/evbarm/lubbock

2023-07-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jul 13 21:29:49 UTC 2023 Modified Files: src/sys/arch/evbarm/lubbock: sacc_obio.c Log Message: arm/xscale: Missed a spot with previous find_first_bit commit. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/tests/include/sys

2023-07-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jul 13 20:39:24 UTC 2023 Modified Files: src/tests/include/sys: t_bitops.c Log Message: t_bitops: Show the bad results on failure. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/tests/include/sys

2023-07-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jul 13 20:39:24 UTC 2023 Modified Files: src/tests/include/sys: t_bitops.c Log Message: t_bitops: Show the bad results on failure. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src

2023-07-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 13 20:30:22 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: c11.c c23.c src/usr.bin/xlint/lint1: decl.c lex.c Log Message: lint: in C23 mode, recognize the keyword 'thread_local' To generate a diff of

CVS commit: src

2023-07-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 13 20:30:22 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: c11.c c23.c src/usr.bin/xlint/lint1: decl.c lex.c Log Message: lint: in C23 mode, recognize the keyword 'thread_local' To generate a diff of

CVS commit: src/sys/arch/evbarm/g42xxeb

2023-07-13 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 13 20:22:29 UTC 2023 Modified Files: src/sys/arch/evbarm/g42xxeb: obio.c Log Message: complete the previous - there were two calls to find_first_bit() to fix. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/arch/evbarm/g42xxeb

2023-07-13 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 13 20:22:29 UTC 2023 Modified Files: src/sys/arch/evbarm/g42xxeb: obio.c Log Message: complete the previous - there were two calls to find_first_bit() to fix. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src

2023-07-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 13 19:59:08 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: msg_010.c src/usr.bin/xlint/lint1: debug.c decl.c lex.c lint1.h Log Message: lint: _Thread_local is a storage class, not a type qualifier To

CVS commit: src

2023-07-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 13 19:59:08 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: msg_010.c src/usr.bin/xlint/lint1: debug.c decl.c lex.c lint1.h Log Message: lint: _Thread_local is a storage class, not a type qualifier To

CVS commit: src/sys/arch

2023-07-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jul 13 19:42:24 UTC 2023 Modified Files: src/sys/arch/arm/xscale: pxa2x0_intr.c pxa2x0_intr.h src/sys/arch/evbarm/g42xxeb: obio.c src/sys/arch/evbarm/lubbock: obio.c sacc_obio.c Log Message: arm/xscale: Use

CVS commit: src/sys/arch

2023-07-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jul 13 19:42:24 UTC 2023 Modified Files: src/sys/arch/arm/xscale: pxa2x0_intr.c pxa2x0_intr.h src/sys/arch/evbarm/g42xxeb: obio.c src/sys/arch/evbarm/lubbock: obio.c sacc_obio.c Log Message: arm/xscale: Use

CVS commit: src/sys/arch/ia64/acpi

2023-07-13 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 13 18:43:34 UTC 2023 Modified Files: src/sys/arch/ia64/acpi: madt.c Log Message: explicitly include no longer implicitly included sys/mutex.h. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/arch/ia64/acpi

2023-07-13 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 13 18:43:34 UTC 2023 Modified Files: src/sys/arch/ia64/acpi: madt.c Log Message: explicitly include no longer implicitly included sys/mutex.h. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/arch/ia64/include

2023-07-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jul 13 18:27:46 UTC 2023 Modified Files: src/sys/arch/ia64/include: sapicvar.h Log Message: ia64: Need sys/types.h for u_int, vaddr_t; sys/mutex.h for kmutex_t. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/ia64/include

2023-07-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jul 13 18:27:46 UTC 2023 Modified Files: src/sys/arch/ia64/include: sapicvar.h Log Message: ia64: Need sys/types.h for u_int, vaddr_t; sys/mutex.h for kmutex_t. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys

2023-07-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jul 13 16:51:33 UTC 2023 Modified Files: src/sys/arch/arm/marvell: mvsoc_intr.h src/sys/dev/marvell: marvellvar.h Log Message: marvell: Reconcile arm vs powerpc marvell_intr_establish. If there's a better way to

CVS commit: src/sys

2023-07-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jul 13 16:51:33 UTC 2023 Modified Files: src/sys/arch/arm/marvell: mvsoc_intr.h src/sys/dev/marvell: marvellvar.h Log Message: marvell: Reconcile arm vs powerpc marvell_intr_establish. If there's a better way to

CVS commit: src/sys/arch

2023-07-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jul 13 13:34:15 UTC 2023 Modified Files: src/sys/arch/x86/include: cpu.h src/sys/arch/xen/xen: xen_clock.c Log Message: xen: Record event when local view of timecounter is behind global. To generate a diff of

CVS commit: src/sys/arch

2023-07-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jul 13 13:34:15 UTC 2023 Modified Files: src/sys/arch/x86/include: cpu.h src/sys/arch/xen/xen: xen_clock.c Log Message: xen: Record event when local view of timecounter is behind global. To generate a diff of

CVS commit: src/sys/kern

2023-07-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jul 13 13:33:55 UTC 2023 Modified Files: src/sys/kern: kern_synch.c Log Message: kern: Print more detailed monotonic-clock-went-backwards messages. Let's try harder to track this down. XXX Should add dtrace probes. To

CVS commit: src/sys/kern

2023-07-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jul 13 13:33:55 UTC 2023 Modified Files: src/sys/kern: kern_synch.c Log Message: kern: Print more detailed monotonic-clock-went-backwards messages. Let's try harder to track this down. XXX Should add dtrace probes. To

CVS commit: src/sys

2023-07-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jul 13 12:06:20 UTC 2023 Modified Files: src/sys/arch/sparc/include: cpu.h src/sys/arch/sparc64/include: cpu.h src/sys/arch/x86/include: cpu.h src/sys/sys: cpu_data.h sched.h Log Message: Break

CVS commit: src/sys

2023-07-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jul 13 12:06:20 UTC 2023 Modified Files: src/sys/arch/sparc/include: cpu.h src/sys/arch/sparc64/include: cpu.h src/sys/arch/x86/include: cpu.h src/sys/sys: cpu_data.h sched.h Log Message: Break

CVS commit: [netbsd-10] src/doc

2023-07-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 13 09:36:48 UTC 2023 Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Tickets #230 - #232 To generate a diff of this commit: cvs rdiff -u -r1.1.2.80 -r1.1.2.81 src/doc/CHANGES-10.0 Please note that diffs

CVS commit: [netbsd-10] src/doc

2023-07-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 13 09:36:48 UTC 2023 Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Tickets #230 - #232 To generate a diff of this commit: cvs rdiff -u -r1.1.2.80 -r1.1.2.81 src/doc/CHANGES-10.0 Please note that diffs

CVS commit: [netbsd-10] src/external/gpl3/gcc/usr.bin

2023-07-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 13 09:35:40 UTC 2023 Modified Files: src/external/gpl3/gcc/usr.bin [netbsd-10]: Makefile.inc Log Message: Pull up following revision(s) (requested by mrg in ticket #232): external/gpl3/gcc/usr.bin/Makefile.inc:

CVS commit: [netbsd-10] src/external/gpl3/gcc/usr.bin

2023-07-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 13 09:35:40 UTC 2023 Modified Files: src/external/gpl3/gcc/usr.bin [netbsd-10]: Makefile.inc Log Message: Pull up following revision(s) (requested by mrg in ticket #232): external/gpl3/gcc/usr.bin/Makefile.inc:

CVS commit: [netbsd-10] src/external/gpl3/gcc/dist

2023-07-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 13 09:18:32 UTC 2023 Modified Files: src/external/gpl3/gcc/dist [netbsd-10]: ChangeLog LAST_UPDATED MD5SUMS NEWS src/external/gpl3/gcc/dist/INSTALL [netbsd-10]: binaries.html build.html

CVS commit: [netbsd-10] src/external/gpl3/gcc/dist

2023-07-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 13 09:18:32 UTC 2023 Modified Files: src/external/gpl3/gcc/dist [netbsd-10]: ChangeLog LAST_UPDATED MD5SUMS NEWS src/external/gpl3/gcc/dist/INSTALL [netbsd-10]: binaries.html build.html

CVS commit: src/sys/arch/x86/x86

2023-07-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jul 13 09:12:24 UTC 2023 Modified Files: src/sys/arch/x86/x86: coretemp.c Log Message: coretemp(4): Change limits of Tjmax. - Change the lower limit from 70 to 60. At least, some BIOSes can change the value down to 62.

CVS commit: src/sys/arch/x86/x86

2023-07-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jul 13 09:12:24 UTC 2023 Modified Files: src/sys/arch/x86/x86: coretemp.c Log Message: coretemp(4): Change limits of Tjmax. - Change the lower limit from 70 to 60. At least, some BIOSes can change the value down to 62.

CVS commit: [netbsd-10] src

2023-07-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 13 09:07:37 UTC 2023 Modified Files: src/distrib/sets/lists/man [netbsd-10]: mi src/share/man/man4 [netbsd-10]: Makefile Added Files: src/share/man/man4 [netbsd-10]: npflog.4 Log Message: Pull up following

CVS commit: [netbsd-10] src

2023-07-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 13 09:07:37 UTC 2023 Modified Files: src/distrib/sets/lists/man [netbsd-10]: mi src/share/man/man4 [netbsd-10]: Makefile Added Files: src/share/man/man4 [netbsd-10]: npflog.4 Log Message: Pull up following

CVS commit: src/usr.bin/xlint

2023-07-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 13 08:40:38 UTC 2023 Modified Files: src/usr.bin/xlint/common: emit.c externs.h inittyp.c lint.h mem.c param.h src/usr.bin/xlint/lint1: cgram.y decl.c emit1.c err.c externs1.h func.c init.c

CVS commit: src/usr.bin/xlint

2023-07-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 13 08:40:38 UTC 2023 Modified Files: src/usr.bin/xlint/common: emit.c externs.h inittyp.c lint.h mem.c param.h src/usr.bin/xlint/lint1: cgram.y decl.c emit1.c err.c externs1.h func.c init.c

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

2023-07-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 13 08:18:17 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: clean up reading lint comments To generate a diff of this commit: cvs rdiff -u -r1.180 -r1.181 src/usr.bin/xlint/lint1/lex.c Please

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

2023-07-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 13 08:18:17 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: clean up reading lint comments To generate a diff of this commit: cvs rdiff -u -r1.180 -r1.181 src/usr.bin/xlint/lint1/lex.c Please

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

2023-07-13 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 13 07:46:44 UTC 2023 Modified Files: src/sys/arch/hppa/include: mutex.h Log Message: re-fix hppa builds. this file uses __cpu_simple_lock(), not just the underlying type, so it does need machine/lock.h. To generate a diff

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

2023-07-13 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 13 07:46:44 UTC 2023 Modified Files: src/sys/arch/hppa/include: mutex.h Log Message: re-fix hppa builds. this file uses __cpu_simple_lock(), not just the underlying type, so it does need machine/lock.h. To generate a diff

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

2023-07-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 13 07:19:25 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: cgram.y externs1.h func.c lex.c lint1.h Log Message: lint: reduce code size for handling lint comments To generate a diff of this commit: cvs rdiff -u

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

2023-07-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 13 07:19:25 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: cgram.y externs1.h func.c lex.c lint1.h Log Message: lint: reduce code size for handling lint comments To generate a diff of this commit: cvs rdiff -u

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

2023-07-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 13 06:41:28 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: cgram.y decl.c externs1.h func.c lex.c tree.c Log Message: lint: clean up code related to lint comments Remove type information from variable names, as the

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

2023-07-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 13 06:41:28 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: cgram.y decl.c externs1.h func.c lex.c tree.c Log Message: lint: clean up code related to lint comments Remove type information from variable names, as the