Module Name:    src
Committed By:   martin
Date:           Tue Mar  7 19:57:47 UTC 2023

Modified Files:
        src/doc [netbsd-10]: CHANGES-10.0

Log Message:
Tickets #113 - #115


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.40 -r1.1.2.41 src/doc/CHANGES-10.0

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-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.40 src/doc/CHANGES-10.0:1.1.2.41
--- src/doc/CHANGES-10.0:1.1.2.40	Sun Mar  5 14:38:29 2023
+++ src/doc/CHANGES-10.0	Tue Mar  7 19:57:47 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.40 2023/03/05 14:38:29 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.41 2023/03/07 19:57:47 martin Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -1435,3 +1435,19 @@ sbin/nvmectl/util.c				1.3
 	Convert to human-readable value.
 	[mlelstv, ticket #112]
 
+sys/dev/usb/ucom.c				1.137
+
+	PR 57259: fix the HUP-wait path in ucomopen()
+	[thorpej, ticket #113]
+
+lib/libc/sys/open.2				1.66
+
+	open(2): document the error code when O_REGULAR is specified
+	and the last path component is not a regular file.
+	[thorpej, ticket #114]
+
+sys/kern/vfs_syscalls.c				1.557
+
+	open(2): PR 57260: don't map ERESTART to EINTR.
+	[riastradh, ticket #115]
+

Reply via email to