Module Name: src
Committed By: riz
Date: Tue Nov 20 21:32:44 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.1
Log Message:
TIcket 670
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.29 -r1.1.2.30 src/doc/CHANGES-6.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-6.1
diff -u src/doc/CHANGES-6.1:1.1.2.29 src/doc/CHANGES-6.1:1.1.2.30
--- src/doc/CHANGES-6.1:1.1.2.29 Tue Nov 20 21:26:30 2012
+++ src/doc/CHANGES-6.1 Tue Nov 20 21:32:44 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.29 2012/11/20 21:26:30 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.30 2012/11/20 21:32:44 riz Exp $
A complete list of changes from the 6.0 release until the 6.1 release:
@@ -719,3 +719,8 @@ sys/net/if.c 1.261
Fix if_lastchange() handling.
[msaitoh, ticket #669]
+sys/kern/kern_exec.c 1.358
+
+ Fix posix_spawn()ed processes with attributes.
+ [christos, ticket #670]
+