Re: CVS commit: src/tests/lib/libm

2024-05-01 Thread Robert Elz
And yes, I know, it should have been 2^50 not 10^50... kre

CVS commit: src/tests/lib/libm

2024-05-01 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu May 2 03:30:07 UTC 2024 Modified Files: src/tests/lib/libm: t_fe_round.c Log Message: Use intmax_t instead of long int when trying to represent very large integers (10^50 or so), so we don't exceed the capacity of systems where

CVS commit: src/tests/lib/libm

2024-05-01 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu May 2 03:30:07 UTC 2024 Modified Files: src/tests/lib/libm: t_fe_round.c Log Message: Use intmax_t instead of long int when trying to represent very large integers (10^50 or so), so we don't exceed the capacity of systems where

CVS commit: src/tests/lib/libm

2024-05-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 2 00:01:48 UTC 2024 Modified Files: src/tests/lib/libm: t_fe_round.c Log Message: tests/lib/libm/t_fe_round: Test nearbyintl. This uses inputs that can't be distinguished with only 53 bits of precision, so it should

CVS commit: src/tests/lib/libm

2024-05-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 2 00:01:48 UTC 2024 Modified Files: src/tests/lib/libm: t_fe_round.c Log Message: tests/lib/libm/t_fe_round: Test nearbyintl. This uses inputs that can't be distinguished with only 53 bits of precision, so it should

CVS commit: src/tests/lib/libm

2024-05-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 2 00:00:47 UTC 2024 Modified Files: src/tests/lib/libm: t_fe_round.c Log Message: tests/lib/libm/t_fe_round: Tidy up nearbyint test. Prompted by PR lib/58054. To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/tests/lib/libm

2024-05-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 2 00:00:47 UTC 2024 Modified Files: src/tests/lib/libm: t_fe_round.c Log Message: tests/lib/libm/t_fe_round: Tidy up nearbyint test. Prompted by PR lib/58054. To generate a diff of this commit: cvs rdiff -u -r1.9

Re: CVS commit: src/lib/libutil

2024-05-01 Thread Robert Elz
Date:Wed, 1 May 2024 22:27:02 +0200 From:Roland Illig Message-ID: <754bd755-be0a-4eff-aa7b-d53fce9b4...@gmx.de> | > Log Message: | > next should increement by 1 not 2. | | Are you sure? I agree, that change should be reverted. "next" is even documented to

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

2024-05-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 1 21:34:48 UTC 2024 Modified Files: src/external/mit/xorg/lib/gallium: Makefile Log Message: Allow c99 array designators To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

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

2024-05-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 1 21:34:48 UTC 2024 Modified Files: src/external/mit/xorg/lib/gallium: Makefile Log Message: Allow c99 array designators To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

Re: CVS commit: src/lib/libutil

2024-05-01 Thread Roland Illig
Am 01.05.2024 um 21:59 schrieb Christos Zoulas: > Module Name: src > Committed By: christos > Date: Wed May 1 19:59:08 UTC 2024 > > Modified Files: > src/lib/libutil: parsedate.y > > Log Message: > next should increement by 1 not 2. Are you sure? I get these test results: >

CVS commit: src/lib/libutil

2024-05-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 1 19:59:08 UTC 2024 Modified Files: src/lib/libutil: parsedate.y Log Message: next should increement by 1 not 2. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/lib/libutil/parsedate.y Please note

CVS commit: src/lib/libutil

2024-05-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 1 19:59:08 UTC 2024 Modified Files: src/lib/libutil: parsedate.y Log Message: next should increement by 1 not 2. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/lib/libutil/parsedate.y Please note

CVS commit: src/distrib/notes/hp300

2024-05-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed May 1 19:40:56 UTC 2024 Modified Files: src/distrib/notes/hp300: hardware Log Message: Add 98542 and 98543 framebuffers to supported "Graphics Devices" section. I hope someone will sync a list of supported devices in port

CVS commit: src/distrib/notes/hp300

2024-05-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed May 1 19:40:56 UTC 2024 Modified Files: src/distrib/notes/hp300: hardware Log Message: Add 98542 and 98543 framebuffers to supported "Graphics Devices" section. I hope someone will sync a list of supported devices in port

CVS commit: src/share/man/man4/man4.hp300

2024-05-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed May 1 19:34:19 UTC 2024 Modified Files: src/share/man/man4/man4.hp300: topcat.4 Log Message: Note that 98542 and 98543 variants are also supported by topcat(4). To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/share/man/man4/man4.hp300

2024-05-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed May 1 19:34:19 UTC 2024 Modified Files: src/share/man/man4/man4.hp300: topcat.4 Log Message: Note that 98542 and 98543 variants are also supported by topcat(4). To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2024-05-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed May 1 19:28:33 UTC 2024 Modified Files: src/sys/arch/hp300/dev: diofb.c diofbvar.h topcat.c Log Message: Fix topcat(4) problems on some models that cause garbages on screen. - Make sure that windowmove (hardware BITBLT)

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

2024-05-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed May 1 19:28:33 UTC 2024 Modified Files: src/sys/arch/hp300/dev: diofb.c diofbvar.h topcat.c Log Message: Fix topcat(4) problems on some models that cause garbages on screen. - Make sure that windowmove (hardware BITBLT)

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

2024-05-01 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed May 1 19:11:46 UTC 2024 Modified Files: src/sys/arch/zaurus/dev: wm8750_zaudio.c Log Message: s/Diffrential/Differential/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2024-05-01 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed May 1 19:11:46 UTC 2024 Modified Files: src/sys/arch/zaurus/dev: wm8750_zaudio.c Log Message: s/Diffrential/Differential/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libc/compiler_rt

2024-05-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 1 18:38:15 UTC 2024 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: fix clang lint build. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/lib/libc/compiler_rt/Makefile.inc

CVS commit: src/lib/libc/compiler_rt

2024-05-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 1 18:38:15 UTC 2024 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: fix clang lint build. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/lib/libc/compiler_rt/Makefile.inc

CVS commit: src

2024-05-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed May 1 17:42:58 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: decl.c src/usr.bin/xlint/lint1: tree.c Log Message: lint: make 'offsetof(t, array-member)' a constant expression The macro 'offsetof(t, m)'

CVS commit: src

2024-05-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed May 1 17:42:58 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: decl.c src/usr.bin/xlint/lint1: tree.c Log Message: lint: make 'offsetof(t, array-member)' a constant expression The macro 'offsetof(t, m)'

CVS commit: src/sys/arch/i386/eisa

2024-05-01 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed May 1 16:28:33 UTC 2024 Modified Files: src/sys/arch/i386/eisa: eisa_machdep.c Log Message: Make eisa_machdep build without NIOAPIC > 0 by extracting irq definition. To generate a diff of this commit: cvs rdiff -u -r1.41

CVS commit: src/sys/arch/i386/eisa

2024-05-01 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed May 1 16:28:33 UTC 2024 Modified Files: src/sys/arch/i386/eisa: eisa_machdep.c Log Message: Make eisa_machdep build without NIOAPIC > 0 by extracting irq definition. To generate a diff of this commit: cvs rdiff -u -r1.41

CVS commit: src/sys/conf

2024-05-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 1 14:52:01 UTC 2024 Modified Files: src/sys/conf: newvers.mk newvers.sh Log Message: PR/58220: Kouichi Hashikawa: use ${TOOL_AWK} To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/conf/newvers.mk

CVS commit: src/sys/conf

2024-05-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 1 14:52:01 UTC 2024 Modified Files: src/sys/conf: newvers.mk newvers.sh Log Message: PR/58220: Kouichi Hashikawa: use ${TOOL_AWK} To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/conf/newvers.mk

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

2024-05-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed May 1 12:36:56 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: decl.c decl_enum.c Log Message: tests/lint: test large enum constants and offsetof with array members To generate a diff of this commit: cvs rdiff -u

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

2024-05-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed May 1 12:36:56 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: decl.c decl_enum.c Log Message: tests/lint: test large enum constants and offsetof with array members To generate a diff of this commit: cvs rdiff -u

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

2024-05-01 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed May 1 11:40:25 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: Increase the estimate of disk space required for the test, as the old estimate recently proved too optimistic on the amd64 testbed on b4.

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

2024-05-01 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed May 1 11:40:25 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: Increase the estimate of disk space required for the test, as the old estimate recently proved too optimistic on the amd64 testbed on b4.

CVS commit: src/sys/compat/netbsd32

2024-05-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed May 1 11:32:29 UTC 2024 Modified Files: src/sys/compat/netbsd32: netbsd32_compat_16.c Log Message: Enable compat sigreturn system call. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/compat/netbsd32

2024-05-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed May 1 11:32:29 UTC 2024 Modified Files: src/sys/compat/netbsd32: netbsd32_compat_16.c Log Message: Enable compat sigreturn system call. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/share/man/man4

2024-05-01 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed May 1 11:22:06 UTC 2024 Modified Files: src/share/man/man4: wm.4 Log Message: Fix typos (nerwork->network, exepense->expense). To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/share/man/man4/wm.4 Please

CVS commit: src/share/man/man4

2024-05-01 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed May 1 11:22:06 UTC 2024 Modified Files: src/share/man/man4: wm.4 Log Message: Fix typos (nerwork->network, exepense->expense). To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/share/man/man4/wm.4 Please

CVS commit: src

2024-05-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed May 1 10:30:56 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: gcc_attribute_aligned.c src/usr.bin/xlint/lint1: decl.c Log Message: lint: fix size of struct with large alignment Lint now successfully passes

CVS commit: src

2024-05-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed May 1 10:30:56 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: gcc_attribute_aligned.c src/usr.bin/xlint/lint1: decl.c Log Message: lint: fix size of struct with large alignment Lint now successfully passes

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

2024-05-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed May 1 08:58:34 UTC 2024 Modified Files: src/sys/arch/hp300/dev: topcat.c Log Message: Add DELAY(9) to make palette register settings stable on 98543 in HP360. Note 98547 (6 bpp variant) on HP370 (68030 33MHz) doesn't need

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

2024-05-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed May 1 08:58:34 UTC 2024 Modified Files: src/sys/arch/hp300/dev: topcat.c Log Message: Add DELAY(9) to make palette register settings stable on 98543 in HP360. Note 98547 (6 bpp variant) on HP370 (68030 33MHz) doesn't need

CVS commit: src/sys/sys

2024-05-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed May 1 07:43:42 UTC 2024 Modified Files: src/sys/sys: cdefs.h Log Message: sys/cdefs.h: pass __aligned to lint Lint could parse _Alignas and __attribute__((__aligned__(4))) previously but simply ignored them. Since today,

CVS commit: src/sys/sys

2024-05-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed May 1 07:43:42 UTC 2024 Modified Files: src/sys/sys: cdefs.h Log Message: sys/cdefs.h: pass __aligned to lint Lint could parse _Alignas and __attribute__((__aligned__(4))) previously but simply ignored them. Since today,

CVS commit: src

2024-05-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed May 1 07:40:11 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: expr_precedence.c gcc_attribute_aligned.c src/usr.bin/xlint/lint1: cgram.y debug.c decl.c externs1.h lint1.h Log Message: lint:

CVS commit: src

2024-05-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed May 1 07:40:11 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: expr_precedence.c gcc_attribute_aligned.c src/usr.bin/xlint/lint1: cgram.y debug.c decl.c externs1.h lint1.h Log Message: lint:

CVS commit: src/sys/compat/netbsd32

2024-05-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed May 1 07:22:43 UTC 2024 Modified Files: src/sys/compat/netbsd32: netbsd32_sysent.c Log Message: Revert previous, the syscall needs to be enabled at runtime. The compat_16 module just enables it for the "netbsd" emulation,

CVS commit: src/sys/compat/netbsd32

2024-05-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed May 1 07:22:43 UTC 2024 Modified Files: src/sys/compat/netbsd32: netbsd32_sysent.c Log Message: Revert previous, the syscall needs to be enabled at runtime. The compat_16 module just enables it for the "netbsd" emulation,