Source-Changes-HG archive

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

[src/netbsd-7]: src/doc Mention 121, 122 and update to 67.



details:   https://anonhg.NetBSD.org/src/rev/7572ff9b36e5
branches:  netbsd-7
changeset: 798386:7572ff9b36e5
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Sep 30 18:23:20 2014 +0000

description:
Mention 121, 122 and update to 67.

diffstat:

 doc/CHANGES-7.0 |  23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r cb7cf9d0b77c -r 7572ff9b36e5 doc/CHANGES-7.0
--- a/doc/CHANGES-7.0   Tue Sep 30 18:21:40 2014 +0000
+++ b/doc/CHANGES-7.0   Tue Sep 30 18:23:20 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.38 2014/09/29 16:21:56 msaitoh Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.39 2014/09/30 18:23:20 martin Exp $
 
 A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
 until the 7.0 release:
@@ -979,3 +979,24 @@
 
        Add support for the bio(4) API to the mpt(4) driver.
        [jmcneill, ticket #120]
+
+sys/fs/puffs/puffs_node.c                      1.34
+sys/fs/puffs/puffs_vnops.c                     1.187
+
+       Fix the puffs_sop_thread -> puffs_cookie2vnode path:
+       - pass the cookie by reference
+       - add missing mutex_exit()
+       - update assertion for VNON typed vnodes 
+       [hannken, ticket #67]
+
+distrib/utils/embedded/conf/beagleboard.conf   1.18
+
+       Escape $ in $board so this will boot on beaglebone too.
+       [jmcneill, ticket #121]
+
+lib/libc/stdio/printf.3                                1.64
+lib/libc/stdio/vsnprintf.c                     1.28
+lib/libc/stdio/vsnprintf_ss.c                  1.13
+
+       Return EOVERFLOW like FreeBSD does if the buffer size exceeds INT_MAX.
+       [christos, ticket #122]



Home | Main Index | Thread Index | Old Index