Module Name: src
Committed By: martin
Date: Sun Jan 3 12:52:54 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.2
Log Message:
Ticket #1177
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-9.2
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.2
diff -u src/doc/CHANGES-9.2:1.1.2.31 src/doc/CHANGES-9.2:1.1.2.32
--- src/doc/CHANGES-9.2:1.1.2.31 Sat Jan 2 10:24:42 2021
+++ src/doc/CHANGES-9.2 Sun Jan 3 12:52:54 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.2,v 1.1.2.31 2021/01/02 10:24:42 martin Exp $
+# $NetBSD: CHANGES-9.2,v 1.1.2.32 2021/01/03 12:52:54 martin Exp $
A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2
release:
@@ -1388,3 +1388,10 @@ sys/ufs/ufs/ufs_quota1.c 1.23
Avoid out of bounds array access.
[nia, ticket #1176]
+sys/kern/init_main.c (apply patch)
+
+ PR kern/55906: create the aiodone workqueue before running
+ mountroothooks.
+ [khorben, #1177]
+
+