Module Name: src
Committed By: martin
Date: Mon Jun 21 17:46:13 UTC 2021
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Tickets #1685 and #1684
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.91 -r1.1.2.92 src/doc/CHANGES-8.3
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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.91 src/doc/CHANGES-8.3:1.1.2.92
--- src/doc/CHANGES-8.3:1.1.2.91 Tue Jun 8 13:01:10 2021
+++ src/doc/CHANGES-8.3 Mon Jun 21 17:46:13 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.91 2021/06/08 13:01:10 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.92 2021/06/21 17:46:13 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -1954,3 +1954,21 @@ sbin/dump/tape.c 1.56
dump(8): prevent crashes for large file systems.
[hannken, ticket #1683]
+sys/kern/vfs_lookup.c 1.226
+sys/kern/vfs_vnops.c 1.215
+sys/sys/namei.src 1.59 (patch)
+sys/rump/include/rump/rump_namei.h (regen)
+sys/sys/namei.h (regen)
+
+ Add a new namei flag NONEXCLHACK for open with O_CREAT and not O_EXCL.
+ In the case where that target is the root, or a mount
+ point, such that there's no parent dir, "real" CREATE operations fail,
+ but O_CREAT without O_EXCL needs to succeed.
+ Fixes newer Samba usage of /proc/self/fd/NNN with O_CREAT.
+ [dholland, ticket #1685]
+
+compat/arm/oabi/bsd.oabi.mk (apply patch)
+
+ Fix PR 50192.
+ [mrg, ticket #1684]
+