Module Name: src
Committed By: snj
Date: Sat Jan 30 21:25:14 UTC 2010
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2
Log Message:
Ticket 1288.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.50 -r1.1.2.51 src/doc/CHANGES-5.0.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-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.50 src/doc/CHANGES-5.0.2:1.1.2.51
--- src/doc/CHANGES-5.0.2:1.1.2.50 Sat Jan 30 20:44:51 2010
+++ src/doc/CHANGES-5.0.2 Sat Jan 30 21:25:14 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.50 2010/01/30 20:44:51 snj Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.51 2010/01/30 21:25:14 snj Exp $
A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
release:
@@ -1156,3 +1156,11 @@
Remaining part of PR 42273.
[joerg, ticket #1276]
+sys/kern/sys_aio.c 1.28 via patch
+
+ sys_aio_suspend, sys_lio_listio:
+ - fix the buffer sizes.
+ - use kmem_alloc instead of kmem_zalloc for buffers which we will
+ overwrite soon.
+ [rmind, ticket #1288]
+