Tue Nov 13 16:57:45 2018 UTC ()
1093


(snj)
diff -r1.1.2.55 -r1.1.2.56 src/doc/CHANGES-8.1

cvs diff -r1.1.2.55 -r1.1.2.56 src/doc/Attic/CHANGES-8.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-8.1 2018/11/12 16:03:17 1.1.2.55
+++ src/doc/Attic/CHANGES-8.1 2018/11/13 16:57:45 1.1.2.56
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.1,v 1.1.2.55 2018/11/12 16:03:17 martin Exp $ 1# $NetBSD: CHANGES-8.1,v 1.1.2.56 2018/11/13 16:57:45 snj Exp $
2 2
3A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1 3A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
4release: 4release:
5 5
6external/gpl2/groff/tmac/mdoc.local patched by hand 6external/gpl2/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 8.0_STABLE. 9 Welcome to 8.0_STABLE.
10 [snj] 10 [snj]
11 11
12sys/dev/pci/ichsmb.c 1.52, 1.56 12sys/dev/pci/ichsmb.c 1.52, 1.56
13 13
14 ichsmb(4): Add C620, Apollo Lake, and Gemini Lake devices. 14 ichsmb(4): Add C620, Apollo Lake, and Gemini Lake devices.
@@ -1681,13 +1681,18 @@ sys/netipsec/keysock.c 1.66 @@ -1681,13 +1681,18 @@ sys/netipsec/keysock.c 1.66
1681 1681
1682sys/dev/usb/usb_quirks.c 1.88,1.89 (patch) 1682sys/dev/usb/usb_quirks.c 1.88,1.89 (patch)
1683sys/dev/usb/usb_quirks.h 1.28 (patch) 1683sys/dev/usb/usb_quirks.h 1.28 (patch)
1684sys/dev/usb/usbdevs 1.760,1.761 (patch) 1684sys/dev/usb/usbdevs 1.760,1.761 (patch)
1685sys/dev/usb/usbdi_util.c 1.72 (patch) 1685sys/dev/usb/usbdi_util.c 1.72 (patch)
1686sys/dev/usb/usbdi_util.h 1.48 (patch) 1686sys/dev/usb/usbdi_util.h 1.48 (patch)
1687sys/dev/usb/usbdevs.h (regen) 1687sys/dev/usb/usbdevs.h (regen)
1688sys/dev/usb/usbdevs_data.h (regen) 1688sys/dev/usb/usbdevs_data.h (regen)
1689 1689
1690 Add PN533 based NFC devices and a workaround for an errata 1690 Add PN533 based NFC devices and a workaround for an errata
1691 in those chips destroying USB descirptors. 1691 in those chips destroying USB descirptors.
1692 [manu, ticket #1091] 1692 [manu, ticket #1091]
1693 1693
 1694sys/compat/netbsd32/netbsd32_socket.c 1.48 via patch
 1695
 1696 Fix inverted logic, which leads to buffer overflow.
 1697 [maxv, ticket #1093]
 1698