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 all
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 all
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 -r1.36
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 -r1.36
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 a
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 a
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
-
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
-
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 all
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 all
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
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
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 ca
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 ca
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 src/lib/libm/noieee_src/n_sinco
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 src/lib/libm/noieee_src/n_sinco
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
undefined
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
undefined
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
do
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
do
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 src/tests/lib/
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 src/tests/lib/
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 so
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 so
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 te
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 te
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
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
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 src/tests/usr.b
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 src/tests/usr.b
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 hil_attach()
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 hil_attach()
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 -
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 -
"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 -Wno-error=typedef-redef
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 th
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 th
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 ad.mips64el
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 ad.mips64el
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 dif
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 dif
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 pub
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 pub
43 matches
Mail list logo