Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-8]: src/doc Tickets #1685 and #1684



details:   https://anonhg.NetBSD.org/src/rev/cb33c3a515a4
branches:  netbsd-8
changeset: 984109:cb33c3a515a4
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Jun 21 17:46:13 2021 +0000

description:
Tickets #1685 and #1684

diffstat:

 doc/CHANGES-8.3 |  20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 1aec4c1001c7 -r cb33c3a515a4 doc/CHANGES-8.3
--- a/doc/CHANGES-8.3   Mon Jun 21 17:43:18 2021 +0000
+++ b/doc/CHANGES-8.3   Mon Jun 21 17:46:13 2021 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index