Module Name: src Committed By: martin Date: Thu Aug 17 10:03:37 UTC 2023
Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Tickets #329 and #330 To generate a diff of this commit: cvs rdiff -u -r1.1.2.108 -r1.1.2.109 src/doc/CHANGES-10.0 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.0 diff -u src/doc/CHANGES-10.0:1.1.2.108 src/doc/CHANGES-10.0:1.1.2.109 --- src/doc/CHANGES-10.0:1.1.2.108 Thu Aug 17 09:31:26 2023 +++ src/doc/CHANGES-10.0 Thu Aug 17 10:03:37 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-10.0,v 1.1.2.108 2023/08/17 09:31:26 martin Exp $ +# $NetBSD: CHANGES-10.0,v 1.1.2.109 2023/08/17 10:03:37 martin Exp $ A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16 until the 10.0 release: @@ -11180,3 +11180,19 @@ external/apache2/mDNSResponder/dist/mDNS mdnsd(8): switch to use arc4random(3) for randomness [gutteridge, ticket #328] +distrib/sets/lists/debug/module.md.amd64 1.14 +distrib/sets/lists/modules/md.amd64 1.100 +sys/arch/amd64/conf/GENERIC 1.605 +sys/external/bsd/drm2/dist/include/drm/drm_pciids.h 1.5 +sys/modules/Makefile 1.279 + + viadrmums(4): build legacy VIA DRM UMS driver module for amd64. + [andvar, ticket #329] + +sys/dev/vnd.c 1.289 + + vnd(4): PR 57421: fix deadlock in low-memory scenario by allowing + the pagedaemon to allocate for I/O to flush dirty buffers to free + memory. + [riastradh, ticket #330] +