Module Name: src
Committed By: msaitoh
Date: Fri Feb 15 08:23:17 UTC 2013
Modified Files:
src/doc [netbsd-6]: CHANGES-6.1
Log Message:
Ticket #813.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.97 -r1.1.2.98 src/doc/CHANGES-6.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-6.1
diff -u src/doc/CHANGES-6.1:1.1.2.97 src/doc/CHANGES-6.1:1.1.2.98
--- src/doc/CHANGES-6.1:1.1.2.97 Fri Feb 15 03:36:32 2013
+++ src/doc/CHANGES-6.1 Fri Feb 15 08:23:17 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.97 2013/02/15 03:36:32 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.98 2013/02/15 08:23:17 msaitoh Exp $
A complete list of changes from the 6.0 release until the 6.1 release:
@@ -8504,3 +8504,6 @@ sys/kern/uipc_syscalls.c 1.160
not set SS_NBIO.
[christos, ticket #822]
+sys/dev/usb/dwc_otg.c patch
+ Fix a locking error in the last commit
+ [skrll, ticket #813]