Module Name: src
Committed By: martin
Date: Tue Mar 7 20:02:05 UTC 2023
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Ticket #161
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.55 -r1.1.2.56 src/doc/CHANGES-9.4
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.4
diff -u src/doc/CHANGES-9.4:1.1.2.55 src/doc/CHANGES-9.4:1.1.2.56
--- src/doc/CHANGES-9.4:1.1.2.55 Fri Mar 3 17:05:04 2023
+++ src/doc/CHANGES-9.4 Tue Mar 7 20:02:04 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.55 2023/03/03 17:05:04 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.56 2023/03/07 20:02:04 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -1266,3 +1266,8 @@ sys/arch/arm/ti/if_cpsw.c 1.17
debugging is requested.
[sekiya, ticket #1609]
+sys/kern/vfs_syscalls.c 1.557
+
+ open(2): PR 57260: don't map ERESTART to EINTR.
+ [riastradh, ticket #1610]
+