Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/doc 109[3479]
details: https://anonhg.NetBSD.org/src/rev/b7837d2ecc64
branches: netbsd-7
changeset: 799783:b7837d2ecc64
user: snj <snj%NetBSD.org@localhost>
date: Sat Feb 06 21:23:30 2016 +0000
description:
109[3479]
diffstat:
doc/CHANGES-7.1 | 43 ++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 42 insertions(+), 1 deletions(-)
diffs (54 lines):
diff -r b936a3c53c08 -r b7837d2ecc64 doc/CHANGES-7.1
--- a/doc/CHANGES-7.1 Sat Feb 06 21:05:12 2016 +0000
+++ b/doc/CHANGES-7.1 Sat Feb 06 21:23:30 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.53 2016/01/27 19:29:25 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.54 2016/02/06 21:23:30 snj Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
release:
@@ -1874,3 +1874,44 @@
PR#50362.
[riastradh, ticket #1079]
+sys/arch/hp300/hp300/intr.c 1.42
+
+ Fix fatal "intr_dispatch: stray level 6 interrupt" panic by the
+ GENERIC kernel on machines without arcofi(4) audio (i.e. all
+ hp300 except HP425e).
+ [tsutsui, ticket #1093]
+
+sys/nfs/nfs_vnops.c 1.309
+
+ Return an error if NFSPROC_LOOKUP returns the file handle of the
+ current directory. Treating it as DOT lookup would put garbage
+ into the name cache and could panic on future lookups.
+ PR kern/50664
+ [hannken, ticket #1094]
+
+sys/dev/usb/usb.c 1.161
+sys/dev/usb/usb_subr.c 1.207, 1.208
+sys/dev/usb/usbdivar.h 1.111
+sys/dev/usb/xhci.c 1.33
+
+ Get the iManufacturer, iProduct, and iSerialNumber strings
+ before probing for drivers and cache them for later use. This
+ reduces bus transactions and fixes attachment for some umass(4)
+ devices.
+ [skrll, ticket #1097]
+
+lib/libquota/quota_nfs.c 1.5
+
+ Some NFS servers return RPC_PROGNOTREGISTERED instead of
+ RPC_PROGVERSMISMATCH when they don't support EXT_RQUOTAVERS but
+ support RQUOTAVERS, so retry with RQUOTAVERS for both
+ RPC_PROGNOTREGISTERED and RPC_PROGVERSMISMATCH return codes.
+ [bouyer, ticket #1098]
+
+external/gpl2/xcvs/dist/src/import.c 1.4
+
+ Remove trailing whitespace from imported messages when adding
+ new files. This is done in RCS_checkin() but we have a "fast
+ path" for new files here that does not do it.
+ [christos, ticket #1099]
+
Home |
Main Index |
Thread Index |
Old Index