Module Name: src
Committed By: sborrill
Date: Mon Feb 20 21:55:44 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Ticket #14
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-6.0
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-6.0
diff -u src/doc/CHANGES-6.0:1.1.2.8 src/doc/CHANGES-6.0:1.1.2.9
--- src/doc/CHANGES-6.0:1.1.2.8 Mon Feb 20 21:42:13 2012
+++ src/doc/CHANGES-6.0 Mon Feb 20 21:55:44 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.8 2012/02/20 21:42:13 sborrill Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.9 2012/02/20 21:55:44 sborrill Exp $
A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
until the 6.0 release:
@@ -113,3 +113,14 @@ external/bsd/pkg_install/dist/lib/versio
- Fix for pkg_delete on NFS from Anthony Mallet.
[tron, ticket #13]
+include/spawn.h 1.2
+sys/kern/kern_exec.c 1.341
+sys/uvm/uvm_glue.c 1.157
+tests/lib/libc/gen/posix_spawn/t_fileactions.c 1.3
+
+ posix_spawn: fix kernel bug when passing empty fileactions
+ (PR kern/46038) and add a test case for this. Fix potential
+ race condition, doublefreeing of memory and memory leaks in
+ error cases.
+ [martin, ticket #14]
+