Module Name: src Committed By: snj Date: Sat Feb 6 21:23:30 UTC 2016
Modified Files: src/doc [netbsd-7]: CHANGES-7.1 Log Message: 109[3479] To generate a diff of this commit: cvs rdiff -u -r1.1.2.53 -r1.1.2.54 src/doc/CHANGES-7.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-7.1 diff -u src/doc/CHANGES-7.1:1.1.2.53 src/doc/CHANGES-7.1:1.1.2.54 --- src/doc/CHANGES-7.1:1.1.2.53 Wed Jan 27 19:29:25 2016 +++ src/doc/CHANGES-7.1 Sat Feb 6 21:23:30 2016 @@ -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 @@ sys/external/bsd/drm2/dist/drm/nouveau/c 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] +