Module Name: src
Committed By: snj
Date: Fri Apr 10 18:13:57 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.0
Log Message:
Tickets 682-684.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.130 -r1.1.2.131 src/doc/CHANGES-5.0
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
diff -u src/doc/CHANGES-5.0:1.1.2.130 src/doc/CHANGES-5.0:1.1.2.131
--- src/doc/CHANGES-5.0:1.1.2.130 Wed Apr 8 23:13:05 2009
+++ src/doc/CHANGES-5.0 Fri Apr 10 18:13:57 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0,v 1.1.2.130 2009/04/08 23:13:05 snj Exp $
+# $NetBSD: CHANGES-5.0,v 1.1.2.131 2009/04/10 18:13:57 snj Exp $
A complete list of changes from the initial NetBSD 5.0 branch on October 2008
until the 5.0 release:
@@ -5948,3 +5948,21 @@
in ticket #661.
[ad, ticket #681]
+lib/libc/rpc/rpc_clnt_create.3 1.10
+
+ Fix markup
+ [joerg, ticket #682]
+
+sys/arch/i386/i386/kvm86.c 1.18
+
+ Add missing cpu.h include.
+ [sborrill, ticket #683]
+
+sys/dev/ir/irframe_tty.c 1.56
+
+ Avoid crash under LOCKDEBUG by destroying a mutex correctly.
+ Also: move mutex init/destroy into attach/detach functions and
+ handle case where line discipline is closed before the irframe
+ device. Fixes PR kern/40271.
+ [mlelstv, ticket #684]
+