Sat Nov 20 17:55:22 2010 UTC ()
Tickets 1385, 1386.


(riz)
diff -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-5.2

cvs diff -r1.1.2.5 -r1.1.2.6 src/doc/Attic/CHANGES-5.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-5.2 2010/11/20 01:20:17 1.1.2.5
+++ src/doc/Attic/CHANGES-5.2 2010/11/20 17:55:21 1.1.2.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.2,v 1.1.2.5 2010/11/20 01:20:17 riz Exp $ 1# $NetBSD: CHANGES-5.2,v 1.1.2.6 2010/11/20 17:55:21 riz Exp $
2 2
3A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 3A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
4release: 4release:
5 5
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 5.1_STABLE. 9 Welcome to 5.1_STABLE.
10 [riz] 10 [riz]
11 11
12crypto/dist/openssl/ssl/t1_lib.c patch 12crypto/dist/openssl/ssl/t1_lib.c patch
13 13
14 Fix a race condition. (CVE-2010-3864) 14 Fix a race condition. (CVE-2010-3864)
@@ -163,13 +163,27 @@ sys/dev/usb/if_udav.c 1.30 @@ -163,13 +163,27 @@ sys/dev/usb/if_udav.c 1.30
163sys/dev/usb/usbdevs 1.549 163sys/dev/usb/usbdevs 1.549
164sys/dev/usb/usbdevs.h regen 164sys/dev/usb/usbdevs.h regen
165sys/dev/usb/usbdevs_data.h regen 165sys/dev/usb/usbdevs_data.h regen
166 166
167 Add support for SUNRISING SR9600 Fast Ethernet. 167 Add support for SUNRISING SR9600 Fast Ethernet.
168 [jmcneill, ticket #1379] 168 [jmcneill, ticket #1379]
169 169
170sys/dev/pckbport/synaptics.c 1.22-24 170sys/dev/pckbport/synaptics.c 1.22-24
171sys/dev/pckbport/synapticsreg.h 1.6 171sys/dev/pckbport/synapticsreg.h 1.6
172 172
173 Fix the synaptics touchpad passthrough device support. PR#42853. 173 Fix the synaptics touchpad passthrough device support. PR#42853.
174 [plunky, ticket #1383] 174 [plunky, ticket #1383]
175 175
 176sys/dev/pci/if_pcn.c 1.51
 177
 178 silence "boot -z"
 179 [hubertf, ticket #1385]
 180
 181sys/dev/isa/pcppi.c 1.33
 182sys/dev/pad/pad.c 1.11
 183sys/dev/raidframe/rf_netbsdkintf.c 1.258
 184sys/dev/scsipi/cd.c 1.288
 185sys/kern/subr_autoconf.c 1.169
 186
 187 'boot -z' bogons
 188 [hubertf, ticket #1386]
 189