Module Name: src
Committed By: snj
Date: Fri Jun 19 21:42:15 UTC 2009
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.1
Log Message:
Tickets 820 and 822.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-5.0.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.0.1
diff -u src/doc/CHANGES-5.0.1:1.1.2.24 src/doc/CHANGES-5.0.1:1.1.2.25
--- src/doc/CHANGES-5.0.1:1.1.2.24 Wed Jun 17 21:34:45 2009
+++ src/doc/CHANGES-5.0.1 Fri Jun 19 21:42:15 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.1,v 1.1.2.24 2009/06/17 21:34:45 bouyer Exp $
+# $NetBSD: CHANGES-5.0.1,v 1.1.2.25 2009/06/19 21:42:15 snj Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.0.1
release:
@@ -443,3 +443,13 @@
this fixes PR/41566
[plunky, ticket #807]
+distrib/hp300/miniroot/install.md 1.14
+
+ Make hp300's install.md script probe cd(4) devices properly.
+ [tsutsui, ticket #820]
+
+sys/compat/linux/common/linux_sched.c 1.59
+
+ In linux_sys_sched_getaffinity(), do not leak memory on error.
+ [njoly, ticket #822]
+