Source-Changes archive

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

CVS commit: [netbsd-10] src



Module Name:    src
Committed By:   martin
Date:           Fri Oct 11 17:12:29 UTC 2024

Modified Files:
        src/sys/kern [netbsd-10]: kern_resource.c subr_time.c
        src/sys/sys [netbsd-10]: resourcevar.h
        src/tests/lib/libc/sys [netbsd-10]: t_clock_gettime.c

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #943):
        sys/sys/resourcevar.h: revision 1.58
        sys/kern/subr_time.c: revision 1.36
        sys/kern/subr_time.c: revision 1.37
        sys/kern/subr_time.c: revision 1.38
        sys/kern/kern_resource.c: revision 1.190
        sys/kern/kern_resource.c: revision 1.191
        tests/lib/libc/sys/t_clock_gettime.c: revision 1.4
        tests/lib/libc/sys/t_clock_gettime.c: revision 1.5
        tests/lib/libc/sys/t_clock_gettime.c: revision 1.6
kern: KASSERT(A && B) -> KASSERT(A); KASSERT(B)
White space fix.
kern_resource.c: Fix brace placement.
No functional change intended.
t_clock_gettime: Add test for PR kern/57512.
clock_gettime(2): Fix CLOCK_PROCESS/THREAD_CPUTIME_ID.
Use same calculation as getrusage, not some ad-hoc arithmetic of
internal scheduler parameters that are periodically rewound.
PR kern/57512
XXX pullup-8
XXX pullup-9
XXX pullup-10
t_clock_gettime: Avoid signed/unsigned comparison.


To generate a diff of this commit:
cvs rdiff -u -r1.189 -r1.189.4.1 src/sys/kern/kern_resource.c
cvs rdiff -u -r1.35.4.1 -r1.35.4.2 src/sys/kern/subr_time.c
cvs rdiff -u -r1.57 -r1.57.32.1 src/sys/sys/resourcevar.h
cvs rdiff -u -r1.3 -r1.3.28.1 src/tests/lib/libc/sys/t_clock_gettime.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