CVS commit: src/tests/lib/libc/locale

2024-08-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 18 05:00:20 UTC 2024 Modified Files: src/tests/lib/libc/locale: t_c8rtomb.c Log Message: c8rtomb(3): Fix digit error in shift sequence test. PR lib/58612: c8rtomb/c16rtomb/c32rtomb yield suboptimal shift sequences To

CVS commit: src/tests/lib/libc/locale

2024-08-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 18 05:00:20 UTC 2024 Modified Files: src/tests/lib/libc/locale: t_c8rtomb.c Log Message: c8rtomb(3): Fix digit error in shift sequence test. PR lib/58612: c8rtomb/c16rtomb/c32rtomb yield suboptimal shift sequences To

CVS commit: src/tests/lib/libc/locale

2024-08-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 18 04:51:16 UTC 2024 Modified Files: src/tests/lib/libc/locale: t_c16rtomb.c t_c8rtomb.c Log Message: c8rtomb(3), c16rtomb(3), c32rtomb(3): Test stateful shift sequences. PR lib/58612: c8rtomb/c16rtomb/c32rtomb yield s

CVS commit: src/tests/lib/libc/locale

2024-08-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 18 04:51:16 UTC 2024 Modified Files: src/tests/lib/libc/locale: t_c16rtomb.c t_c8rtomb.c Log Message: c8rtomb(3), c16rtomb(3), c32rtomb(3): Test stateful shift sequences. PR lib/58612: c8rtomb/c16rtomb/c32rtomb yield s

Re: CVS commit: src/lib/libc/locale

2024-08-17 Thread Rin Okuyama
Hi, For __CTASSERT v.s. case label: https://nxr.netbsd.org/xref/src/lib/libc/locale/c8rtomb.c#225 not only lint(1), but also GCC 10.5 does not accept this, which results in build failures for platforms still using gcc.old: https://releng.netbsd.org/builds/HEAD/202408171750Z/ Can we just drop

Re: CVS commit: src/distrib/sets/lists/man

2024-08-17 Thread Rin Okuyama
Done :) Thanks for your kind words! rin On 2024/08/17 3:41, Christos Zoulas wrote: Rin, thank you so much for working on this. LG[reat]TM. Please commit. christos On Aug 16, 2024, at 6:06 AM, Rin Okuyama wrote: Hi, I've changed mknative-gdb to generate *.info by using makeinfo(1) provided

CVS commit: src/distrib/sets/lists/comp

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:09:51 UTC 2024 Modified Files: src/distrib/sets/lists/comp: mi Log Message: sets/lists: Add gdbinit(5) To generate a diff of this commit: cvs rdiff -u -r1.2470 -r1.2471 src/distrib/sets/lists/comp/mi Please note that

CVS commit: src/distrib/sets/lists/comp

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:09:51 UTC 2024 Modified Files: src/distrib/sets/lists/comp: mi Log Message: sets/lists: Add gdbinit(5) To generate a diff of this commit: cvs rdiff -u -r1.2470 -r1.2471 src/distrib/sets/lists/comp/mi Please note that

CVS commit: src/external/gpl3/gdb.old/bin/gdb

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:08:28 UTC 2024 Modified Files: src/external/gpl3/gdb.old/bin/gdb: Makefile Log Message: gdb.old: Install gdbinit(5) manpage To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/external/gpl3/gdb.old/bin/g

CVS commit: src/external/gpl3/gdb.old/bin/gdb

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:08:28 UTC 2024 Modified Files: src/external/gpl3/gdb.old/bin/gdb: Makefile Log Message: gdb.old: Install gdbinit(5) manpage To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/external/gpl3/gdb.old/bin/g

CVS commit: src/external/gpl3/gdb/bin/gdb

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:07:54 UTC 2024 Modified Files: src/external/gpl3/gdb/bin/gdb: Makefile Log Message: gdb: Install gdbinit(5) manpage To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/external/gpl3/gdb/bin/gdb/Makefile

CVS commit: src/external/gpl3/gdb/bin/gdb

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:07:54 UTC 2024 Modified Files: src/external/gpl3/gdb/bin/gdb: Makefile Log Message: gdb: Install gdbinit(5) manpage To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/external/gpl3/gdb/bin/gdb/Makefile

CVS commit: src/distrib/sets/lists

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:06:38 UTC 2024 Modified Files: src/distrib/sets/lists/man: mi src/distrib/sets/lists/manhtml: mi Log Message: sets/man{,html}: Add gdbserver(1) To generate a diff of this commit: cvs rdiff -u -r1.1782 -r1.1783

CVS commit: src/distrib/sets/lists

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:06:38 UTC 2024 Modified Files: src/distrib/sets/lists/man: mi src/distrib/sets/lists/manhtml: mi Log Message: sets/man{,html}: Add gdbserver(1) To generate a diff of this commit: cvs rdiff -u -r1.1782 -r1.1783

CVS commit: src/external/gpl3/gdb.old/bin/gdbserver

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:05:18 UTC 2024 Modified Files: src/external/gpl3/gdb.old/bin/gdbserver: Makefile Log Message: gdb.old: Install gdbserver(1) manpage To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gdb.old

CVS commit: src/external/gpl3/gdb.old/bin/gdbserver

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:05:18 UTC 2024 Modified Files: src/external/gpl3/gdb.old/bin/gdbserver: Makefile Log Message: gdb.old: Install gdbserver(1) manpage To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gdb.old

CVS commit: src/external/gpl3/gdb/bin/gdbserver

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:03:57 UTC 2024 Modified Files: src/external/gpl3/gdb/bin/gdbserver: Makefile Log Message: gdb: Install gdbserver(1) manpage To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gdb/bin/gdbserv

CVS commit: src/external/gpl3/gdb/bin/gdbserver

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:03:57 UTC 2024 Modified Files: src/external/gpl3/gdb/bin/gdbserver: Makefile Log Message: gdb: Install gdbserver(1) manpage To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gdb/bin/gdbserv

CVS commit: src/distrib/sets/lists

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:02:58 UTC 2024 Modified Files: src/distrib/sets/lists/base: md.amd64 mi src/distrib/sets/lists/debug: md.amd64 mi Log Message: sets/lists: Make gdbserver MI by using MKGDBSERVER To generate a diff of this comm

CVS commit: src/distrib/sets/lists

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:02:58 UTC 2024 Modified Files: src/distrib/sets/lists/base: md.amd64 mi src/distrib/sets/lists/debug: md.amd64 mi Log Message: sets/lists: Make gdbserver MI by using MKGDBSERVER To generate a diff of this comm

CVS commit: src/distrib/sets

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:01:35 UTC 2024 Modified Files: src/distrib/sets: mkvars.mk Log Message: distrib/sets/mkvars.mk: Add support to MKGDBSERVER To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/distrib/sets/mkvars.mk Plea

CVS commit: src/distrib/sets

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:01:35 UTC 2024 Modified Files: src/distrib/sets: mkvars.mk Log Message: distrib/sets/mkvars.mk: Add support to MKGDBSERVER To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/distrib/sets/mkvars.mk Plea

CVS commit: src/external/gpl3/gdb.old/bin

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:00:42 UTC 2024 Modified Files: src/external/gpl3/gdb.old/bin: Makefile Log Message: gdb.old: Use MKGDBSERVER, NFC To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/external/gpl3/gdb.old/bin/Makefile P

CVS commit: src/external/gpl3/gdb.old/bin

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:00:42 UTC 2024 Modified Files: src/external/gpl3/gdb.old/bin: Makefile Log Message: gdb.old: Use MKGDBSERVER, NFC To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/external/gpl3/gdb.old/bin/Makefile P

CVS commit: src/external/gpl3/gdb/bin

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:00:00 UTC 2024 Modified Files: src/external/gpl3/gdb/bin: Makefile Log Message: gdb/bin/Makefile: Use MKGDBSERVER, NFC To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gdb/bin/Makefile Pl

CVS commit: src/external/gpl3/gdb/bin

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:00:00 UTC 2024 Modified Files: src/external/gpl3/gdb/bin: Makefile Log Message: gdb/bin/Makefile: Use MKGDBSERVER, NFC To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gdb/bin/Makefile Pl

CVS commit: src/share/mk

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 03:59:00 UTC 2024 Modified Files: src/share/mk: bsd.own.mk Log Message: bsd.own.mk: Introduce MKGDBSERVER To generate a diff of this commit: cvs rdiff -u -r1.1397 -r1.1398 src/share/mk/bsd.own.mk Please note that diffs

CVS commit: src/share/mk

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 03:59:00 UTC 2024 Modified Files: src/share/mk: bsd.own.mk Log Message: bsd.own.mk: Introduce MKGDBSERVER To generate a diff of this commit: cvs rdiff -u -r1.1397 -r1.1398 src/share/mk/bsd.own.mk Please note that diffs

CVS commit: src/distrib/sets/lists/man

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 03:58:13 UTC 2024 Modified Files: src/distrib/sets/lists/man: mi Log Message: sets/man/mi: Restore {gdb,stabs}.info, and add annotate.info To generate a diff of this commit: cvs rdiff -u -r1.1781 -r1.1782 src/distrib/set

CVS commit: src/distrib/sets/lists/man

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 03:58:13 UTC 2024 Modified Files: src/distrib/sets/lists/man: mi Log Message: sets/man/mi: Restore {gdb,stabs}.info, and add annotate.info To generate a diff of this commit: cvs rdiff -u -r1.1781 -r1.1782 src/distrib/set

CVS commit: src/external/gpl3/gdb.old/bin/gdb

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 03:57:07 UTC 2024 Modified Files: src/external/gpl3/gdb.old/bin/gdb: Makefile Log Message: gdb.old: Install annotate.info To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/external/gpl3/gdb.old/bin/gdb/Ma

CVS commit: src/external/gpl3/gdb.old/bin/gdb

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 03:57:07 UTC 2024 Modified Files: src/external/gpl3/gdb.old/bin/gdb: Makefile Log Message: gdb.old: Install annotate.info To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/external/gpl3/gdb.old/bin/gdb/Ma

CVS commit: src/external/gpl3/gdb

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 03:56:15 UTC 2024 Modified Files: src/external/gpl3/gdb: Makefile Added Files: src/external/gpl3/gdb/info: Makefile Log Message: gdb: Install pre-generated info files annotate.info is newly installed. XXX Mangle

CVS commit: src/external/gpl3/gdb

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 03:56:15 UTC 2024 Modified Files: src/external/gpl3/gdb: Makefile Added Files: src/external/gpl3/gdb/info: Makefile Log Message: gdb: Install pre-generated info files annotate.info is newly installed. XXX Mangle

CVS commit: src/external/gpl3/gdb/info

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 03:52:41 UTC 2024 Added Files: src/external/gpl3/gdb/info: annotate.info gdb.info stabs.info Log Message: gdb/info: Generate *.info with gtexinfo-7.1 from pkgsrc-2024Q2 by using mknative-gdb for amd64. To generate a dif

CVS commit: src/external/gpl3/gdb/info

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 03:52:41 UTC 2024 Added Files: src/external/gpl3/gdb/info: annotate.info gdb.info stabs.info Log Message: gdb/info: Generate *.info with gtexinfo-7.1 from pkgsrc-2024Q2 by using mknative-gdb for amd64. To generate a dif

CVS commit: src/share/mk

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 03:49:23 UTC 2024 Modified Files: src/share/mk: bsd.info.mk Log Message: bsd.info.mk: Install INFOFILES as is, if TEXINFO is empty This allows us to install pre-generated info files. NFCI otherwise. To generate a diff o

CVS commit: src/share/mk

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 03:49:23 UTC 2024 Modified Files: src/share/mk: bsd.info.mk Log Message: bsd.info.mk: Install INFOFILES as is, if TEXINFO is empty This allows us to install pre-generated info files. NFCI otherwise. To generate a diff o

CVS commit: src/tools/gdb

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 03:47:56 UTC 2024 Modified Files: src/tools/gdb: Makefile mknative-gdb Log Message: mknative-gdb: Generate *.info by using makeinfo(1) from pkgsrc Unfortunately, our in-tree makeinfo(1) (latest GPLv2 version) is too old f

CVS commit: src/tools/gdb

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 03:47:56 UTC 2024 Modified Files: src/tools/gdb: Makefile mknative-gdb Log Message: mknative-gdb: Generate *.info by using makeinfo(1) from pkgsrc Unfortunately, our in-tree makeinfo(1) (latest GPLv2 version) is too old f

CVS commit: src/external/gpl3/gdb/dist/gdb/doc

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 03:45:52 UTC 2024 Modified Files: src/external/gpl3/gdb/dist/gdb/doc: Makefile.in Log Message: gdb/doc: Revert previous to build info files and man pages again To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/gpl3/gdb/dist/gdb/doc

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 03:45:52 UTC 2024 Modified Files: src/external/gpl3/gdb/dist/gdb/doc: Makefile.in Log Message: gdb/doc: Revert previous to build info files and man pages again To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src

2024-08-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 18 02:19:35 UTC 2024 Modified Files: src/lib/libc/locale: c16rtomb.3 c16rtomb.c c32rtomb.3 c8rtomb.3 c8rtomb.c src/tests/lib/libc/locale: t_c16rtomb.c t_c8rtomb.c Log Message: c8rtomb(3), c16rtomb(3)

CVS commit: src

2024-08-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 18 02:19:35 UTC 2024 Modified Files: src/lib/libc/locale: c16rtomb.3 c16rtomb.c c32rtomb.3 c8rtomb.3 c8rtomb.c src/tests/lib/libc/locale: t_c16rtomb.c t_c8rtomb.c Log Message: c8rtomb(3), c16rtomb(3)

CVS commit: src/sys/dev/acpi

2024-08-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 18 00:43:07 UTC 2024 Modified Files: src/sys/dev/acpi: acpi_display.c Log Message: acpi_display.c: Nix trailing whitespace. No functional change intended. Followup to fix for: PR kern/57825: Malfunctioning screen bri

CVS commit: src/sys/dev/acpi

2024-08-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 18 00:43:07 UTC 2024 Modified Files: src/sys/dev/acpi: acpi_display.c Log Message: acpi_display.c: Nix trailing whitespace. No functional change intended. Followup to fix for: PR kern/57825: Malfunctioning screen bri

CVS commit: src

2024-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 18 00:27:18 UTC 2024 Modified Files: src: UPDATING Log Message: mention awk directory issue To generate a diff of this commit: cvs rdiff -u -r1.356 -r1.357 src/UPDATING Please note that diffs are not public domain; th

CVS commit: src

2024-08-17 Thread Christos Zoulas
: ^^^ +20240817: + Update builds will require cleaning in src/external/historical/nawk/bin + in order to remove the awk binary since now there is a subdirectory + called awk. 20240812: Update builds will require removing the tools objdir for gdb if building with MKCROSSGDB=yes. All

CVS commit: src/tools

2024-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 18 00:04:17 UTC 2024 Modified Files: src/tools: Makefile.host Log Message: undo previous, breaks the sed tool install. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/tools/Makefile.host Please note

CVS commit: src/tools

2024-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 18 00:04:17 UTC 2024 Modified Files: src/tools: Makefile.host Log Message: undo previous, breaks the sed tool install. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/tools/Makefile.host Please note

Re: CVS commit: src/lib/libc/locale

2024-08-17 Thread Taylor R Campbell
> Date: Sat, 17 Aug 2024 17:55:28 -0400 > From: Christos Zoulas > > There is only one bug. I have sent mail to Roland about it and will revert > once it is fixed. > > The rest are: > - cast through (void *) There is no need to cast through (void *) -- not in C, not in KNF, and not for any oth

CVS commit: src/external/historical/nawk/bin/awk

2024-08-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Aug 17 23:21:55 UTC 2024 Modified Files: src/external/historical/nawk/bin/awk: Makefile Log Message: fix at least one build issue: it is spelled ${_TOOL_PREFIX}. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/e

CVS commit: src/external/historical/nawk/bin/awk

2024-08-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Aug 17 23:21:55 UTC 2024 Modified Files: src/external/historical/nawk/bin/awk: Makefile Log Message: fix at least one build issue: it is spelled ${_TOOL_PREFIX}. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/e

CVS commit: src/doc

2024-08-17 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Aug 17 22:39:08 UTC 2024 Modified Files: src/doc: 3RDPARTY Log Message: doc: fix typo in previous, update 'check' date for nawk To generate a diff of this commit: cvs rdiff -u -r1.2029 -r1.2030 src/doc/3RDPARTY Please note tha

CVS commit: src/doc

2024-08-17 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Aug 17 22:39:08 UTC 2024 Modified Files: src/doc: 3RDPARTY Log Message: doc: fix typo in previous, update 'check' date for nawk To generate a diff of this commit: cvs rdiff -u -r1.2029 -r1.2030 src/doc/3RDPARTY Please note tha

CVS commit: src/doc

2024-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 17 22:25:43 UTC 2024 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new awk To generate a diff of this commit: cvs rdiff -u -r1.2028 -r1.2029 src/doc/3RDPARTY cvs rdiff -u -r1.3075 -r1.3076 src/doc/CHANGES Ple

CVS commit: src/doc

2024-08-17 Thread Christos Zoulas
Add a way to build GCC without the isl library (NOGCCISL). [mrg 20240810] - + awk(1): Import 20240817 [christos 20240817]

CVS commit: src/tools

2024-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 17 22:24:02 UTC 2024 Modified Files: src/tools: Makefile src/tools/awk: Makefile Added Files: src/tools/maketab: Makefile Log Message: Add maketab tool and adjust for new awk To generate a diff of this

CVS commit: src/tools

2024-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 17 22:24:02 UTC 2024 Modified Files: src/tools: Makefile src/tools/awk: Makefile Added Files: src/tools/maketab: Makefile Log Message: Add maketab tool and adjust for new awk To generate a diff of this

CVS commit: src/tools

2024-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 17 22:23:46 UTC 2024 Modified Files: src/tools: Makefile.host Log Message: don't provide an install target if one has been defined To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/tools/Makefile.host

CVS commit: src/tools

2024-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 17 22:23:46 UTC 2024 Modified Files: src/tools: Makefile.host Log Message: don't provide an install target if one has been defined To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/tools/Makefile.host

CVS commit: src/external/historical/nawk

2024-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 17 22:22:30 UTC 2024 Modified Files: src/external/historical/nawk/bin: Makefile src/external/historical/nawk/dist: FIXES awk.1 awk.h awkgram.y b.c lex.c lib.c main.c makefile maketab.c parse.c proto.h

CVS import: src/external/historical/nawk/dist

2024-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 17 22:19:38 UTC 2024 Update of /cvsroot/src/external/historical/nawk/dist In directory ivanova.netbsd.org:/tmp/cvs-serv22799 Log Message: Import the current version of nawk from github. Last was imported on 2020-02-18. The major

CVS import: src/external/historical/nawk/dist

2024-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 17 22:19:38 UTC 2024 Update of /cvsroot/src/external/historical/nawk/dist In directory ivanova.netbsd.org:/tmp/cvs-serv22799 Log Message: Import the current version of nawk from github. Last was imported on 2020-02-18. The major

Re: CVS commit: src/lib/libc/locale

2024-08-17 Thread Christos Zoulas
There is only one bug. I have sent mail to Roland about it and will revert once it is fixed. The rest are: - cast through (void *) - add casts because __BITS returns uintmax_t which is wider than the destination types. christos > On Aug 17, 2024, at 5:29 PM, Taylor R Campbell wrote: > >> Mo

CVS commit: src/tests/lib/libc/locale

2024-08-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 17 21:31:22 UTC 2024 Modified Files: src/tests/lib/libc/locale: t_c16rtomb.c t_c8rtomb.c Log Message: c8rtomb(3), c16rtomb(3): Add tests for incomplete NUL termination. PR lib/58615: incomplete c8rtomb, c16rtomb handle

CVS commit: src/tests/lib/libc/locale

2024-08-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 17 21:31:22 UTC 2024 Modified Files: src/tests/lib/libc/locale: t_c16rtomb.c t_c8rtomb.c Log Message: c8rtomb(3), c16rtomb(3): Add tests for incomplete NUL termination. PR lib/58615: incomplete c8rtomb, c16rtomb handle

Re: CVS commit: src/lib/libc/locale

2024-08-17 Thread Taylor R Campbell
> Module Name:src > Committed By: christos > Date: Sat Aug 17 20:08:13 UTC 2024 > > Modified Files: > src/lib/libc/locale: c16rtomb.c c8rtomb.c mbrtoc16.c mbrtoc32.c > mbrtoc8.c > > Log Message: > pass lint, XXX see lint bug. Can you please arrange to fix the

CVS commit: src

2024-08-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 17 21:24:54 UTC 2024 Modified Files: src/include: uchar.h src/lib/libc/include: namespace.h src/lib/libc/locale: c16rtomb.c c32rtomb.c c8rtomb.c mbrtoc16.c mbrtoc32.c mbrtoc8.c Log Message: l

CVS commit: src

2024-08-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 17 21:24:54 UTC 2024 Modified Files: src/include: uchar.h src/lib/libc/include: namespace.h src/lib/libc/locale: c16rtomb.c c32rtomb.c c8rtomb.c mbrtoc16.c mbrtoc32.c mbrtoc8.c Log Message: l

CVS commit: src/lib/libc/locale

2024-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 17 20:08:13 UTC 2024 Modified Files: src/lib/libc/locale: c16rtomb.c c8rtomb.c mbrtoc16.c mbrtoc32.c mbrtoc8.c Log Message: pass lint, XXX see lint bug. To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/lib/libc/locale

2024-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 17 20:08:13 UTC 2024 Modified Files: src/lib/libc/locale: c16rtomb.c c8rtomb.c mbrtoc16.c mbrtoc32.c mbrtoc8.c Log Message: pass lint, XXX see lint bug. To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/usr.bin/mail

2024-08-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Aug 17 19:18:10 UTC 2024 Modified Files: src/usr.bin/mail: lex.c Log Message: s/signficance/significance/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/usr.bin/mail/lex.c Please note that dif

CVS commit: src/usr.bin/mail

2024-08-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Aug 17 19:18:10 UTC 2024 Modified Files: src/usr.bin/mail: lex.c Log Message: s/signficance/significance/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/usr.bin/mail/lex.c Please note that dif

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 17 15:18:30 UTC 2024 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: sha.inc Log Message: libcrypto: XXX: Disable stack-protector for GCC/m68k 12.4 for sha512_{224,225}_final() To generate a diff of this com

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 17 15:18:30 UTC 2024 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: sha.inc Log Message: libcrypto: XXX: Disable stack-protector for GCC/m68k 12.4 for sha512_{224,225}_final() To generate a diff of this com

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

2024-08-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Aug 17 15:05:14 UTC 2024 Modified Files: src/sys/arch/alpha/pci: sio_pic.c Log Message: In cy82c693_setup_elcr(), panic if cy82c693_init() fails as I suggested should be done in a comment I wrote in this very file 26 years ag

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

2024-08-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Aug 17 15:05:14 UTC 2024 Modified Files: src/sys/arch/alpha/pci: sio_pic.c Log Message: In cy82c693_setup_elcr(), panic if cy82c693_init() fails as I suggested should be done in a comment I wrote in this very file 26 years ag

CVS commit: src/sys/dev/pci

2024-08-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Aug 17 14:58:51 UTC 2024 Modified Files: src/sys/dev/pci: cy82c693.c Log Message: Make the cyhc lock a regular mutex rather than a spin mutex. Simplify some interaction with the lock by converting some open-coded test/panic

CVS commit: src/sys/dev/pci

2024-08-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Aug 17 14:58:51 UTC 2024 Modified Files: src/sys/dev/pci: cy82c693.c Log Message: Make the cyhc lock a regular mutex rather than a spin mutex. Simplify some interaction with the lock by converting some open-coded test/panic

CVS commit: src/usr.bin/shlock

2024-08-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 17 14:26:54 UTC 2024 Modified Files: src/usr.bin/shlock: shlock.c Log Message: shlock(1): Nix trailing whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.

CVS commit: src/usr.bin/shlock

2024-08-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 17 14:26:54 UTC 2024 Modified Files: src/usr.bin/shlock: shlock.c Log Message: shlock(1): Nix trailing whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.

CVS commit: src/distrib/sets/lists/man

2024-08-17 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sat Aug 17 13:34:40 UTC 2024 Modified Files: src/distrib/sets/lists/man: mi Log Message: distrib/sets/lists/man/mi: fix stabs.info entry for gdb 15.10 To generate a diff of this commit: cvs rdiff -u -r1.1780 -r1.1781 src/dis

CVS commit: src/distrib/sets/lists/man

2024-08-17 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sat Aug 17 13:34:40 UTC 2024 Modified Files: src/distrib/sets/lists/man: mi Log Message: distrib/sets/lists/man/mi: fix stabs.info entry for gdb 15.10 To generate a diff of this commit: cvs rdiff -u -r1.1780 -r1.1781 src/dis

CVS commit: src/lib/libc/locale

2024-08-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 17 12:37:29 UTC 2024 Modified Files: src/lib/libc/locale: mbrtoc8.3 Log Message: mbrtoc8(3): Clarify how many bytes are consumed in special cases. Fix overlap in RETURN VALUES section. PR standards/58601: uchar.h C23

CVS commit: src/lib/libc/locale

2024-08-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 17 12:37:29 UTC 2024 Modified Files: src/lib/libc/locale: mbrtoc8.3 Log Message: mbrtoc8(3): Clarify how many bytes are consumed in special cases. Fix overlap in RETURN VALUES section. PR standards/58601: uchar.h C23

CVS commit: src/lib/libc/locale

2024-08-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 17 12:37:05 UTC 2024 Modified Files: src/lib/libc/locale: mbrtoc16.3 Log Message: mbrtoc16(3): Clarify how many bytes are consumed in special cases. Fix overlap in RETURN VALUES section. PR lib/52374: missing To ge

CVS commit: src/lib/libc/locale

2024-08-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 17 12:37:05 UTC 2024 Modified Files: src/lib/libc/locale: mbrtoc16.3 Log Message: mbrtoc16(3): Clarify how many bytes are consumed in special cases. Fix overlap in RETURN VALUES section. PR lib/52374: missing To ge

CVS commit: src/external/mit/xorg/lib/freetype

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 17 12:36:43 UTC 2024 Modified Files: src/external/mit/xorg/lib/freetype: Makefile Log Message: freetype: ftlzw.c: XXX: Disable stack-protector for GCC/m68k 12.4 Otherwise, __stack_chk_fail() is raised for ft_lzw_check_header

CVS commit: src/external/mit/xorg/lib/freetype

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 17 12:36:43 UTC 2024 Modified Files: src/external/mit/xorg/lib/freetype: Makefile Log Message: freetype: ftlzw.c: XXX: Disable stack-protector for GCC/m68k 12.4 Otherwise, __stack_chk_fail() is raised for ft_lzw_check_header

CVS commit: src/external/mit/xorg/lib/gallium

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 17 11:34:47 UTC 2024 Modified Files: src/external/mit/xorg/lib/gallium: Makefile Log Message: gallium: Sprinkle -O1 to vl_bicubic_filter.c for GCC12/m68k as done for gallium.old. Other files can be built by GCC 12.4 somehow.

CVS commit: src/external/mit/xorg/lib/gallium

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 17 11:34:47 UTC 2024 Modified Files: src/external/mit/xorg/lib/gallium: Makefile Log Message: gallium: Sprinkle -O1 to vl_bicubic_filter.c for GCC12/m68k as done for gallium.old. Other files can be built by GCC 12.4 somehow.

CVS commit: src/external/gpl3/gcc/usr.bin/cc1

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 17 11:27:03 UTC 2024 Modified Files: src/external/gpl3/gcc/usr.bin/cc1: Makefile Log Message: gcc: cc1/Makefile: Fix previous; stop clobbering COPTS.foo for m68k -fno-jump-tables hack in ../Makefile.inc. To generate a diff

CVS commit: src/external/gpl3/gcc/usr.bin/cc1

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 17 11:27:03 UTC 2024 Modified Files: src/external/gpl3/gcc/usr.bin/cc1: Makefile Log Message: gcc: cc1/Makefile: Fix previous; stop clobbering COPTS.foo for m68k -fno-jump-tables hack in ../Makefile.inc. To generate a diff

CVS commit: src/sys/arch/i386/stand/lib

2024-08-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Aug 17 08:38:31 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: biosmemx.S bootinfo_memmap.c getextmemx.c Log Message: Allocate buf[6] instead of buf[5] to work around buggy firmware, which may write mementry to 24 bytes

CVS commit: src/sys/arch/i386/stand/lib

2024-08-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Aug 17 08:38:31 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: biosmemx.S bootinfo_memmap.c getextmemx.c Log Message: Allocate buf[6] instead of buf[5] to work around buggy firmware, which may write mementry to 24 bytes

CVS commit: src/sys/dev/acpi

2024-08-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Aug 17 07:00:35 UTC 2024 Modified Files: src/sys/dev/acpi: sdhc_acpi.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/acpi/sdhc_acpi.c Please note that diffs are no

CVS commit: src/sys/dev/acpi

2024-08-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Aug 17 07:00:35 UTC 2024 Modified Files: src/sys/dev/acpi: sdhc_acpi.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/acpi/sdhc_acpi.c Please note that diffs are no