Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/doc Tickets 3 and 4
details: https://anonhg.NetBSD.org/src/rev/7a46af7fb906
branches: netbsd-7
changeset: 798227:7a46af7fb906
user: martin <martin%NetBSD.org@localhost>
date: Mon Aug 11 15:40:08 2014 +0000
description:
Tickets 3 and 4
diffstat:
doc/CHANGES-7.0 | 19 ++++++++++++++++++-
1 files changed, 18 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r 2c7f0e63fcb3 -r 7a46af7fb906 doc/CHANGES-7.0
--- a/doc/CHANGES-7.0 Mon Aug 11 15:38:27 2014 +0000
+++ b/doc/CHANGES-7.0 Mon Aug 11 15:40:08 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.1 2014/08/11 09:21:47 riz Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.2 2014/08/11 15:40:08 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -11,3 +11,20 @@
Welcome to 7.0_BETA!
+sys/dev/usb/xhci.c 1.24
+
+ PR/49091: xhci: wrong wMaxPacketSize value
+
+ While this is correct according to the specification only fixed sizes
+ are allowed, i.e. 512 for SS, etc. Maybe these should be used?
+ [skrll, ticket #3]
+
+
+sys/kern/kern_rndpool.c 1.7
+sys/kern/kern_rndq.c 1.27
+
+ buf is not guaranteed to be aligned; don't *(uint32_t *) it.
+ done is not guaranteed to be aligned; don't *(uint32_t *) it.
+ Fixes PR kern/49098.
+ [riastradh, ticket #4]
+
Home |
Main Index |
Thread Index |
Old Index