Sat Aug 25 17:07:03 2018 UTC ()
Ammend ticket #1632


(martin)
diff -r1.1.2.106 -r1.1.2.107 src/doc/CHANGES-7.2

cvs diff -r1.1.2.106 -r1.1.2.107 src/doc/Attic/CHANGES-7.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-7.2 2018/08/25 15:14:23 1.1.2.106
+++ src/doc/Attic/CHANGES-7.2 2018/08/25 17:07:03 1.1.2.107
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.2,v 1.1.2.106 2018/08/25 15:14:23 martin Exp $ 1# $NetBSD: CHANGES-7.2,v 1.1.2.107 2018/08/25 17:07:03 martin Exp $
2 2
3A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2 3A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
4release: 4release:
5 5
6doc/README.files patched by hand 6doc/README.files patched by hand
7gnu/usr.bin/groff/tmac/mdoc.local patched by hand 7gnu/usr.bin/groff/tmac/mdoc.local patched by hand
8sys/sys/param.h patched by hand 8sys/sys/param.h patched by hand
9 9
10 Welcome to 7.1_STABLE. 10 Welcome to 7.1_STABLE.
11 [snj] 11 [snj]
12 12
13usr.bin/ftp/fetch.c 1.227 13usr.bin/ftp/fetch.c 1.227
14 14
@@ -6003,26 +6003,27 @@ sys/netinet6/frag6.c 1.64 @@ -6003,26 +6003,27 @@ sys/netinet6/frag6.c 1.64
6003 [maxv, ticket #1630] 6003 [maxv, ticket #1630]
6004 6004
6005etc/powerd/scripts/sleep_button 1.11 6005etc/powerd/scripts/sleep_button 1.11
6006 6006
6007 Remove the stopping and starting of various network scripts on 6007 Remove the stopping and starting of various network scripts on
6008 sleep / resume. 6008 sleep / resume.
6009 [roy, ticket #1631] 6009 [roy, ticket #1631]
6010 6010
6011sys/dev/usb/ehci.c 1.260,1.261 (patch) 6011sys/dev/usb/ehci.c 1.260,1.261 (patch)
6012sys/dev/usb/ehcivar.h 1.45 (patch) 6012sys/dev/usb/ehcivar.h 1.45 (patch)
6013sys/dev/usb/motg.c 1.22 (patch) 6013sys/dev/usb/motg.c 1.22 (patch)
6014sys/dev/usb/ohci.c 1.282,1.283 (patch) 6014sys/dev/usb/ohci.c 1.282,1.283 (patch)
6015sys/dev/usb/ohcivar.h 1.60 (patch) 6015sys/dev/usb/ohcivar.h 1.60 (patch)
 6016sys/dev/usb/ugen.c (patch)
6016sys/dev/usb/uhci.c 1.281,1.282 (patch) 6017sys/dev/usb/uhci.c 1.281,1.282 (patch)
6017sys/dev/usb/uhcivar.h 1.55 (patch) 6018sys/dev/usb/uhcivar.h 1.55 (patch)
6018sys/dev/usb/usbdi.c 1.177 (patch) 6019sys/dev/usb/usbdi.c 1.177 (patch)
6019sys/dev/usb/usbdivar.h 1.117 (patch) 6020sys/dev/usb/usbdivar.h 1.117 (patch)
6020sys/dev/usb/xhci.c 1.96 (patch) 6021sys/dev/usb/xhci.c 1.96 (patch)
6021sys/dev/usb/xhcivar.h 1.10 (patch) 6022sys/dev/usb/xhcivar.h 1.10 (patch)
6022sys/external/bsd/dwc2/dwc2.c 1.52 (patch) 6023sys/external/bsd/dwc2/dwc2.c 1.52 (patch)
6023 6024
6024 Move the struct usb_task to struct usbd_xfer for everyone to use 6025 Move the struct usb_task to struct usbd_xfer for everyone to use
6025 and various transfer/abort handling fixes. 6026 and various transfer/abort handling fixes.
6026 Initialise the usb abort task in the HCI allocx routine, so that it 6027 Initialise the usb abort task in the HCI allocx routine, so that it
6027 can be safely usb_rem_task()'d. 6028 can be safely usb_rem_task()'d.
6028 Rework the handling of softintr vs cancellation vs timeout abort. 6029 Rework the handling of softintr vs cancellation vs timeout abort.