Module Name: src
Committed By: riz
Date: Thu May 17 18:12:50 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Ticket 246.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.91 -r1.1.2.92 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.91 src/doc/CHANGES-6.0:1.1.2.92
--- src/doc/CHANGES-6.0:1.1.2.91 Thu May 17 18:10:20 2012
+++ src/doc/CHANGES-6.0 Thu May 17 18:12:50 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.91 2012/05/17 18:10:20 riz Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.92 2012/05/17 18:12:50 riz Exp $
A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
until the 6.0 release:
@@ -2298,3 +2298,8 @@ sys/arch/powerpc/include/booke/etsecreg.
Apply some PowerPC tsec fixes.
[matt, ticket #245]
+sys/kern/vfs_syscalls.c 1.455
+
+ Fix memory leak in do_open() error path.
+ [rmind, ticket #246]
+