Module Name: src Committed By: martin Date: Tue Nov 20 16:06:49 UTC 2018
Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: Ticket #1098 and #1099 To generate a diff of this commit: cvs rdiff -u -r1.1.2.58 -r1.1.2.59 src/doc/CHANGES-8.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-8.1 diff -u src/doc/CHANGES-8.1:1.1.2.58 src/doc/CHANGES-8.1:1.1.2.59 --- src/doc/CHANGES-8.1:1.1.2.58 Sun Nov 18 19:34:52 2018 +++ src/doc/CHANGES-8.1 Tue Nov 20 16:06:49 2018 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.1,v 1.1.2.58 2018/11/18 19:34:52 martin Exp $ +# $NetBSD: CHANGES-8.1,v 1.1.2.59 2018/11/20 16:06:49 martin Exp $ A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1 release: @@ -1721,4 +1721,15 @@ sys/arch/macppc/stand/ofwboot/version 1 PR port-macppc/53727. [tsutsui, ticket #1097] +external/bsd/nsd/dist/server.c 1.2 + + Fix NSD when built with --enable-recvmmsg. + [hannken, ticket #1098] + +sys/dev/usb/usb_quirks.c 1.90 +sys/dev/usb/usb_quirks.h 1.29 +sys/dev/usb/usbdi.c 1.179,1.180 + + Workaround NBP PN533 USB toggle bit bugs. + [manu, ticket #1099]