Module Name: src
Committed By: jdc
Date: Thu Feb 14 22:21:09 UTC 2013
Modified Files:
src/doc [netbsd-6]: CHANGES-6.1
Log Message:
Tickets #819 to #822.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.95 -r1.1.2.96 src/doc/CHANGES-6.1
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.1
diff -u src/doc/CHANGES-6.1:1.1.2.95 src/doc/CHANGES-6.1:1.1.2.96
--- src/doc/CHANGES-6.1:1.1.2.95 Thu Feb 14 21:46:40 2013
+++ src/doc/CHANGES-6.1 Thu Feb 14 22:21:09 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.95 2013/02/14 21:46:40 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.96 2013/02/14 22:21:09 jdc Exp $
A complete list of changes from the 6.0 release until the 6.1 release:
@@ -8479,3 +8479,27 @@ xsrc/external/mit/xf86-video-wsfb/dist/s
on Raspberry Pi.
[skrll, ticket #818]
+usr.bin/nbperf/nbperf-bdz.c 1.7
+usr.bin/nbperf/nbperf.1 1.6
+usr.bin/nbperf/nbperf.c 1.5
+usr.bin/nbperf/nbperf.h 1.4
+ bdz -> bpz to match the initials of the authors.
+ [joerg, ticket #819]
+
+sys/dev/pci/if_wm.c 1.243
+sys/dev/pci/if_wmvar.h 1.14
+ Use 82580 (and I350) specific PHY read/write functions.
+ Fixes PR#47542.
+ [msaitoh, ticket #820]
+
+sys/arch/sparc/include/ieee.h 1.15
+ We have an implicit 1 MSB bit in the mantissa. Pointed out by
+ Matt Thomas. Fixes PR#47536.
+ [martin, ticket #821]
+
+sys/kern/uipc_socket.c 1.213
+sys/kern/uipc_syscalls.c 1.160
+ PR#47569: Valery Ushakov: SOCK_NONBLOCK does not work because it does
+ not set SS_NBIO.
+ [christos, ticket #822]
+