Module Name: src Committed By: martin Date: Fri Oct 11 17:38:21 UTC 2024
Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1896 and #1897 To generate a diff of this commit: cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-9.5 diff -u src/doc/CHANGES-9.5:1.1.2.22 src/doc/CHANGES-9.5:1.1.2.23 --- src/doc/CHANGES-9.5:1.1.2.22 Wed Oct 9 10:26:50 2024 +++ src/doc/CHANGES-9.5 Fri Oct 11 17:38:21 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.22 2024/10/09 10:26:50 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.23 2024/10/11 17:38:21 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -400,3 +400,21 @@ external/bsd/atf/dist/tools/atf-run.cpp isolation. [rin, ticket #1895] +sys/kern/kern_resource.c 1.190,1.191 (patch) +sys/kern/subr_time.c 1.36,1.37 (patch) +sys/kern/subr_time.c 1.38 (patch) +sys/sys/resourcevar.h 1.58 (patch) +tests/lib/libc/sys/t_clock_gettime.c 1.4-1.6 (patch) + + clock_gettime(2): PR 57512: fix CLOCK_PROCESS/THREAD_CPUTIME_ID + so they are monotonic using the same calculation as getrusage. + [riastradh, ticket #1896] + +distrib/sets/lists/comp/mi 1.2473 +lib/libc/locale/Makefile.inc 1.68 +lib/libc/locale/mbsrtowcs.3 1.13-1.15 +lib/libc/locale/wcsrtombs.3 1.14-1.16 + + mbsnrtowcs(3), wcsnrtombs(3): PR 52343: add man pages. + [riastradh, ticket #1897] +