Module Name: src
Committed By: martin
Date: Tue May 5 18:34:48 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Tickets #888 and #889
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.52 -r1.1.2.53 src/doc/CHANGES-9.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-9.1
diff -u src/doc/CHANGES-9.1:1.1.2.52 src/doc/CHANGES-9.1:1.1.2.53
--- src/doc/CHANGES-9.1:1.1.2.52 Mon May 4 14:04:11 2020
+++ src/doc/CHANGES-9.1 Tue May 5 18:34:48 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.1,v 1.1.2.52 2020/05/04 14:04:11 martin Exp $
+# $NetBSD: CHANGES-9.1,v 1.1.2.53 2020/05/05 18:34:48 martin Exp $
A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
release:
@@ -2444,3 +2444,13 @@ crypto/external/bsd/netpgp/lib/verify/ve
exported. This fixes pkg_add.
[christos, ticket #887]
+sys/kern/uipc_sem.c 1.59
+
+ Release the collision if we find one.
+ [maya, ticket #888]
+
+sys/external/bsd/compiler_rt/dist/lib/builtins/clear_cache.c 1.4
+
+ Align addresses to cache lines in __clear_cache for aarch64.
+ [jmcneill, ticket #889]
+