Tue Apr 14 15:10:57 2015 UTC ()
Summarize ticket 1279.


(msaitoh)
diff -r1.1.2.207 -r1.1.2.208 src/doc/CHANGES-6.2

cvs diff -r1.1.2.207 -r1.1.2.208 src/doc/Attic/CHANGES-6.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-6.2 2015/04/14 15:08:37 1.1.2.207
+++ src/doc/Attic/CHANGES-6.2 2015/04/14 15:10:57 1.1.2.208
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.2,v 1.1.2.207 2015/04/14 15:08:37 msaitoh Exp $ 1# $NetBSD: CHANGES-6.2,v 1.1.2.208 2015/04/14 15:10:57 msaitoh Exp $
2 2
3A complete list of changes from the 6.1 release until the 6.2 release: 3A complete list of changes from the 6.1 release until the 6.2 release:
4 4
5doc/README.files patched by hand 5doc/README.files patched by hand
6gnu/usr.bin/groff/tmac/mdoc.local patched by hand 6gnu/usr.bin/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 6.1_STABLE! 9 Welcome to 6.1_STABLE!
10 10
11sys/dev/usb/usb_quirks.c 1.78 11sys/dev/usb/usb_quirks.c 1.78
12sys/dev/usb/usbdevs 1.639 12sys/dev/usb/usbdevs 1.639
13sys/dev/usb/usbdevs.h regen 13sys/dev/usb/usbdevs.h regen
14sys/dev/usb/usbdevs_data.h regen 14sys/dev/usb/usbdevs_data.h regen
@@ -11337,17 +11337,15 @@ usr.bin/ktrace/ktrace.1 1.43 @@ -11337,17 +11337,15 @@ usr.bin/ktrace/ktrace.1 1.43
11337sys/arch/xen/include/evtchn.h 1.23 11337sys/arch/xen/include/evtchn.h 1.23
11338sys/arch/xen/xen/evtchn.c 1.71 11338sys/arch/xen/xen/evtchn.c 1.71
11339sys/arch/xen/xen/pci_intr_machdep.c 1.17 11339sys/arch/xen/xen/pci_intr_machdep.c 1.17
11340 11340
11341 Properly implemement pci_intr_disestablish(9), so that interrupt 11341 Properly implemement pci_intr_disestablish(9), so that interrupt
11342 handlers stop being called when the device has been detached. 11342 handlers stop being called when the device has been detached.
11343 Should fix PR port-xen/47720 (which turns out to not be related to 11343 Should fix PR port-xen/47720 (which turns out to not be related to
11344 raidframe). While there fix possible races in event_remove_handler() 11344 raidframe). While there fix possible races in event_remove_handler()
11345 and pirq_establish(). 11345 and pirq_establish().
11346 [bouyer, ticket #1278] 11346 [bouyer, ticket #1278]
11347 11347
11348distrib/sets/makesrctars 1.40 11348distrib/sets/makesrctars 1.40
11349 11349
11350 GPL code isn't just in src/gnu these days (i.e., the last 6 years). 11350 Move some GPL code from src.tgz to gnusrc.tgz
11351 move stuff from src/external/gpl[23] out of the src tarball and into 
11352 gnusrc. 
11353 [snj, ticket #1279] 11351 [snj, ticket #1279]