Module Name: src
Committed By: bouyer
Date: Mon May 3 09:13:22 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.2
Log Message:
ticket #1265
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.77 -r1.1.2.78 src/doc/CHANGES-9.2
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-9.2
diff -u src/doc/CHANGES-9.2:1.1.2.77 src/doc/CHANGES-9.2:1.1.2.78
--- src/doc/CHANGES-9.2:1.1.2.77 Mon May 3 09:04:21 2021
+++ src/doc/CHANGES-9.2 Mon May 3 09:13:22 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.2,v 1.1.2.77 2021/05/03 09:04:21 martin Exp $
+# $NetBSD: CHANGES-9.2,v 1.1.2.78 2021/05/03 09:13:22 bouyer Exp $
A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2
release:
@@ -3074,3 +3074,8 @@ sys/miscfs/fdesc/fdesc_vnops.c 1.135
PR 56130: make sure fdesc_lookup() never returns VNON vnodes.
[hannken, ticket #1267]
+sys/kern/kern_exec.c 1.505 via patch
+
+ Fix copy&pasto in handling of POSIX_SPAWN_RESETIDS in posix_spawn(3)
+ [martin, ticket #1265]
+