Module Name: src Committed By: martin Date: Tue Oct 5 11:08:04 UTC 2021
Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Tickets #1355 and #1356 To generate a diff of this commit: cvs rdiff -u -r1.1.2.34 -r1.1.2.35 src/doc/CHANGES-9.3 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.3 diff -u src/doc/CHANGES-9.3:1.1.2.34 src/doc/CHANGES-9.3:1.1.2.35 --- src/doc/CHANGES-9.3:1.1.2.34 Mon Oct 4 15:43:41 2021 +++ src/doc/CHANGES-9.3 Tue Oct 5 11:08:04 2021 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.3,v 1.1.2.34 2021/10/04 15:43:41 martin Exp $ +# $NetBSD: CHANGES-9.3,v 1.1.2.35 2021/10/05 11:08:04 martin Exp $ A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3 release: @@ -780,3 +780,16 @@ xsrc/external/mit/xf86-input-keyboard/di ports that use WSDISPLAY_COMPAT_RAWKBD. [tsutsui, ticket #1354] +lib/libc/sys/Makefile.inc 1.247 +lib/libpthread/pthread_cancelstub.c 1.39,1.40 + + PR 56424: recvfrom() is not a cancelation point as documented + in pthread_setcanceltype.3 + [christos, ticket #1355] + +lib/libc/resolv/res_init.c 1.32 +lib/libc/resolv/res_private.h 1.4 + + res_init(3): handle kqueue close-on-fork semantics. + [christos, ticket #1356] +