Module Name: src
Committed By: martin
Date: Thu Jul 8 11:24:41 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Tickets #1319 and #1320
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.14 -r1.1.2.15 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.14 src/doc/CHANGES-9.3:1.1.2.15
--- src/doc/CHANGES-9.3:1.1.2.14 Tue Jul 6 04:23:55 2021
+++ src/doc/CHANGES-9.3 Thu Jul 8 11:24:41 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.3,v 1.1.2.14 2021/07/06 04:23:55 martin Exp $
+# $NetBSD: CHANGES-9.3,v 1.1.2.15 2021/07/08 11:24:41 martin Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -339,3 +339,13 @@ tests/rump/rumpkern/t_vm.c 1.5,1.6 (pa
PR 55702, PR 55945: fix uvm pageout crashes.
[riastradh, ticket #1317]
+common/lib/libc/arch/aarch64/atomic/atomic_nand_16.S 1.4
+
+ Cosmetics (to help later additional pullups)
+ [skrll, ticket #1319]
+
+sys/external/bsd/drm2/linux/linux_reservation.c 1.12
+
+ drm: Release fence after use.
+ [riastradh, ticket #1320]
+