Module Name: src
Committed By: martin
Date: Sun Feb 7 16:43:30 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.2
Log Message:
Fix entry for ticket #1191
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.41 -r1.1.2.42 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.41 src/doc/CHANGES-9.2:1.1.2.42
--- src/doc/CHANGES-9.2:1.1.2.41 Sun Feb 7 13:53:19 2021
+++ src/doc/CHANGES-9.2 Sun Feb 7 16:43:30 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.2,v 1.1.2.41 2021/02/07 13:53:19 martin Exp $
+# $NetBSD: CHANGES-9.2,v 1.1.2.42 2021/02/07 16:43:30 martin Exp $
A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2
release:
@@ -1440,7 +1440,7 @@ usr.bin/ftp/version.h 1.92
PR 55857: ftp(1): don't use restartable signals.
[lukem, ticket #1190]
-sys/kern/kern_event.c 1.110-1.115
+sys/kern/kern_event.c 1.110-1.115 (patch)
Fix kevent(2) race causing missed events, and Go timer latency issues.
[jdolecek, ticket #1191]