Module Name: src
Committed By: riz
Date: Tue Dec 21 22:26:44 UTC 2010
Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
Log Message:
Tickets 1495-1498.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.37 -r1.1.2.38 src/doc/CHANGES-5.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.2
diff -u src/doc/CHANGES-5.2:1.1.2.37 src/doc/CHANGES-5.2:1.1.2.38
--- src/doc/CHANGES-5.2:1.1.2.37 Fri Dec 10 21:45:33 2010
+++ src/doc/CHANGES-5.2 Tue Dec 21 22:26:44 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2,v 1.1.2.37 2010/12/10 21:45:33 bouyer Exp $
+# $NetBSD: CHANGES-5.2,v 1.1.2.38 2010/12/21 22:26:44 riz Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -943,3 +943,24 @@
not NULL: it can be legitimately set elsewhere.
[drochner, ticket #1510]
+sys/arch/acorn32/stand/lib/riscospart.c 1.3
+
+ Use partition_cyl_high and partition_cyl_low to find the "RiscBSD"
+ partition.
+ [skrll, ticket #1495]
+
+sys/kern/init_main.c 1.418
+
+ Fix LOCKDEBUG panic 'uninitialized lock'.
+ [skrll, ticket #1496]
+
+sys/arch/dreamcast/dev/g2/aica.c 1.19
+
+ Workaround to make dreamcast audio work.
+ [tsutsui, ticket #1497]
+
+sys/dev/audio.c 1.252
+
+ Fix buffer overrun.
+ [tsutsui, ticket #1498]
+