Module Name: src
Committed By: martin
Date: Mon Nov 25 10:27:58 UTC 2024
Modified Files:
src/doc [netbsd-10]: CHANGES-10.1
Log Message:
Tickets #1015 and #1016
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.70 -r1.1.2.71 src/doc/CHANGES-10.1
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.1
diff -u src/doc/CHANGES-10.1:1.1.2.70 src/doc/CHANGES-10.1:1.1.2.71
--- src/doc/CHANGES-10.1:1.1.2.70 Mon Nov 18 19:49:34 2024
+++ src/doc/CHANGES-10.1 Mon Nov 25 10:27:58 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.70 2024/11/18 19:49:34 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.71 2024/11/25 10:27:58 martin Exp $
A complete list of changes from the NetBSD 10.0 release on 2024-03-28
until the 10.1 release:
@@ -3707,3 +3707,14 @@ external/cddl/osnet/dist/uts/common/fs/z
zfs: PR 58111: fix possible data corruption on FIOSEEKDATA/FIOSEEKHOLE.
[riastradh, ticket #1014]
+usr.bin/getent/getent.c 1.20,1.21
+
+ getent(1): PR 58836: make sure all 3 colons are printed for group
+ database.
+ [kre, ticket #1015]
+
+bin/sh/eval.c (apply patch, part of
+ rev 1.195)
+
+ sh(1): fix "exec" builtin to not close-on-exec fd's >2 for "exec cmd"
+ [kre, ticket #1016]