Module Name:    src
Committed By:   martin
Date:           Wed Feb  4 11:38:32 UTC 2015

Modified Files:
        src/doc [netbsd-6]: CHANGES-6.2

Log Message:
Tickets #1244 - #1246


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.191 -r1.1.2.192 src/doc/CHANGES-6.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/CHANGES-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.191 src/doc/CHANGES-6.2:1.1.2.192
--- src/doc/CHANGES-6.2:1.1.2.191	Wed Feb  4 04:39:59 2015
+++ src/doc/CHANGES-6.2	Wed Feb  4 11:38:31 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.191 2015/02/04 04:39:59 snj Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.192 2015/02/04 11:38:31 martin Exp $
 
 A complete list of changes from the 6.1 release until the 6.2 release:
 
@@ -9532,3 +9532,28 @@ external/bsd/libevent/dist/buffer.c		pat
 	Fix CVE-2014-6272.
 	[spz, ticket #1243]
 
+sys/dev/pci/if_wm.c				1.310
+
+	Fix a workaround for SWSM.SMBI bit not working correctly.
+	This problem was only occured with old boot ROM on 8257[12].
+	[msaitoh, ticket #1244]
+
+sys/dev/mii/atphy.c				1.13
+sys/dev/mii/brgphy.c				1.64
+sys/dev/mii/ciphy.c				1.20
+sys/dev/mii/mii_physubr.c			1.76
+sys/dev/mii/rgephy.c				1.30
+sys/dev/mii/urlphy.c				1.26
+
+	Fix a bug that the auto negotiation timer isn't cleard as we
+	expected.
+	To not forget clearing the timer and to reduce the code duplication,
+	clear mii_ticks in *mii_phy_auto().
+	[msaitoh, ticket #1245]
+
+libexec/httpd/bozohttpd.c			1.61
+
+	Answer 403 not just when an open() fails with EPERM, but with
+	EACCES as well.
+	[snj, ticket #1246]
+

Reply via email to