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

2024-05-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 20:19:37 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Fix %a test the same way. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

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

2024-05-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 20:04:33 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Fix %La test. 0xa.99ap+0 is closer to (long double)10.6 in x86 ld80 and in binary128 (and possibly

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

2024-05-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 20:04:33 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Fix %La test. 0xa.99ap+0 is closer to (long double)10.6 in x86 ld80 and in binary128 (and possibly

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

2024-05-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 18:19:57 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Add a couple simple %La tests. PR lib/56937: printf(3) long double %a formatting is broken To

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

2024-05-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 18:19:57 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Add a couple simple %La tests. PR lib/56937: printf(3) long double %a formatting is broken To

CVS commit: src/tests/lib/libm

2024-05-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 17:27:04 UTC 2024 Modified Files: src/tests/lib/libm: t_next.c Log Message: tests/lib/libm/t_next: Expand substantially. This covers many more potential problem areas -- and includes a new xfail test for PR

CVS commit: src/tests/lib/libm

2024-05-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 17:27:04 UTC 2024 Modified Files: src/tests/lib/libm: t_next.c Log Message: tests/lib/libm/t_next: Expand substantially. This covers many more potential problem areas -- and includes a new xfail test for PR

CVS commit: src/external

2024-05-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 8 16:53:35 UTC 2024 Modified Files: src/external/mit/xorg/lib/dri: Makefile src/external/mpl/dhcp/bind/lib/libdns: Makefile src/external/mpl/dhcp/bind/lib/libisc: Makefile

CVS commit: src/external

2024-05-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 8 16:53:35 UTC 2024 Modified Files: src/external/mit/xorg/lib/dri: Makefile src/external/mpl/dhcp/bind/lib/libdns: Makefile src/external/mpl/dhcp/bind/lib/libisc: Makefile

CVS commit: src/distrib/common

2024-05-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 8 16:08:08 UTC 2024 Modified Files: src/distrib/common: Makefile.bootcd Log Message: Fail on incomplete mtree specs To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/distrib/common/Makefile.bootcd

CVS commit: src/distrib/common

2024-05-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 8 16:08:08 UTC 2024 Modified Files: src/distrib/common: Makefile.bootcd Log Message: Fail on incomplete mtree specs To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/distrib/common/Makefile.bootcd

CVS commit: src/usr.sbin/makefs

2024-05-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 8 15:57:56 UTC 2024 Modified Files: src/usr.sbin/makefs: makefs.8 makefs.c walk.c Log Message: Add an option to warn and error out for mtree missing entries. To generate a diff of this commit: cvs rdiff -u -r1.71

CVS commit: src/usr.sbin/makefs

2024-05-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 8 15:57:56 UTC 2024 Modified Files: src/usr.sbin/makefs: makefs.8 makefs.c walk.c Log Message: Add an option to warn and error out for mtree missing entries. To generate a diff of this commit: cvs rdiff -u -r1.71

CVS commit: src/doc

2024-05-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed May 8 09:52:07 UTC 2024 Modified Files: src/doc: 3RDPARTY Log Message: gcc 14.1 out To generate a diff of this commit: cvs rdiff -u -r1.2003 -r1.2004 src/doc/3RDPARTY Please note that diffs are not public domain; they are

CVS commit: src/doc

2024-05-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed May 8 09:52:07 UTC 2024 Modified Files: src/doc: 3RDPARTY Log Message: gcc 14.1 out To generate a diff of this commit: cvs rdiff -u -r1.2003 -r1.2004 src/doc/3RDPARTY Please note that diffs are not public domain; they are

CVS commit: src/lib/libm

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 02:08:11 UTC 2024 Modified Files: src/lib/libm: m.vax.expsym src/lib/libm/noieee_src: n_floor.c Log Message: libm: Add rintl, rintf to non-IEEE754 architectures. While here, delete #ifdef to handle ns32k --

CVS commit: src/lib/libm

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 02:08:11 UTC 2024 Modified Files: src/lib/libm: m.vax.expsym src/lib/libm/noieee_src: n_floor.c Log Message: libm: Add rintl, rintf to non-IEEE754 architectures. While here, delete #ifdef to handle ns32k --

CVS commit: src/lib/libm/src

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 01:58:52 UTC 2024 Removed Files: src/lib/libm/src: ldbl_dummy.c Log Message: libm: ldbl_dummy.c is no longer needed -- nix it. To generate a diff of this commit: cvs rdiff -u -r1.4 -r0

CVS commit: src/lib/libm/src

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 01:58:52 UTC 2024 Removed Files: src/lib/libm/src: ldbl_dummy.c Log Message: libm: ldbl_dummy.c is no longer needed -- nix it. To generate a diff of this commit: cvs rdiff -u -r1.4 -r0

CVS commit: src/lib/libm

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 01:42:23 UTC 2024 Modified Files: src/lib/libm: m.aarch64.expsym m.riscv.expsym m.sparc64.expsym src/lib/libm/src: s_cosl.c Log Message: libm: Don't export symbol `pio4' from s_cosl.c. This appears to have

CVS commit: src/lib/libm

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 01:42:23 UTC 2024 Modified Files: src/lib/libm: m.aarch64.expsym m.riscv.expsym m.sparc64.expsym src/lib/libm/src: s_cosl.c Log Message: libm: Don't export symbol `pio4' from s_cosl.c. This appears to have

CVS commit: src/lib/libm

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 01:40:27 UTC 2024 Modified Files: src/lib/libm: m.aarch64.expsym m.alpha.expsym m.arm.expsym m.hppa.expsym m.i386.expsym m.ia64.expsym m.m68k.expsym m.mips.expsym m.powerpc.expsym

CVS commit: src/lib/libm

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 01:40:27 UTC 2024 Modified Files: src/lib/libm: m.aarch64.expsym m.alpha.expsym m.arm.expsym m.hppa.expsym m.i386.expsym m.ia64.expsym m.m68k.expsym m.mips.expsym m.powerpc.expsym

CVS commit: src/lib/libm

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 01:05:25 UTC 2024 Modified Files: src/lib/libm: m.m68k.expsym src/lib/libm/arch/m68k: s_finite.S Log Message: libm/arch/m68k: Do the weak alias dance for finite. This is used internally. To generate a

CVS commit: src/lib/libm

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 01:05:25 UTC 2024 Modified Files: src/lib/libm: m.m68k.expsym src/lib/libm/arch/m68k: s_finite.S Log Message: libm/arch/m68k: Do the weak alias dance for finite. This is used internally. To generate a

CVS commit: src/lib/libm

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 01:04:41 UTC 2024 Modified Files: src/lib/libm: m.m68k.expsym src/lib/libm/arch/mc68881: s_cos.S s_sin.S s_tan.S Log Message: libm/arch/mc68881: Do the weak alias dance for sin, cos, tan. These are used

CVS commit: src/lib/libm

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 01:04:41 UTC 2024 Modified Files: src/lib/libm: m.m68k.expsym src/lib/libm/arch/mc68881: s_cos.S s_sin.S s_tan.S Log Message: libm/arch/mc68881: Do the weak alias dance for sin, cos, tan. These are used

CVS commit: src/lib/libm

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 01:04:24 UTC 2024 Modified Files: src/lib/libm: m.vax.expsym src/lib/libm/arch/vax: n_support.S Log Message: libm/arch/vax: Do the weak alias dance for finite, finitef. These are used internally. To

CVS commit: src/lib/libm

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 01:04:24 UTC 2024 Modified Files: src/lib/libm: m.vax.expsym src/lib/libm/arch/vax: n_support.S Log Message: libm/arch/vax: Do the weak alias dance for finite, finitef. These are used internally. To

CVS commit: src/lib/libm

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 01:04:03 UTC 2024 Modified Files: src/lib/libm: m.i386.expsym m.x86_64.expsym src/lib/libm/arch/i387: s_finite.S s_finitef.S Log Message: libm/arch/i387: Do the weak alias dance for finite and finitef.

CVS commit: src/lib/libm

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 01:04:03 UTC 2024 Modified Files: src/lib/libm: m.i386.expsym m.x86_64.expsym src/lib/libm/arch/i387: s_finite.S s_finitef.S Log Message: libm/arch/i387: Do the weak alias dance for finite and finitef.

CVS commit: src/lib/libm

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 23:13:33 UTC 2024 Added Files: src/lib/libm: m.m68k.expsym Log Message: libm: Add expected symbols for m68k. Not sure if this'll work for all ports -- we might need to split it up finer-grained by different m68k

CVS commit: src/lib/libm

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 23:13:33 UTC 2024 Added Files: src/lib/libm: m.m68k.expsym Log Message: libm: Add expected symbols for m68k. Not sure if this'll work for all ports -- we might need to split it up finer-grained by different m68k

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 22:51:20 UTC 2024 Modified Files: src/lib/libm/arch/m68060: Makefile.list e_acos.S e_acosf.S e_asin.S e_asinf.S e_atanh.S e_atanhf.S e_cosh.S e_coshf.S e_exp.S e_expf.S e_log.S e_log10.S

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 22:51:20 UTC 2024 Modified Files: src/lib/libm/arch/m68060: Makefile.list e_acos.S e_acosf.S e_asin.S e_asinf.S e_atanh.S e_atanhf.S e_cosh.S e_coshf.S e_exp.S e_expf.S e_log.S e_log10.S

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 22:30:17 UTC 2024 Modified Files: src/lib/libm/arch/m68060: makeas.sh Log Message: lib/libm/m68060/makeas.sh: Delimit symbols with END. This way we get symbol sizes in the ELF output. To generate a diff of this

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 22:30:17 UTC 2024 Modified Files: src/lib/libm/arch/m68060: makeas.sh Log Message: lib/libm/m68060/makeas.sh: Delimit symbols with END. This way we get symbol sizes in the ELF output. To generate a diff of this

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 22:29:53 UTC 2024 Modified Files: src/lib/libm/arch/m68060: makeas.sh Log Message: lib/libm/arch/m68060/makeas.sh: Create public weak aliases. Use _foo for internal names, and weak alias foo when it's public like

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 22:29:53 UTC 2024 Modified Files: src/lib/libm/arch/m68060: makeas.sh Log Message: lib/libm/arch/m68060/makeas.sh: Create public weak aliases. Use _foo for internal names, and weak alias foo when it's public like

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 22:19:42 UTC 2024 Modified Files: src/lib/libm/arch/m68060: makeas.sh Log Message: lib/libm/m68060/makeas.sh: Use `set -eu' to detect script mistakes. No functional change intended. To generate a diff of this

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 22:19:42 UTC 2024 Modified Files: src/lib/libm/arch/m68060: makeas.sh Log Message: lib/libm/m68060/makeas.sh: Use `set -eu' to detect script mistakes. No functional change intended. To generate a diff of this

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 22:18:19 UTC 2024 Modified Files: src/lib/libm/arch/m68060: makeas.sh Log Message: lib/libm/m68060/makeas.sh: Pass arguments to dummy more idiomatically. No functional change intended. To generate a diff of this

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 22:18:19 UTC 2024 Modified Files: src/lib/libm/arch/m68060: makeas.sh Log Message: lib/libm/m68060/makeas.sh: Pass arguments to dummy more idiomatically. No functional change intended. To generate a diff of this

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 22:17:24 UTC 2024 Modified Files: src/lib/libm/arch/m68060: makeas.sh Log Message: lib/libm/m68060/makeas.sh: Use local for shell functions. No functional change intended. To generate a diff of this commit: cvs

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 22:17:24 UTC 2024 Modified Files: src/lib/libm/arch/m68060: makeas.sh Log Message: lib/libm/m68060/makeas.sh: Use local for shell functions. No functional change intended. To generate a diff of this commit: cvs

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 22:17:08 UTC 2024 Modified Files: src/lib/libm/arch/m68060: makeas.sh Log Message: lib/libm/arch/m68060/makeas.sh: Indent sh blocks. No functional change intended. To generate a diff of this commit: cvs rdiff -u

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 22:17:08 UTC 2024 Modified Files: src/lib/libm/arch/m68060: makeas.sh Log Message: lib/libm/arch/m68060/makeas.sh: Indent sh blocks. No functional change intended. To generate a diff of this commit: cvs rdiff -u

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 21:18:47 UTC 2024 Modified Files: src/lib/libm/arch/m68060: Makefile.list e_acos.S e_acosf.S e_asin.S e_asinf.S e_atanh.S e_atanhf.S e_cosh.S e_coshf.S e_exp.S e_expf.S e_log.S e_log10.S

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 21:18:47 UTC 2024 Modified Files: src/lib/libm/arch/m68060: Makefile.list e_acos.S e_acosf.S e_asin.S e_asinf.S e_atanh.S e_atanhf.S e_cosh.S e_coshf.S e_exp.S e_expf.S e_log.S e_log10.S

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 21:14:12 UTC 2024 Modified Files: src/lib/libm/arch/m68060: makeas.sh Log Message: lib/libm/arch/m68060/makeas.sh: Strip the $ when emitting RCS id. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 21:14:12 UTC 2024 Modified Files: src/lib/libm/arch/m68060: makeas.sh Log Message: lib/libm/arch/m68060/makeas.sh: Strip the $ when emitting RCS id. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src

2024-05-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue May 7 21:13:27 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: c23.c src/usr.bin/xlint/lint1: lex.c lint1.h src/usr.bin/xlint/xlint: strict-bool-stdbool.h Log Message: lint: in C23 mode, support the

CVS commit: src

2024-05-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue May 7 21:13:27 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: c23.c src/usr.bin/xlint/lint1: lex.c lint1.h src/usr.bin/xlint/xlint: strict-bool-stdbool.h Log Message: lint: in C23 mode, support the

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 21:11:24 UTC 2024 Modified Files: src/lib/libm/arch/m68060: Makefile Log Message: libm/arch/m68060/Makefile: bsd.sys.mk -> bsd.host.mk Somewhat belatedly, after bsd.sys.mk was forbidden to use directly from

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 21:11:24 UTC 2024 Modified Files: src/lib/libm/arch/m68060: Makefile Log Message: libm/arch/m68060/Makefile: bsd.sys.mk -> bsd.host.mk Somewhat belatedly, after bsd.sys.mk was forbidden to use directly from

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 21:05:47 UTC 2024 Modified Files: src/lib/libm/arch/m68060: makeas.sh Log Message: libm/arch/m68060/makeas.sh: Tag output with makeas.sh RCS id. No functional change intended to the output -- only changes are to

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 21:05:47 UTC 2024 Modified Files: src/lib/libm/arch/m68060: makeas.sh Log Message: libm/arch/m68060/makeas.sh: Tag output with makeas.sh RCS id. No functional change intended to the output -- only changes are to

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 21:00:00 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_fpclassify.c Log Message: tests/lib/libc/gen/t_fpclassify: Enable long double tests. The necessary long double symbols should all be available now. If

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 21:00:00 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_fpclassify.c Log Message: tests/lib/libc/gen/t_fpclassify: Enable long double tests. The necessary long double symbols should all be available now. If

CVS commit: src/lib/libm

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 20:58:34 UTC 2024 Added Files: src/lib/libm: m.aarch64.expsym m.alpha.expsym m.arm.expsym m.hppa.expsym m.i386.expsym m.ia64.expsym m.mips.expsym m.powerpc.expsym m.riscv.expsym m.sparc.expsym

CVS commit: src/lib/libm

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 20:58:34 UTC 2024 Added Files: src/lib/libm: m.aarch64.expsym m.alpha.expsym m.arm.expsym m.hppa.expsym m.i386.expsym m.ia64.expsym m.mips.expsym m.powerpc.expsym m.riscv.expsym m.sparc.expsym

CVS commit: src/share/mk

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 20:56:25 UTC 2024 Modified Files: src/share/mk: bsd.lib.mk Log Message: bsd.lib.mk: Allow MACHINE_CPU for default expsym file. To generate a diff of this commit: cvs rdiff -u -r1.403 -r1.404

CVS commit: src/share/mk

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 20:56:25 UTC 2024 Modified Files: src/share/mk: bsd.lib.mk Log Message: bsd.lib.mk: Allow MACHINE_CPU for default expsym file. To generate a diff of this commit: cvs rdiff -u -r1.403 -r1.404

CVS commit: src/distrib/common

2024-05-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 7 20:33:20 UTC 2024 Modified Files: src/distrib/common: Makefile.bootcd Log Message: PR/58196: Jan-Benedict Glaw: If there was no spec file specified, generate one on the fly. Should fix reproducible builds where the

CVS commit: src/distrib/common

2024-05-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 7 20:33:20 UTC 2024 Modified Files: src/distrib/common: Makefile.bootcd Log Message: PR/58196: Jan-Benedict Glaw: If there was no spec file specified, generate one on the fly. Should fix reproducible builds where the

CVS commit: src/etc

2024-05-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 7 20:30:33 UTC 2024 Added Files: src/etc: makespec Log Message: Simple script to create an mtree spec file from a directory tree with fixed default owner/group/perms. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/etc

2024-05-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 7 20:30:33 UTC 2024 Added Files: src/etc: makespec Log Message: Simple script to create an mtree spec file from a directory tree with fixed default owner/group/perms. To generate a diff of this commit: cvs rdiff -u

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

2024-05-07 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue May 7 19:55:14 UTC 2024 Modified Files: src/sys/arch/hp300/stand/mkboot: mkboot.c volhdr.h Log Message: Use proper signedness for the LIF file system data structures. Ancient 4.3BSD used short and int for location, file

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

2024-05-07 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue May 7 19:55:14 UTC 2024 Modified Files: src/sys/arch/hp300/stand/mkboot: mkboot.c volhdr.h Log Message: Use proper signedness for the LIF file system data structures. Ancient 4.3BSD used short and int for location, file

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

2024-05-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue May 7 19:32:35 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: c11.c c23.c Log Message: tests/lint: show that in C23 mode, bool is not yet defined The tests in C11 and C23 mode look the same right now but will

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

2024-05-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue May 7 19:32:35 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: c11.c c23.c Log Message: tests/lint: show that in C23 mode, bool is not yet defined The tests in C11 and C23 mode look the same right now but will

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

2024-05-07 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue May 7 19:24:33 UTC 2024 Modified Files: src/sys/arch/hp300/stand: Makefile.buildboot src/sys/arch/hp300/stand/inst: Makefile src/sys/arch/hp300/stand/uboot: Makefile Log Message: Rename ${PROGAOUT} ->

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

2024-05-07 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue May 7 19:24:33 UTC 2024 Modified Files: src/sys/arch/hp300/stand: Makefile.buildboot src/sys/arch/hp300/stand/inst: Makefile src/sys/arch/hp300/stand/uboot: Makefile Log Message: Rename ${PROGAOUT} ->

CVS commit: src/usr.bin/make

2024-05-07 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Tue May 7 18:26:22 UTC 2024 Modified Files: src/usr.bin/make: job.c main.c make.h var.c src/usr.bin/make/unit-tests: opt-debug-graph1.exp opt-debug-graph2.exp opt-debug-graph3.exp suff-main-several.exp

CVS commit: src/usr.bin/make

2024-05-07 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Tue May 7 18:26:22 UTC 2024 Modified Files: src/usr.bin/make: job.c main.c make.h var.c src/usr.bin/make/unit-tests: opt-debug-graph1.exp opt-debug-graph2.exp opt-debug-graph3.exp suff-main-several.exp

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 15:49:33 UTC 2024 Modified Files: src/lib/libm/arch/vax: n_atan2.S Log Message: libm/arch/vax: Expose atan2l. PR port-vax/57881: vax libm is missing various symbols To generate a diff of this commit: cvs rdiff -u

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 15:49:33 UTC 2024 Modified Files: src/lib/libm/arch/vax: n_atan2.S Log Message: libm/arch/vax: Expose atan2l. PR port-vax/57881: vax libm is missing various symbols To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/man/man9

2024-05-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 7 15:40:15 UTC 2024 Modified Files: src/share/man/man9: ltsleep.9 Log Message: also mention kpause(9) here. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/share/man/man9/ltsleep.9 Please note that

CVS commit: src/share/man/man9

2024-05-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 7 15:40:15 UTC 2024 Modified Files: src/share/man/man9: ltsleep.9 Log Message: also mention kpause(9) here. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/share/man/man9/ltsleep.9 Please note that

CVS commit: src/include

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 15:17:35 UTC 2024 Modified Files: src/include: math.h Log Message: math.h: Move declarations under appropriate namespace tests. Not sure about _REENTRANT, but if gamma_r and lgamma_r go under that (even if

CVS commit: src/include

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 15:17:35 UTC 2024 Modified Files: src/include: math.h Log Message: math.h: Move declarations under appropriate namespace tests. Not sure about _REENTRANT, but if gamma_r and lgamma_r go under that (even if

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 15:15:31 UTC 2024 Modified Files: src/lib/libm/arch/vax: n_cabs.S n_cbrt.S n_scalbn.S Log Message: libm/arch/vax: Use STRONG_ALIAS, not ALTENTRY. STRONG_ALIAS copies the symbol size and type, so it avoids warnings

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 15:15:31 UTC 2024 Modified Files: src/lib/libm/arch/vax: n_cabs.S n_cbrt.S n_scalbn.S Log Message: libm/arch/vax: Use STRONG_ALIAS, not ALTENTRY. STRONG_ALIAS copies the symbol size and type, so it avoids warnings

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 15:15:10 UTC 2024 Modified Files: src/lib/libm/arch/vax: n_argred.S n_atan2.S n_cabs.S n_cbrt.S n_infnan.S n_scalbn.S n_sqrt.S n_support.S Log Message: libm/arch/vax: Use END to delimit symbol

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 15:15:10 UTC 2024 Modified Files: src/lib/libm/arch/vax: n_argred.S n_atan2.S n_cabs.S n_cbrt.S n_infnan.S n_scalbn.S n_sqrt.S n_support.S Log Message: libm/arch/vax: Use END to delimit symbol

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

2024-05-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 7 14:53:59 UTC 2024 Modified Files: src/tests/usr.bin/mtree: t_sets.sh Log Message: Add manhtml set To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/usr.bin/mtree/t_sets.sh Please note that diffs

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

2024-05-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 7 14:53:59 UTC 2024 Modified Files: src/tests/usr.bin/mtree: t_sets.sh Log Message: Add manhtml set To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/usr.bin/mtree/t_sets.sh 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 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

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