Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   riastradh
Date:           Sun Oct  5 18:51:50 UTC 2025

Modified Files:
        src/sys/kern: subr_time.c subr_time_arith.c
        src/tests/kernel: t_time_arith.c

Log Message:
tstohz(9): Add some automatic tests.

Move this from subr_time.c to subr_time_arith.c to facilitate them.

PR kern/59691: tstohz(9) fails to round up on some inputs


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/kern/subr_time.c
cvs rdiff -u -r1.3 -r1.4 src/sys/kern/subr_time_arith.c
cvs rdiff -u -r1.4 -r1.5 src/tests/kernel/t_time_arith.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index