CVS commit: src/tests/lib/libm

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

CVS commit: src/tests/lib/libm

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

CVS commit: src/usr.bin/base64

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

CVS commit: src/usr.bin/base64

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

CVS commit: src/lib/libutil

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

CVS commit: src/lib/libutil

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

CVS commit: src/tests/lib/libm

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

CVS commit: src/tests/lib/libm

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

CVS commit: src/tests/lib/libm

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

CVS commit: src/tests/lib/libm

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

CVS commit: src/sys/arch/riscv

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

CVS commit: src/sys/arch/riscv

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

CVS commit: src/lib/libutil

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

CVS commit: src/lib/libutil

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

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

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

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

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

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

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

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

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

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

2024-05-02 Thread Roland Illig
Am 02.05.2024 um 05:30 schrieb Robert Elz: > Module Name: src > Committed By: kre > Date: Thu May 2 03:30:07 UTC 2024 > > Modified Files: > src/tests/lib/libm: t_fe_round.c > > Log Message: > Use intmax_t instead of long int when trying to represent very large > integers (10^50 or

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

2024-05-02 Thread Taylor R Campbell
> Date: Thu, 2 May 2024 21:04:38 +0200 > From: Roland Illig > > Am 02.05.2024 um 05:30 schrieb Robert Elz: > > Use intmax_t instead of long int when trying to represent very large > > integers (10^50 or so), so we don't exceed the capacity of systems where > > long int is only 32 bits. > > I

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

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

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

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

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

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