Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-10]: src/doc Tickets #113 - #115
details: https://anonhg.NetBSD.org/src/rev/37c85c66e4e0
branches: netbsd-10
changeset: 373859:37c85c66e4e0
user: martin <martin%NetBSD.org@localhost>
date: Tue Mar 07 19:57:47 2023 +0000
description:
Tickets #113 - #115
diffstat:
doc/CHANGES-10.0 | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 301730c22dd5 -r 37c85c66e4e0 doc/CHANGES-10.0
--- a/doc/CHANGES-10.0 Tue Mar 07 19:56:45 2023 +0000
+++ b/doc/CHANGES-10.0 Tue Mar 07 19:57:47 2023 +0000
@@ -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 @@
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]
+
Home |
Main Index |
Thread Index |
Old Index