Module Name: src Committed By: martin Date: Fri Oct 11 19:09:16 UTC 2024
Modified Files: src/doc [netbsd-10]: CHANGES-10.1 Log Message: Tickets #942, #943, #945 - #952 To generate a diff of this commit: cvs rdiff -u -r1.1.2.44 -r1.1.2.45 src/doc/CHANGES-10.1 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-10.1 diff -u src/doc/CHANGES-10.1:1.1.2.44 src/doc/CHANGES-10.1:1.1.2.45 --- src/doc/CHANGES-10.1:1.1.2.44 Fri Oct 11 08:55:41 2024 +++ src/doc/CHANGES-10.1 Fri Oct 11 19:09:16 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-10.1,v 1.1.2.44 2024/10/11 08:55:41 martin Exp $ +# $NetBSD: CHANGES-10.1,v 1.1.2.45 2024/10/11 19:09:16 martin Exp $ A complete list of changes from the NetBSD 10.0 release on 2024-03-28 until the 10.1 release: @@ -2204,3 +2204,70 @@ sbin/cgdconfig/params.h 1.15 cgdconfig(8): PR 58212: add zfs verification method. [riastradh, ticket #941] +share/man/man9/ts2timo.9 1.4,1.5 +sys/kern/subr_time.c 1.39 + + PR 58733: avoid ts2timo() clobbering its arg. + [kre, ticket #942] + +sys/kern/kern_resource.c 1.190,1.191 +sys/kern/subr_time.c 1.36,1.37 +sys/kern/subr_time.c 1.38 +sys/sys/resourcevar.h 1.58 +tests/lib/libc/sys/t_clock_gettime.c 1.4-1.6 + + clock_gettime(2): PR 57512: fix CLOCK_PROCESS/THREAD_CPUTIME_ID + so they are monotonic using the same calculation as getrusage. + [riastradh, ticket #943] + +include/limits.h 1.45 + + limits.h: PR 45435: add missing PTHREAD_STACK_MIN for POSIX + compliance. + [riastradh, ticket #945] + +lib/libc/sys/poll.2 1.38 +lib/libc/sys/select.2 1.44-1.46 + + select(2): PR 49999: update man page to clarify return values, + note when pselect(2) was added, and cite standards conformance. + [riastradh, ticket #946] + +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 #947] + +sys/sys/signal.h 1.76 + + signal.h: PR 55429: fix POSIX constant namespacing. + [riastradh, ticket #948] + +sys/sys/featuretest.h 1.13 + + sys/featuretest.h: PR 55577: make _XOPEN_SOURCE imply + _POSIX_C_SOURCE. + [riastradh, ticket #949] + +distrib/sets/lists/debug/mi 1.448 +distrib/sets/lists/tests/mi 1.1337 +include/math.h 1.71,1.72 +tests/lib/libm/Makefile 1.50 +tests/lib/libm/t_errhandling.c 1.1-1.3 + + math.h: PR 56234: add missing C99 definitions. + [riastradh, ticket #950] + +include/stdlib.h 1.126 + + stdlib.h: PR 56402: fix visibility of lldiv_t. + [riastradh, ticket #951] + +sys/sys/endian.h 1.32-1.35 + + sys/endian.h: PR 57806 + 57807: fix declaration visibility. + [riastradh, ticket #952] +