Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/doc 1277, 1282, 1289



details:   https://anonhg.NetBSD.org/src/rev/9e8e688963b1
branches:  netbsd-6
changeset: 776946:9e8e688963b1
user:      snj <snj%NetBSD.org@localhost>
date:      Thu Apr 16 06:29:33 2015 +0000

description:
1277, 1282, 1289

diffstat:

 doc/CHANGES-6.2 |  24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r cc32dfae0e05 -r 9e8e688963b1 doc/CHANGES-6.2
--- a/doc/CHANGES-6.2   Thu Apr 16 06:27:33 2015 +0000
+++ b/doc/CHANGES-6.2   Thu Apr 16 06:29:33 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.208 2015/04/14 15:10:57 msaitoh Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.209 2015/04/16 06:29:33 snj Exp $
 
 A complete list of changes from the 6.1 release until the 6.2 release:
 
@@ -11349,3 +11349,25 @@
 
        Move some GPL code from src.tgz to gnusrc.tgz
        [snj, ticket #1279]
+
+sys/dev/pci/if_wm.c                            1.312 via patch
+sys/dev/pci/if_wmreg.h                         1.66 via patch
+
+       - Initialize some hardware bits for 8257[1234], 82583, 80003,
+         ICH* and PCH*.  Some of them are workaround code. From other
+         *BSDs, Linux and documents.
+       - Add comment.
+       - Fix typo in comment.
+       [msaitoh, ticket #1277]
+
+lib/libc/stdio/gettemp.c                       1.16 via patch
+
+       Fix PR bin/47757: mktemp(3) mangles the pathname if not given an
+       absolute path.
+       [msaitoh, ticket #1282]
+
+sys/net/if.h                                   1.186
+
+       Use 1000ULL to prevent integer overflow (for IF_Gbps(10)).
+       [msaitoh, ticket #1289]
+



Home | Main Index | Thread Index | Old Index