Fri Oct 3 09:21:56 2008 UTC ()
Ticket 1966.


(jdc)
diff -r1.1.2.145 -r1.1.2.146 src/doc/CHANGES-3.2

cvs diff -r1.1.2.145 -r1.1.2.146 src/doc/Attic/CHANGES-3.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-3.2 2008/09/28 16:43:44 1.1.2.145
+++ src/doc/Attic/CHANGES-3.2 2008/10/03 09:21:56 1.1.2.146
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-3.2,v 1.1.2.145 2008/09/28 16:43:44 jdc Exp $ 1# $NetBSD: CHANGES-3.2,v 1.1.2.146 2008/10/03 09:21:56 jdc Exp $
2 2
3A complete list of changes from the NetBSD 3.1 release to the NetBSD 3.2 3A complete list of changes from the NetBSD 3.1 release to the NetBSD 3.2
4release: 4release:
5 5
6File Revision(s) 6File Revision(s)
7---- -------- 7---- --------
8gnu/usr.bin/groff/tmac/mdoc.local patch 8gnu/usr.bin/groff/tmac/mdoc.local patch
9sys/sys/param.h patch 9sys/sys/param.h patch
10 10
11 Welcome to 3.1_STABLE 11 Welcome to 3.1_STABLE
12 12
13include/stddef.h 1.11-1.15 13include/stddef.h 1.11-1.15
14 14
@@ -4998,13 +4998,19 @@ sys/dev/usb/ehcivar.h 1.31 via patch @@ -4998,13 +4998,19 @@ sys/dev/usb/ehcivar.h 1.31 via patch
4998sys/dev/usb/ohci.c 1.195 via patch 4998sys/dev/usb/ohci.c 1.195 via patch
4999sys/dev/usb/ohcivar.h 1.45 via patch 4999sys/dev/usb/ohcivar.h 1.45 via patch
5000sys/dev/usb/uhci.c 1.223 via patch 5000sys/dev/usb/uhci.c 1.223 via patch
5001sys/dev/usb/uhcivar.h 1.45 via patch 5001sys/dev/usb/uhcivar.h 1.45 via patch
5002sys/dev/usb/usb_mem.c 1.37 via patch 5002sys/dev/usb/usb_mem.c 1.37 via patch
5003sys/dev/usb/usb_mem.h 1.27 via patch 5003sys/dev/usb/usb_mem.h 1.27 via patch
5004 5004
5005 Add appropriate bus_dmamap_sync() calls to uhci(4), ohci(4) and 5005 Add appropriate bus_dmamap_sync() calls to uhci(4), ohci(4) and
5006 ehci(4). This adds explicit barrier between DMA descriptors 5006 ehci(4). This adds explicit barrier between DMA descriptors
5007 read/writes, fixing race condition on DMA descriptors access with 5007 read/writes, fixing race condition on DMA descriptors access with
5008 the controller. 5008 the controller.
5009 [bouyer, ticket #1946] 5009 [bouyer, ticket #1946]
5010 5010
 5011sys/netinet6/icmp6.c 1.150
 5012 Fix for CVE-2008-3530 from matt@
 5013 Implement improved checking for MTU values on ICMP 'Packet Too Big
 5014 Messages'
 5015 [adrianp, ticket #1966]
 5016