CVS commit: src/external/gpl2/texinfo/dist/makeinfo

2024-05-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 5 15:26:20 UTC 2024 Modified Files: src/external/gpl2/texinfo/dist/makeinfo: index.c Log Message: makeinfo: Avoid ambiguous bracelessness.

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

2024-05-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 5 15:25:31 UTC 2024 Modified Files: src/external/mit/xorg/lib/dri: Makefile src/external/mit/xorg/lib/dri.old: Makefile Log Message: mesa: Build with -Wno-error=typedef-redefinition. While here, use

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

2024-05-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 5 15:25:31 UTC 2024 Modified Files: src/external/mit/xorg/lib/dri: Makefile src/external/mit/xorg/lib/dri.old: Makefile Log Message: mesa: Build with -Wno-error=typedef-redefinition. While here, use

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

2024-05-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 5 15:18:10 UTC 2024 Modified Files: src/sys/arch/aarch64/include: sljit_machdep.h Log Message: aarch64/sljit_machdep.h: Make this work in compat32 context. Should fix clang build of compat32 eabi libsljit: dependall

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

2024-05-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 5 15:18:10 UTC 2024 Modified Files: src/sys/arch/aarch64/include: sljit_machdep.h Log Message: aarch64/sljit_machdep.h: Make this work in compat32 context. Should fix clang build of compat32 eabi libsljit: dependall

CVS commit: src/lib/libm

2024-05-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 5 14:53:22 UTC 2024 Modified Files: src/lib/libm: Makefile Log Message: libm: No s_rintl.c on mips32. This is only for machines where long double is not double. Not 100% sure this is the right criterion, but there's

CVS commit: src/lib/libm

2024-05-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 5 14:53:22 UTC 2024 Modified Files: src/lib/libm: Makefile Log Message: libm: No s_rintl.c on mips32. This is only for machines where long double is not double. Not 100% sure this is the right criterion, but there's

CVS commit: src/tests/lib/libm

2024-05-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 5 14:34:58 UTC 2024 Modified Files: src/tests/lib/libm: t_next.c Log Message: tests/lib/libm/t_next: Fix stub on VAX. Tested building the wrong tree, oops. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/tests/lib/libm

2024-05-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 5 14:34:58 UTC 2024 Modified Files: src/tests/lib/libm: t_next.c Log Message: tests/lib/libm/t_next: Fix stub on VAX. Tested building the wrong tree, oops. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/tests/lib/libm

2024-05-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 5 14:29:38 UTC 2024 Modified Files: src/tests/lib/libm: t_next.c Log Message: tests/lib/libm/t_next: Disable this test on VAX. But leave a replacement xfail test that fails unconditionally, to leave a reminder in the

CVS commit: src/tests/lib/libm

2024-05-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 5 14:29:38 UTC 2024 Modified Files: src/tests/lib/libm: t_next.c Log Message: tests/lib/libm/t_next: Disable this test on VAX. But leave a replacement xfail test that fails unconditionally, to leave a reminder in the

CVS commit: src/lib/libm/src

2024-05-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 5 14:06:47 UTC 2024 Modified Files: src/lib/libm/src: s_nexttowardf.c Log Message: libm/s_nexttowardf.c: Handle __HAVE_LONG_DOUBLE, LDBL_IMPLICIT_NBIT. We should arrange to just have LDBL_NBIT unconditionally defined

CVS commit: src/lib/libm/src

2024-05-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 5 14:06:47 UTC 2024 Modified Files: src/lib/libm/src: s_nexttowardf.c Log Message: libm/s_nexttowardf.c: Handle __HAVE_LONG_DOUBLE, LDBL_IMPLICIT_NBIT. We should arrange to just have LDBL_NBIT unconditionally defined

CVS commit: src/lib/libm/src

2024-05-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 5 11:38:03 UTC 2024 Modified Files: src/lib/libm/src: s_nexttowardf.c Log Message: libm: Make s_nexttowardf.c work when long double is double. Seems likely that there are other parts of libm which would benefit from

CVS commit: src/lib/libm/src

2024-05-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 5 11:38:03 UTC 2024 Modified Files: src/lib/libm/src: s_nexttowardf.c Log Message: libm: Make s_nexttowardf.c work when long double is double. Seems likely that there are other parts of libm which would benefit from

CVS commit: src/lib/libm

2024-05-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 5 11:07:49 UTC 2024 Modified Files: src/lib/libm: Makefile Log Message: libm: long double is just double on arm, so don't use s_rintl.c. PR misc/58054 To generate a diff of this commit: cvs rdiff -u -r1.228 -r1.229

CVS commit: src/lib/libm

2024-05-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 5 11:07:49 UTC 2024 Modified Files: src/lib/libm: Makefile Log Message: libm: long double is just double on arm, so don't use s_rintl.c. PR misc/58054 To generate a diff of this commit: cvs rdiff -u -r1.228 -r1.229

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

2024-05-05 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun May 5 07:36:38 UTC 2024 Modified Files: src/sys/arch/hp300/stand/mkboot: mkboot.c Log Message: Fix integer overflow of strtol(3) for "loadpoint" address on ILP32 hosts. This strtol(3) was introduced in rev 1.12 for

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

2024-05-05 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun May 5 07:36:38 UTC 2024 Modified Files: src/sys/arch/hp300/stand/mkboot: mkboot.c Log Message: Fix integer overflow of strtol(3) for "loadpoint" address on ILP32 hosts. This strtol(3) was introduced in rev 1.12 for

CVS commit: src

2024-05-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 5 02:53:02 UTC 2024 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi src/tests/lib/libm: Makefile Added Files: src/tests/lib/libm: t_next.c Log Message:

CVS commit: src

2024-05-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 5 02:53:02 UTC 2024 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi src/tests/lib/libm: Makefile Added Files: src/tests/lib/libm: t_next.c Log Message:

CVS commit: src

2024-05-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 5 02:50:11 UTC 2024 Modified Files: src: UPDATING src/lib/libm: Makefile Added Files: src/lib/libm/arch/i387: s_rintl.S Log Message: libm: New s_rintl.S for x86. Prompted by PR lib/58054. To

CVS commit: src

2024-05-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 5 02:50:11 UTC 2024 Modified Files: src: UPDATING src/lib/libm: Makefile Added Files: src/lib/libm/arch/i387: s_rintl.S Log Message: libm: New s_rintl.S for x86. Prompted by PR lib/58054. To

CVS commit: src/tests/usr.bin/mtree

2024-05-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 4 20:24:37 UTC 2024 Modified Files: src/tests/usr.bin/mtree: t_sets.sh Log Message: tests/usr.bin/mtree: Fail gracefully with unknown sets. Rather than `bogus test program', make a test fail. PR misc/57877 To

CVS commit: src/tests/usr.bin/mtree

2024-05-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 4 20:24:37 UTC 2024 Modified Files: src/tests/usr.bin/mtree: t_sets.sh Log Message: tests/usr.bin/mtree: Fail gracefully with unknown sets. Rather than `bogus test program', make a test fail. PR misc/57877 To

CVS commit: src/lib/libm/src

2024-05-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 4 19:21:51 UTC 2024 Modified Files: src/lib/libm/src: s_rintl.c Log Message: s_rintl.c: Reduce FreeBSD diff and fix on ld128 platforms. EXT_FRACBITS, the number of bits in the _binary encoding_ that stores the

CVS commit: src/lib/libm/src

2024-05-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 4 19:21:51 UTC 2024 Modified Files: src/lib/libm/src: s_rintl.c Log Message: s_rintl.c: Reduce FreeBSD diff and fix on ld128 platforms. EXT_FRACBITS, the number of bits in the _binary encoding_ that stores the

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

2024-05-04 Thread Jeremy C. Reed
Module Name:src Committed By: reed Date: Sat May 4 19:16:23 UTC 2024 Modified Files: src/distrib/sets/lists/man: mi Log Message: add the catman pages to the set for mkcsmapper and mkesdb To generate a diff of this commit: cvs rdiff -u -r1.1774 -r1.1775

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

2024-05-04 Thread Jeremy C. Reed
Module Name:src Committed By: reed Date: Sat May 4 19:16:23 UTC 2024 Modified Files: src/distrib/sets/lists/man: mi Log Message: add the catman pages to the set for mkcsmapper and mkesdb To generate a diff of this commit: cvs rdiff -u -r1.1774 -r1.1775

CVS commit: src

2024-05-04 Thread Jeremy C. Reed
Module Name:src Committed By: reed Date: Sat May 4 19:10:05 UTC 2024 Modified Files: src/distrib/sets/lists/man: mi src/distrib/sets/lists/manhtml: mi src/usr.bin/mkcsmapper: Makefile src/usr.bin/mkesdb: Makefile Log Message: Install the

CVS commit: src

2024-05-04 Thread Jeremy C. Reed
Module Name:src Committed By: reed Date: Sat May 4 19:10:05 UTC 2024 Modified Files: src/distrib/sets/lists/man: mi src/distrib/sets/lists/manhtml: mi src/usr.bin/mkcsmapper: Makefile src/usr.bin/mkesdb: Makefile Log Message: Install the

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

2024-05-04 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Sat May 4 18:22:59 UTC 2024 Modified Files: src/external/cddl/osnet/dist/tools/ctf/cvt: ctfmerge.c Log Message: ctfmerge: obey CTFMERGE_TERMINATE_NO_UNLINK as a tool too To generate a diff of this commit: cvs rdiff -u -r1.19

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

2024-05-04 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Sat May 4 18:22:59 UTC 2024 Modified Files: src/external/cddl/osnet/dist/tools/ctf/cvt: ctfmerge.c Log Message: ctfmerge: obey CTFMERGE_TERMINATE_NO_UNLINK as a tool too To generate a diff of this commit: cvs rdiff -u -r1.19

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

2024-05-04 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Sat May 4 18:20:44 UTC 2024 Modified Files: src/external/cddl/osnet/usr.bin/ctfmerge: ctfmerge.1 Log Message: ctfmerge(1): brush up markup To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2024-05-04 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Sat May 4 18:20:44 UTC 2024 Modified Files: src/external/cddl/osnet/usr.bin/ctfmerge: ctfmerge.1 Log Message: ctfmerge(1): brush up markup To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/common/lib/libc/gen

2024-05-04 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sat May 4 17:58:24 UTC 2024 Modified Files: src/common/lib/libc/gen: radixtree.c Log Message: radixtree: allocate memory with KM_NOSLEEP to prevent pagedaemon hangs Revert the part of rev 1.32 (reapplying "Do away with separate

CVS commit: src/common/lib/libc/gen

2024-05-04 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sat May 4 17:58:24 UTC 2024 Modified Files: src/common/lib/libc/gen: radixtree.c Log Message: radixtree: allocate memory with KM_NOSLEEP to prevent pagedaemon hangs Revert the part of rev 1.32 (reapplying "Do away with separate

CVS commit: src/doc

2024-05-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 4 16:57:15 UTC 2024 Modified Files: src/doc: CHANGES Log Message: Note about recent hp300 topcat(4) framebuffer improvements. To generate a diff of this commit: cvs rdiff -u -r1.3052 -r1.3053 src/doc/CHANGES Please

CVS commit: src/doc

2024-05-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 4 16:57:15 UTC 2024 Modified Files: src/doc: CHANGES Log Message: Note about recent hp300 topcat(4) framebuffer improvements. To generate a diff of this commit: cvs rdiff -u -r1.3052 -r1.3053 src/doc/CHANGES Please

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

2024-05-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 4 16:06:57 UTC 2024 Modified Files: src/sys/arch/hp300/dev: topcat.c Log Message: Add comments about quirks of 98542/98543 framebuffers with 1024x400 pixels. To generate a diff of this commit: cvs rdiff -u -r1.11

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

2024-05-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 4 16:06:57 UTC 2024 Modified Files: src/sys/arch/hp300/dev: topcat.c Log Message: Add comments about quirks of 98542/98543 framebuffers with 1024x400 pixels. To generate a diff of this commit: cvs rdiff -u -r1.11

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

2024-05-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 4 14:48:28 UTC 2024 Modified Files: src/lib/libc/arch/hppa/gen: _setjmp.S Log Message: Remove magic numbers. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/arch/hppa/gen/_setjmp.S Please

CVS commit: src/sys/arch/amiga/amiga

2024-05-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 4 13:45:10 UTC 2024 Modified Files: src/sys/arch/amiga/amiga: trap.c Log Message: Don't panic on NULL pointer dereference when done by copyin, ... To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143

CVS commit: src/sys/arch/amiga/amiga

2024-05-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 4 13:45:10 UTC 2024 Modified Files: src/sys/arch/amiga/amiga: trap.c Log Message: Don't panic on NULL pointer dereference when done by copyin, ... To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143

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/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

<    1   2   3   4   5   6   7   8   9   10   >