CVS commit: src/sys/kern

2024-05-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 4 13:33:18 UTC 2024 Modified Files: src/sys/kern: subr_iostat.c Log Message: Account for trailing NUL bytes when calculating userland buffer size. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/usr.bin/seq

2024-05-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 4 13:29:41 UTC 2024 Modified Files: src/usr.bin/seq: seq.c Log Message: Bail if increment is too small for the precision to avoid an infinite loop. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/usr.bin/seq

2024-05-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 4 13:29:41 UTC 2024 Modified Files: src/usr.bin/seq: seq.c Log Message: Bail if increment is too small for the precision to avoid an infinite loop. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/usr.bin/gzip

2024-05-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 4 13:18:06 UTC 2024 Modified Files: src/usr.bin/gzip: unlz.c Log Message: PR/58233: RVP: Fix lzip dictionary size calculation To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.bin/gzip/unlz.c

CVS commit: src/usr.bin/gzip

2024-05-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 4 13:18:06 UTC 2024 Modified Files: src/usr.bin/gzip: unlz.c Log Message: PR/58233: RVP: Fix lzip dictionary size calculation To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.bin/gzip/unlz.c

CVS commit: src/usr.bin/gzip

2024-05-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 4 13:17:03 UTC 2024 Modified Files: src/usr.bin/gzip: unlz.c unxz.c Log Message: PR/58223: RVP: Don't write to stdout when testing. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.bin/gzip/unlz.c

CVS commit: src/usr.bin/gzip

2024-05-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 4 13:17:03 UTC 2024 Modified Files: src/usr.bin/gzip: unlz.c unxz.c Log Message: PR/58223: RVP: Don't write to stdout when testing. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.bin/gzip/unlz.c

CVS commit: src/external/cddl/osnet/usr.bin/ctfmerge

2024-05-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 4 13:11:41 UTC 2024 Modified Files: src/external/cddl/osnet/usr.bin/ctfmerge: ctfmerge.1 Log Message: Document environment variable use. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/cddl/osnet/usr.bin/ctfmerge

2024-05-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 4 13:11:41 UTC 2024 Modified Files: src/external/cddl/osnet/usr.bin/ctfmerge: ctfmerge.1 Log Message: Document environment variable use. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/dev/usb

2024-05-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 4 12:49:16 UTC 2024 Modified Files: src/sys/dev/usb: uhub.c Log Message: Use device_printf instead of autoconf messages for errors. To generate a diff of this commit: cvs rdiff -u -r1.161 -r1.162

CVS commit: src/sys/dev/usb

2024-05-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 4 12:49:16 UTC 2024 Modified Files: src/sys/dev/usb: uhub.c Log Message: Use device_printf instead of autoconf messages for errors. To generate a diff of this commit: cvs rdiff -u -r1.161 -r1.162

CVS commit: src/sys/dev/usb

2024-05-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 4 12:45:14 UTC 2024 Modified Files: src/sys/dev/usb: usb_subr.c Log Message: Make usb address and hub topology available to drvctl. To generate a diff of this commit: cvs rdiff -u -r1.278 -r1.279

CVS commit: src/sys/dev/usb

2024-05-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 4 12:45:14 UTC 2024 Modified Files: src/sys/dev/usb: usb_subr.c Log Message: Make usb address and hub topology available to drvctl. To generate a diff of this commit: cvs rdiff -u -r1.278 -r1.279

CVS commit: src/lib/libc/arch/riscv/gen

2024-05-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 4 12:43:36 UTC 2024 Modified Files: src/lib/libc/arch/riscv/gen: makecontext.c Log Message: makecontext: correct the type to setup register based arguments. Use __greg_t rather than int for register based arguments. This

CVS commit: src/lib/libc/arch/riscv/gen

2024-05-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 4 12:43:36 UTC 2024 Modified Files: src/lib/libc/arch/riscv/gen: makecontext.c Log Message: makecontext: correct the type to setup register based arguments. Use __greg_t rather than int for register based arguments. This

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

2024-05-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 4 12:42:09 UTC 2024 Modified Files: src/sys/arch/riscv/include: mcontext.h Log Message: Fix the __greg_t typedef for riscv32 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2024-05-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 4 12:42:09 UTC 2024 Modified Files: src/sys/arch/riscv/include: mcontext.h Log Message: Fix the __greg_t typedef for riscv32 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/dev/usb

2024-05-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 4 12:41:03 UTC 2024 Modified Files: src/sys/dev/usb: usbnet.c Log Message: Use device_printf instead of autoconf messages for errors. To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120

CVS commit: src/sys/dev/usb

2024-05-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 4 12:41:03 UTC 2024 Modified Files: src/sys/dev/usb: usbnet.c Log Message: Use device_printf instead of autoconf messages for errors. To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120

CVS commit: src/doc

2024-05-04 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat May 4 09:37:39 UTC 2024 Modified Files: src/doc: CHANGES Log Message: recent changes To generate a diff of this commit: cvs rdiff -u -r1.3051 -r1.3052 src/doc/CHANGES Please note that diffs are not public domain; they are

CVS commit: src/doc

2024-05-04 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat May 4 09:37:39 UTC 2024 Modified Files: src/doc: CHANGES Log Message: recent changes To generate a diff of this commit: cvs rdiff -u -r1.3051 -r1.3052 src/doc/CHANGES Please note that diffs are not public domain; they are

CVS commit: src/sys/arch/hppa/stand/boot

2024-05-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 4 07:04:24 UTC 2024 Modified Files: src/sys/arch/hppa/stand/boot: Makefile Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hppa/stand/boot/Makefile Please note that

CVS commit: src/sys/arch/hppa/stand/boot

2024-05-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 4 07:04:24 UTC 2024 Modified Files: src/sys/arch/hppa/stand/boot: Makefile Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hppa/stand/boot/Makefile Please note that

CVS commit: src

2024-05-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 4 06:52:17 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_004.c msg_005.c src/usr.bin/xlint/lint1: decl.c Log Message: lint: increase debug logging for declarations All changes to the global

CVS commit: src

2024-05-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 4 06:52:17 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_004.c msg_005.c src/usr.bin/xlint/lint1: decl.c Log Message: lint: increase debug logging for declarations All changes to the global

CVS commit: src/lib/libc/stdio

2024-05-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 4 05:50:49 UTC 2024 Modified Files: src/lib/libc/stdio: mktemp.3 Log Message: mktemp.3: mkdtemp is no longer nonstandard Reported by Aleksey Cheusov on tech-userlevel. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libc/stdio

2024-05-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 4 05:50:49 UTC 2024 Modified Files: src/lib/libc/stdio: mktemp.3 Log Message: mktemp.3: mkdtemp is no longer nonstandard Reported by Aleksey Cheusov on tech-userlevel. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/fs/msdosfs

2024-05-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 4 05:49:39 UTC 2024 Modified Files: src/sys/fs/msdosfs: msdosfs_rename.c Log Message: >From genfs_rename.c: * XXX Want a better equality test. `tcnp->cn_cred == cred' * hoses p2k because puffs

CVS commit: src/sys/fs/msdosfs

2024-05-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 4 05:49:39 UTC 2024 Modified Files: src/sys/fs/msdosfs: msdosfs_rename.c Log Message: >From genfs_rename.c: * XXX Want a better equality test. `tcnp->cn_cred == cred' * hoses p2k because puffs

CVS commit: src

2024-05-03 Thread David Young
Module Name:src Committed By: dyoung Date: Sat May 4 02:21:49 UTC 2024 Modified Files: src/distrib/sets/lists/dtb: ad.earmv7 ad.earmv7hf ad.earmv7hfeb src/sys/external/gpl2/dts/dist/arch/arm/boot/dts: Makefile Added Files: src/sys/arch/arm/dts:

CVS commit: src

2024-05-03 Thread David Young
Module Name:src Committed By: dyoung Date: Sat May 4 02:21:49 UTC 2024 Modified Files: src/distrib/sets/lists/dtb: ad.earmv7 ad.earmv7hf ad.earmv7hfeb src/sys/external/gpl2/dts/dist/arch/arm/boot/dts: Makefile Added Files: src/sys/arch/arm/dts:

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

2024-05-03 Thread David Young
Module Name:src Committed By: dyoung Date: Sat May 4 02:04:55 UTC 2024 Modified Files: src/sys/arch/arm/xilinx: zynq_uart.c Log Message: Initialize `struct consdev` members cn_dev and cn_pri like other UART drivers do. If cn_dev is 0 instead of NODEV, then the kernel

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

2024-05-03 Thread David Young
Module Name:src Committed By: dyoung Date: Sat May 4 02:04:55 UTC 2024 Modified Files: src/sys/arch/arm/xilinx: zynq_uart.c Log Message: Initialize `struct consdev` members cn_dev and cn_pri like other UART drivers do. If cn_dev is 0 instead of NODEV, then the kernel

CVS commit: src/distrib/riscv/ramdisk

2024-05-03 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sat May 4 00:41:06 UTC 2024 Modified Files: src/distrib/riscv/ramdisk: Makefile Log Message: Add dhcpcd to riscv ramdisk, etc. Be consistent with configs for pretty much every other (modern) arch and provide dhcpcd, lest

CVS commit: src/distrib/riscv/ramdisk

2024-05-03 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sat May 4 00:41:06 UTC 2024 Modified Files: src/distrib/riscv/ramdisk: Makefile Log Message: Add dhcpcd to riscv ramdisk, etc. Be consistent with configs for pretty much every other (modern) arch and provide dhcpcd, lest

CVS commit: src/tests/lib/libm

2024-05-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri May 3 21:40:52 UTC 2024 Modified Files: src/tests/lib/libm: t_fe_round.c Log Message: tests/lib/libm/t_fe_round.c: Expand nearbyint/rint tests. PR lib/58054 To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/tests/lib/libm

2024-05-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri May 3 21:40:52 UTC 2024 Modified Files: src/tests/lib/libm: t_fe_round.c Log Message: tests/lib/libm/t_fe_round.c: Expand nearbyint/rint tests. PR lib/58054 To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/arch

2024-05-03 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri May 3 21:38:15 UTC 2024 Modified Files: src/sys/arch/cobalt/stand/boot: zs.c src/sys/arch/sgimips/stand/common: iris_zs.c Log Message: s/inerttupts/interrupts/ in comments. To generate a diff of this commit: cvs

CVS commit: src/sys/arch

2024-05-03 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri May 3 21:38:15 UTC 2024 Modified Files: src/sys/arch/cobalt/stand/boot: zs.c src/sys/arch/sgimips/stand/common: iris_zs.c Log Message: s/inerttupts/interrupts/ in comments. To generate a diff of this commit: cvs

CVS commit: src/etc/defaults

2024-05-03 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Fri May 3 20:48:59 UTC 2024 Modified Files: src/etc/defaults: npf.boot.conf Log Message: Allow DHCPv6 so that dhcpcd(8) does not complain at boot when using ia_pd option. To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/etc/defaults

2024-05-03 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Fri May 3 20:48:59 UTC 2024 Modified Files: src/etc/defaults: npf.boot.conf Log Message: Allow DHCPv6 so that dhcpcd(8) does not complain at boot when using ia_pd option. To generate a diff of this commit: cvs rdiff -u -r1.3

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

2024-05-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri May 3 19:16:13 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: expr_sizeof.c Log Message: tests/lint: fix supposedly platform-independent type definitions No idea where I got the previous type definitions from. The

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

2024-05-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri May 3 19:16:13 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: expr_sizeof.c Log Message: tests/lint: fix supposedly platform-independent type definitions No idea where I got the previous type definitions from. The

CVS commit: src/external/cddl/osnet/dist/tools/ctf/cvt

2024-05-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 3 15:50:42 UTC 2024 Modified Files: src/external/cddl/osnet/dist/tools/ctf/cvt: ctfmerge.c Log Message: add an environment variable to override the number ot threads. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/cddl/osnet/dist/tools/ctf/cvt

2024-05-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 3 15:50:42 UTC 2024 Modified Files: src/external/cddl/osnet/dist/tools/ctf/cvt: ctfmerge.c Log Message: add an environment variable to override the number ot threads. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/hp300/stand/mkboot

2024-05-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 3 15:39:50 UTC 2024 Modified Files: src/sys/arch/hp300/stand/mkboot: mkboot.c Log Message: Fix build as a tool (Jan-Benedict Glaw) To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/arch/hp300/stand/mkboot

2024-05-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 3 15:39:50 UTC 2024 Modified Files: src/sys/arch/hp300/stand/mkboot: mkboot.c Log Message: Fix build as a tool (Jan-Benedict Glaw) To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

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

2024-05-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri May 3 15:32:37 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: expr_sizeof.c Log Message: tests/lint: skip test for sizeof struct on 32-bit platforms Even though the test only uses fixed-size types, lint's computed

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

2024-05-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri May 3 15:32:37 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: expr_sizeof.c Log Message: tests/lint: skip test for sizeof struct on 32-bit platforms Even though the test only uses fixed-size types, lint's computed

Re: Clang vs. lint's strict bool mode (was: Re: CVS commit: src/usr.bin/base64)

2024-05-03 Thread Christos Zoulas
> On May 3, 2024, at 11:11 AM, Roland Illig wrote: > > Am 02.05.2024 um 22:44 schrieb Christos Zoulas: >> On 2024-05-02 3:04 pm, Christos Zoulas wrote: >>> This is with clang. >>> >> And I don't get it. Gcc produces: >> >> if (ignore && >> # 139 "base64.c" 3 4 >>

Clang vs. lint's strict bool mode (was: Re: CVS commit: src/usr.bin/base64)

2024-05-03 Thread Roland Illig
Am 02.05.2024 um 22:44 schrieb Christos Zoulas: > On 2024-05-02 3:04 pm, Christos Zoulas wrote: >> This is with clang. >> > And I don't get it. Gcc produces: > >if (ignore && > # 139 "base64.c" 3 4 > ((int)((_ctype_tab_ + 1)[( > # 139 "base64.c" > c > # 139

CVS commit: src/doc/roadmaps

2024-05-03 Thread Nia Alarie
Module Name:src Committed By: nia Date: Fri May 3 09:00:59 UTC 2024 Modified Files: src/doc/roadmaps: ports Log Message: update ports roadmap To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/doc/roadmaps/ports Please note that diffs are not public

CVS commit: src/doc/roadmaps

2024-05-03 Thread Nia Alarie
Module Name:src Committed By: nia Date: Fri May 3 09:00:59 UTC 2024 Modified Files: src/doc/roadmaps: ports Log Message: update ports roadmap To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/doc/roadmaps/ports Please note that diffs are not public

CVS commit: src/sys/arch/riscv/riscv

2024-05-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 3 07:24:31 UTC 2024 Modified Files: src/sys/arch/riscv/riscv: cpu_subr.c Log Message: Small simplification. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/riscv/riscv/cpu_subr.c Please

CVS commit: src/sys/arch/riscv/riscv

2024-05-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 3 07:24:31 UTC 2024 Modified Files: src/sys/arch/riscv/riscv: cpu_subr.c Log Message: Small simplification. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/riscv/riscv/cpu_subr.c Please

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

2024-05-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 3 07:11:14 UTC 2024 Modified Files: src/sys/arch/riscv/include: ptrace.h Log Message: Use the _X_FOO register macros instead of magic numbers. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2024-05-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 3 07:11:14 UTC 2024 Modified Files: src/sys/arch/riscv/include: ptrace.h Log Message: Use the _X_FOO register macros instead of magic numbers. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/uvm

2024-05-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 3 07:09:20 UTC 2024 Modified Files: src/sys/uvm: uvm_io.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/uvm/uvm_io.c Please note that diffs are not public domain; they are

CVS commit: src/sys/uvm

2024-05-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 3 07:09:20 UTC 2024 Modified Files: src/sys/uvm: uvm_io.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/uvm/uvm_io.c Please note that diffs are not public domain; they are

CVS commit: src/sys/uvm/pmap

2024-05-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 3 07:06:18 UTC 2024 Modified Files: src/sys/uvm/pmap: pmap.c Log Message: More debug. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/uvm/pmap/pmap.c Please note that diffs are not public domain;

CVS commit: src/sys/uvm/pmap

2024-05-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 3 07:06:18 UTC 2024 Modified Files: src/sys/uvm/pmap: pmap.c Log Message: More debug. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/uvm/pmap/pmap.c Please note that diffs are not public domain;

CVS commit: src/doc/roadmaps

2024-05-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 3 07:00:14 UTC 2024 Modified Files: src/doc/roadmaps: ports Log Message: Remove references to RISC-V. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/doc/roadmaps/ports Please note that diffs are not

CVS commit: src/doc/roadmaps

2024-05-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 3 07:00:14 UTC 2024 Modified Files: src/doc/roadmaps: ports Log Message: Remove references to RISC-V. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/doc/roadmaps/ports Please note that diffs are not

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

2024-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri May 3 04:04:18 UTC 2024 Modified Files: src/usr.bin/xlint/lint1: cgram.y debug.c decl.c externs1.h lint1.h tree.c Log Message: lint: measure the alignment in bytes, not bits While measuring the alignment in bits

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

2024-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri May 3 04:04:18 UTC 2024 Modified Files: src/usr.bin/xlint/lint1: cgram.y debug.c decl.c externs1.h lint1.h tree.c Log Message: lint: measure the alignment in bytes, not bits While measuring the alignment in bits

Re: CVS commit: src/usr.bin/base64

2024-05-02 Thread Christos Zoulas
On 2024-05-02 3:04 pm, Christos Zoulas wrote: On 2024-05-02 2:47 pm, Roland Illig wrote: Am 02.05.2024 um 17:45 schrieb Christos Zoulas: Module Name:src Committed By: christos Date: Thu May 2 15:45:36 UTC 2024 Modified Files: src/usr.bin/base64: Makefile Log Message:

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

2024-05-02 Thread Taylor R Campbell
> Date: Thu, 2 May 2024 21:04:38 +0200 > From: Roland Illig > > Am 02.05.2024 um 05:30 schrieb Robert Elz: > > 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 > > long int is only 32 bits. > > I

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

2024-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 2 20:03:33 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: expr_sizeof.c Log Message: tests/lint: demonstrate wrong struct size calculation To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

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

2024-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 2 20:03:33 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: expr_sizeof.c Log Message: tests/lint: demonstrate wrong struct size calculation To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

Re: CVS commit: src/usr.bin/base64

2024-05-02 Thread Christos Zoulas
On 2024-05-02 2:47 pm, Roland Illig wrote: Am 02.05.2024 um 17:45 schrieb Christos Zoulas: Module Name:src Committed By: christos Date: Thu May 2 15:45:36 UTC 2024 Modified Files: src/usr.bin/base64: Makefile Log Message: comment out strict boolean lint check because

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

2024-05-02 Thread Roland Illig
Am 02.05.2024 um 05:30 schrieb 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

Re: CVS commit: src/usr.bin/base64

2024-05-02 Thread Roland Illig
Am 02.05.2024 um 17:45 schrieb Christos Zoulas: > Module Name: src > Committed By: christos > Date: Thu May 2 15:45:36 UTC 2024 > > Modified Files: > src/usr.bin/base64: Makefile > > Log Message: > comment out strict boolean lint check because isspace() returns int and lint >

CVS commit: src/lib/libutil

2024-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 2 18:34:01 UTC 2024 Modified Files: src/lib/libutil: parsedate.3 Log Message: parsedate.3: resolve contradictory values for 'next' To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/lib/libutil

2024-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 2 18:34:01 UTC 2024 Modified Files: src/lib/libutil: parsedate.3 Log Message: parsedate.3: resolve contradictory values for 'next' To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/sys/arch/riscv

2024-05-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu May 2 18:18:17 UTC 2024 Modified Files: src/sys/arch/riscv/include: locore.h src/sys/arch/riscv/riscv: cpu_switch.S trap.c Log Message: risc-v: fix the error code when uvm_fault fails with cpu_set_onfault Return the

CVS commit: src/sys/arch/riscv

2024-05-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu May 2 18:18:17 UTC 2024 Modified Files: src/sys/arch/riscv/include: locore.h src/sys/arch/riscv/riscv: cpu_switch.S trap.c Log Message: risc-v: fix the error code when uvm_fault fails with cpu_set_onfault Return the

CVS commit: src/tests/lib/libm

2024-05-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 2 16:52:08 UTC 2024 Modified Files: src/tests/lib/libm: t_fe_round.c Log Message: tests/lib/libm/t_fe_round: Fix a missed cast. Need long long or intmax_t, not long, on LP32. PR lib/58054 To generate a diff of

CVS commit: src/tests/lib/libm

2024-05-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 2 16:52:08 UTC 2024 Modified Files: src/tests/lib/libm: t_fe_round.c Log Message: tests/lib/libm/t_fe_round: Fix a missed cast. Need long long or intmax_t, not long, on LP32. PR lib/58054 To generate a diff of

CVS commit: src/tests/lib/libm

2024-05-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 2 16:51:55 UTC 2024 Modified Files: src/tests/lib/libm: t_fe_round.c Log Message: tests/lib/libm/t_fe_round: Tidy up nearbyintl, sync nearbyint test. PR lib/58054 To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/lib/libm

2024-05-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 2 16:51:55 UTC 2024 Modified Files: src/tests/lib/libm: t_fe_round.c Log Message: tests/lib/libm/t_fe_round: Tidy up nearbyintl, sync nearbyint test. PR lib/58054 To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/base64

2024-05-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 2 15:45:36 UTC 2024 Modified Files: src/usr.bin/base64: Makefile Log Message: comment out strict boolean lint check because isspace() returns int and lint complains. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/base64

2024-05-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 2 15:45:36 UTC 2024 Modified Files: src/usr.bin/base64: Makefile Log Message: comment out strict boolean lint check because isspace() returns int and lint complains. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libutil

2024-05-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 2 14:19:56 UTC 2024 Modified Files: src/lib/libutil: parsedate.y Log Message: revert previous. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/lib/libutil/parsedate.y Please note that diffs are not

CVS commit: src/lib/libutil

2024-05-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 2 14:19:56 UTC 2024 Modified Files: src/lib/libutil: parsedate.y Log Message: revert previous. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/lib/libutil/parsedate.y Please note that diffs are not

CVS commit: src/tests/lib/libm

2024-05-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 2 11:55:49 UTC 2024 Modified Files: src/tests/lib/libm: t_fe_round.c Log Message: tests/lib/libm/t_fe_round.c: Simplify previous. There is never any need to write casts to type T in integer constant initializers for

CVS commit: src/tests/lib/libm

2024-05-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 2 11:55:49 UTC 2024 Modified Files: src/tests/lib/libm: t_fe_round.c Log Message: tests/lib/libm/t_fe_round.c: Simplify previous. There is never any need to write casts to type T in integer constant initializers for

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

<    4   5   6   7   8   9   10   11   12   13   >