Module Name: src Committed By: martin Date: Thu Feb 27 14:45:30 UTC 2020
Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1508 and #1511 To generate a diff of this commit: cvs rdiff -u -r1.1.2.100 -r1.1.2.101 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.100 src/doc/CHANGES-8.2:1.1.2.101 --- src/doc/CHANGES-8.2:1.1.2.100 Tue Feb 25 19:22:18 2020 +++ src/doc/CHANGES-8.2 Thu Feb 27 14:45:30 2020 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.100 2020/02/25 19:22:18 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.101 2020/02/27 14:45:30 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -2071,3 +2071,17 @@ sys/arch/arm/arm32/bus_dma.c 1.119,1.1 Make sure to convey a failure to the calling function. [skrll, ticket #1510] +sys/dev/usb/u3g.c 1.40 +sys/dev/usb/umodeswitch.c 1.5 +sys/dev/usb/usbdevs 1.776 +sys/dev/usb/usbdevs.h (regen) +sys/dev/usb/usbdevs_data.h (regen) + + Add support for D-Link DWM-157 3G USB modem. + [manu, ticket #1508] + +sys/ufs/ufs/ufs_vnops.c 1.249 + + Zero out the padding in 'd_namlen', to prevent info leaks. + [maxv, ticket #1511] +