Source-Changes-HG archive

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

[src/netbsd-6]: src/doc Tickets 525, 542



details:   https://anonhg.NetBSD.org/src/rev/176192f3baa2
branches:  netbsd-6
changeset: 774597:176192f3baa2
user:      riz <riz%NetBSD.org@localhost>
date:      Thu Sep 13 20:29:06 2012 +0000

description:
Tickets 525, 542

diffstat:

 doc/CHANGES-6.0 |  20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r a178dca1fd90 -r 176192f3baa2 doc/CHANGES-6.0
--- a/doc/CHANGES-6.0   Thu Sep 13 20:28:15 2012 +0000
+++ b/doc/CHANGES-6.0   Thu Sep 13 20:29:06 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.203 2012/09/13 08:05:24 martin Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.204 2012/09/13 20:29:06 riz Exp $
 
 A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
 until the 6.0 release:
@@ -8547,3 +8547,21 @@
        [spz, ticket #559]
 
 
+lib/libp2k/p2k.c                               1.57
+lib/libpuffs/dispatcher.c                      1.44
+lib/libpuffs/pnode.c                           1.13
+lib/libpuffs/puffs.3                           1.56
+lib/libpuffs/puffs.h                           1.124
+lib/libpuffs/puffs_ops.3                       1.35
+
+       Fix a regression in libpuffs for third-party file systems which
+       do not map cookies to struct puffs_node.  We are not aware of
+       the existence of any such file systems.
+       [manu, ticket #525]
+
+sys/arch/arm/include/byte_swap.h               1.9,1.12
+
+       Disable arm32 __asm for _byte_swap_u16_variable since gcc4.5 produces
+       decent code for it.  Fixes PR/46898.
+       [martin, ticket #542]
+



Home | Main Index | Thread Index | Old Index