Module Name:    src
Committed By:   snj
Date:           Sat Jan 30 21:22:13 UTC 2010

Modified Files:
        src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1288.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.191 -r1.1.2.192 src/doc/CHANGES-5.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-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.191 src/doc/CHANGES-5.1:1.1.2.192
--- src/doc/CHANGES-5.1:1.1.2.191	Sat Jan 30 20:46:20 2010
+++ src/doc/CHANGES-5.1	Sat Jan 30 21:22:13 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.191 2010/01/30 20:46:20 snj Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.192 2010/01/30 21:22:13 snj Exp $
 
 A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
 release:
@@ -16543,3 +16543,11 @@
 	Fix man page section numbers.
 	[dholland, ticket #1287]
 
+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]
+

Reply via email to