CVS commit: src/tests/lib/libm

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 18:41:23 UTC 2024 Modified Files: src/tests/lib/libm: t_bit.c Log Message: tests/lib/libm/t_bit: Expand and tidy. 1. Instead of calling out VAX by name, use #ifdef NAN. 2. Verify signbit works on long double on

CVS commit: src/tests/lib/libm

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 18:41:23 UTC 2024 Modified Files: src/tests/lib/libm: t_bit.c Log Message: tests/lib/libm/t_bit: Expand and tidy. 1. Instead of calling out VAX by name, use #ifdef NAN. 2. Verify signbit works on long double on

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

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 18:39:36 UTC 2024 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: tests/lib/libc/stdlib/t_strtod: Spruce up and nix needless #ifdefs. To generate a diff of this commit: cvs rdiff -u -r1.35

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

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 18:39:36 UTC 2024 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: tests/lib/libc/stdlib/t_strtod: Spruce up and nix needless #ifdefs. To generate a diff of this commit: cvs rdiff -u -r1.35

CVS commit: src/tests/lib/libm

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 18:35:59 UTC 2024 Modified Files: src/tests/lib/libm: t_modf.c Log Message: tests/lib/libm/t_modf: Use isinf(INFINITY) to detect inf support. Apparently VAX defines the INFINITY macro even though it's not actually

CVS commit: src/tests/lib/libm

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 18:35:59 UTC 2024 Modified Files: src/tests/lib/libm: t_modf.c Log Message: tests/lib/libm/t_modf: Use isinf(INFINITY) to detect inf support. Apparently VAX defines the INFINITY macro even though it's not actually

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

2024-05-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon May 6 18:08:49 UTC 2024 Modified Files: src/sys/arch/hp300/stand/mkboot: mkboot.c Log Message: Misc cosmetic changes for mostly readability. - KNF and add some newlines per blocks - define and use proper bintobcd() macro -

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

2024-05-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon May 6 18:08:49 UTC 2024 Modified Files: src/sys/arch/hp300/stand/mkboot: mkboot.c Log Message: Misc cosmetic changes for mostly readability. - KNF and add some newlines per blocks - define and use proper bintobcd() macro -

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

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 17:53:43 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_floatunditf.c Log Message: tests/lib/libc/gen/t_floatunditf: Nix __HAVE_LONG_DOUBLE conditional. Conversion from uint64_t to long double should work on

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

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 17:53:43 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_floatunditf.c Log Message: tests/lib/libc/gen/t_floatunditf: Nix __HAVE_LONG_DOUBLE conditional. Conversion from uint64_t to long double should work on

CVS commit: src/lib/libm/arch/aarch64

2024-05-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 6 15:59:53 UTC 2024 Modified Files: src/lib/libm/arch/aarch64: fenv.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libm/arch/aarch64/fenv.c Please note that diffs

CVS commit: src/lib/libm/arch/aarch64

2024-05-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 6 15:59:53 UTC 2024 Modified Files: src/lib/libm/arch/aarch64: fenv.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libm/arch/aarch64/fenv.c Please note that diffs

CVS commit: src/tests/lib/libm

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 15:53:46 UTC 2024 Modified Files: src/tests/lib/libm: t_sincos.c Log Message: tests/lib/libm/t_sincos: Nix __HAVE_LONG_DOUBLE conditionals. sincosl is supposed to be there even if long double is double, as is the

CVS commit: src/tests/lib/libm

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 15:53:46 UTC 2024 Modified Files: src/tests/lib/libm: t_sincos.c Log Message: tests/lib/libm/t_sincos: Nix __HAVE_LONG_DOUBLE conditionals. sincosl is supposed to be there even if long double is double, as is the

CVS commit: src/lib/libm/noieee_src

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 15:52:53 UTC 2024 Modified Files: src/lib/libm/noieee_src: n_sincos1.c Log Message: libm: Expose sincosl on vax. PR 57881 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/lib/libm/noieee_src

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 15:52:53 UTC 2024 Modified Files: src/lib/libm/noieee_src: n_sincos1.c Log Message: libm: Expose sincosl on vax. PR 57881 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/lib/libm

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 15:49:31 UTC 2024 Modified Files: src/tests/lib/libm: t_scalbn.c Log Message: tests/lib/libm/t_scalbn: Nix __HAVE_LONG_DOUBLE conditionals. If long double is the same as double, i.e., __HAVE_LONG_DOUBLE is

CVS commit: src/tests/lib/libm

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 15:49:31 UTC 2024 Modified Files: src/tests/lib/libm: t_scalbn.c Log Message: tests/lib/libm/t_scalbn: Nix __HAVE_LONG_DOUBLE conditionals. If long double is the same as double, i.e., __HAVE_LONG_DOUBLE is

CVS commit: src/tests/lib/libm

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 15:46:31 UTC 2024 Modified Files: src/tests/lib/libm: t_precision.c Log Message: tests/lib/libm/t_precision: Nix __HAVE_LONG_DOUBLE conditionals. long double and LDBL_EPSILON work even on architectures where long

CVS commit: src/tests/lib/libm

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 15:46:31 UTC 2024 Modified Files: src/tests/lib/libm: t_precision.c Log Message: tests/lib/libm/t_precision: Nix __HAVE_LONG_DOUBLE conditionals. long double and LDBL_EPSILON work even on architectures where long

CVS commit: src/tests/lib/libm

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 15:45:20 UTC 2024 Modified Files: src/tests/lib/libm: t_cos.c Log Message: tests/lib/libm/t_cos: Fix comment about necessity of volatile. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/tests/lib/libm

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 15:45:20 UTC 2024 Modified Files: src/tests/lib/libm: t_cos.c Log Message: tests/lib/libm/t_cos: Fix comment about necessity of volatile. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/tests/lib/libm

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 15:44:08 UTC 2024 Modified Files: src/tests/lib/libm: t_cos.c Log Message: tests/lib/libm/t_cos: Nix __HAVE_LONG_DOUBLE. cosl should always be defined even on architectures where long double is the same as double

CVS commit: src/tests/lib/libm

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 15:44:08 UTC 2024 Modified Files: src/tests/lib/libm: t_cos.c Log Message: tests/lib/libm/t_cos: Nix __HAVE_LONG_DOUBLE. cosl should always be defined even on architectures where long double is the same as double

CVS commit: src/tests/lib/libm

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 15:40:55 UTC 2024 Modified Files: src/tests/lib/libm: t_cabsl.cxx Log Message: tests/lib/libm/t_cabsl: Nix __HAVE_LONG_DOUBLE conditionals. __HAVE_LONG_DOUBLE just means long double is different from double. This

CVS commit: src/tests/lib/libm

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 15:40:55 UTC 2024 Modified Files: src/tests/lib/libm: t_cabsl.cxx Log Message: tests/lib/libm/t_cabsl: Nix __HAVE_LONG_DOUBLE conditionals. __HAVE_LONG_DOUBLE just means long double is different from double. This

CVS commit: src/lib/libm/arch/vax

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 15:33:04 UTC 2024 Modified Files: src/lib/libm/arch/vax: n_sincos.S n_tan.S Log Message: libm: Expose sinl, cosl, tanl on vax. While here, make sin, cos, and tan be weak aliases for internal symbols _sin, _cos, and

CVS commit: src/lib/libm/arch/vax

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 15:33:04 UTC 2024 Modified Files: src/lib/libm/arch/vax: n_sincos.S n_tan.S Log Message: libm: Expose sinl, cosl, tanl on vax. While here, make sin, cos, and tan be weak aliases for internal symbols _sin, _cos, and

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

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 14:38:29 UTC 2024 Modified Files: src/tests/usr.bin/mtree: t_sets.sh Log Message: tests/usr.bin/mtree/t_sets.sh: atf_fail, not atf_tc_fail To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 14:38:29 UTC 2024 Modified Files: src/tests/usr.bin/mtree: t_sets.sh Log Message: tests/usr.bin/mtree/t_sets.sh: atf_fail, not atf_tc_fail To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/dev/hil

2024-05-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon May 6 13:27:50 UTC 2024 Modified Files: src/sys/dev/hil: hil.c Log Message: Fix "stray level 1 interrupt" panic by pressing keys during autoconf(9). Also explicitly initialize sc->sc_status = HIL_STATUS_BUSY in

CVS commit: src/sys/dev/hil

2024-05-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon May 6 13:27:50 UTC 2024 Modified Files: src/sys/dev/hil: hil.c Log Message: Fix "stray level 1 interrupt" panic by pressing keys during autoconf(9). Also explicitly initialize sc->sc_status = HIL_STATUS_BUSY in

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

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 12:11:03 UTC 2024 Modified Files: src/tests/lib/libc/setjmp: t_sigstack.c Log Message: tests/lib/libc/setjmp/t_sigstack: Add missing comment for 1.10. PR lib/57946 To generate a diff of this commit: cvs rdiff -u

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

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 12:11:03 UTC 2024 Modified Files: src/tests/lib/libc/setjmp: t_sigstack.c Log Message: tests/lib/libc/setjmp/t_sigstack: Add missing comment for 1.10. PR lib/57946 To generate a diff of this commit: cvs rdiff -u

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

2024-05-06 Thread matthew green
"Taylor R Campbell" writes: > 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

CVS commit: src

2024-05-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon May 6 08:43:37 UTC 2024 Modified Files: src/share/mk: bsd.kmodule.mk bsd.lib.mk bsd.prog.mk src/sys/conf: Makefile.kern.inc Log Message: use objcopy's --compress-debug-sections when creating debug files. this reduces

CVS commit: src

2024-05-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon May 6 08:43:37 UTC 2024 Modified Files: src/share/mk: bsd.kmodule.mk bsd.lib.mk bsd.prog.mk src/sys/conf: Makefile.kern.inc Log Message: use objcopy's --compress-debug-sections when creating debug files. this reduces

CVS commit: src/distrib/sets/lists

2024-05-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon May 6 08:38:51 UTC 2024 Modified Files: src/distrib/sets/lists/base32: ad.aarch64 ad.mips64el ad.mipsn64eb ad.mipsn64el ad.powerpc64 ad.riscv64 md.sparc64 src/distrib/sets/lists/base64: ad.mips64eb

CVS commit: src/distrib/sets/lists

2024-05-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon May 6 08:38:51 UTC 2024 Modified Files: src/distrib/sets/lists/base32: ad.aarch64 ad.mips64el ad.mipsn64eb ad.mipsn64el ad.powerpc64 ad.riscv64 md.sparc64 src/distrib/sets/lists/base64: ad.mips64eb

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

2024-05-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 6 07:29:30 UTC 2024 Modified Files: src/sys/arch/arm/include: setjmp.h Log Message: Improve the comment. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/include/setjmp.h Please note that

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

2024-05-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 6 07:29:30 UTC 2024 Modified Files: src/sys/arch/arm/include: setjmp.h Log Message: Improve the comment. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/include/setjmp.h Please note that

CVS commit: src/sys/uvm/pmap

2024-05-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 6 07:18:19 UTC 2024 Modified Files: src/sys/uvm/pmap: pmap.c Log Message: Fix 32bit UVMHIST builds To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/uvm/pmap/pmap.c Please note that diffs are not

CVS commit: src/sys/uvm/pmap

2024-05-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 6 07:18:19 UTC 2024 Modified Files: src/sys/uvm/pmap: pmap.c Log Message: Fix 32bit UVMHIST builds To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/uvm/pmap/pmap.c Please note that diffs are not

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

2024-05-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 6 06:58:00 UTC 2024 Modified Files: src/tests/lib/libc/setjmp: t_sigstack.c Log Message: arm has been fixed To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/lib/libc/setjmp/t_sigstack.c Please

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

2024-05-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 6 06:58:00 UTC 2024 Modified Files: src/tests/lib/libc/setjmp: t_sigstack.c Log Message: arm has been fixed To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/lib/libc/setjmp/t_sigstack.c Please

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

2024-05-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 6 06:57:32 UTC 2024 Modified Files: src/lib/libc/arch/arm/gen: setjmp.S Log Message: arm longjmp: Restore stack first, then signal mask. Otherwise, a pending signal may be delivered on the wrong stack when we restore the

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

2024-05-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 6 06:57:32 UTC 2024 Modified Files: src/lib/libc/arch/arm/gen: setjmp.S Log Message: arm longjmp: Restore stack first, then signal mask. Otherwise, a pending signal may be delivered on the wrong stack when we restore the

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

2024-05-06 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon May 6 06:06:41 UTC 2024 Modified Files: src/distrib/sets/lists/base32: md.sparc64 Log Message: sprinkle rump, gcc=12 etc. Now sparc64 with HAVE_GCC=12 and MKRUMP=no builds again To generate a diff of this commit: cvs

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

2024-05-06 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon May 6 06:06:41 UTC 2024 Modified Files: src/distrib/sets/lists/base32: md.sparc64 Log Message: sprinkle rump, gcc=12 etc. Now sparc64 with HAVE_GCC=12 and MKRUMP=no builds again To generate a diff of this commit: cvs