Module Name: src
Committed By: snj
Date: Thu Sep 10 07:42:49 UTC 2009
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2
Log Message:
Tickets 931 and 938.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.11 -r1.1.2.12 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.11 src/doc/CHANGES-5.0.2:1.1.2.12
--- src/doc/CHANGES-5.0.2:1.1.2.11 Sat Sep 5 16:24:20 2009
+++ src/doc/CHANGES-5.0.2 Thu Sep 10 07:42:49 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.11 2009/09/05 16:24:20 snj Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.12 2009/09/10 07:42:49 snj Exp $
A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
release:
@@ -226,3 +226,15 @@
don't panic when the driver fails to map registers.
[jmcneill, ticket #939]
+sys/dev/ic/mfi.c 1.28 via patch
+
+ Fix command list corruption seen on heavy I/O load on the mfi
+ driver(4).
+ [bouyer, ticket #931]
+
+dist/nvi/regex/regcomp.c 1.5
+
+ Fix PR bin/41781, the pattern /\$/ doesn't match a dollar sign
+ anymore by default.
+ [tnozaki, ticket #938]
+