NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/59127 CVS commit: src
The following reply was made to PR kern/59127; it has been noted by GNATS.
From: "Masatake Daimon" <pho%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/59127 CVS commit: src
Date: Wed, 19 Mar 2025 14:27:05 +0000
Module Name: src
Committed By: pho
Date: Wed Mar 19 14:27:05 UTC 2025
Modified Files:
src/doc: CHANGES
src/sys/kern: kern_time.c
src/tests/lib/libc/sys: t_clock_gettime.c
Log Message:
clock_getres(2): Support CLOCK_{PROCESS,THREAD}_CPUTIME_ID
The syscall previously returned EINVAL for these two clocks. It still has
no support for CLOCK_VIRTUAL and CLOCK_PROF but clock_gettime(2) doesn't
either.
Fixes PR kern/59127
To generate a diff of this commit:
cvs rdiff -u -r1.3144 -r1.3145 src/doc/CHANGES
cvs rdiff -u -r1.227 -r1.228 src/sys/kern/kern_time.c
cvs rdiff -u -r1.6 -r1.7 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