Source-Changes-HG archive

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

[src/netbsd-2]: src/doc tickets 11332, 11334



details:   https://anonhg.NetBSD.org/src/rev/2cf41f710056
branches:  netbsd-2
changeset: 564616:2cf41f710056
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sat Aug 11 15:10:14 2007 +0000

description:
tickets 11332, 11334

diffstat:

 doc/CHANGES-2.2 |  17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r b1dad55acc00 -r 2cf41f710056 doc/CHANGES-2.2
--- a/doc/CHANGES-2.2   Sat Aug 11 15:09:49 2007 +0000
+++ b/doc/CHANGES-2.2   Sat Aug 11 15:10:14 2007 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-2.2,v 1.1.2.114 2007/08/11 14:57:41 bouyer Exp $
+#      $NetBSD: CHANGES-2.2,v 1.1.2.115 2007/08/11 15:10:14 bouyer Exp $
 
 A complete list of changes from the NetBSD 2.1 release to the NetBSD 2.2 
 release
@@ -1285,3 +1285,18 @@
        Set the 'ri' pointer before use.
        [mjf, ticket #11348]
 
+distrib/utils/sysinst/arch/mac68k/md.c         1.49 via patch
+
+       Apply patch from Hauke Fath to solve port-mac68k/29049: sysinst did not
+       newfs and mount the target filesystem.
+       [hauke, ticket #11332]
+
+sys/ufs/ufs/quota.h                            1.24
+sys/ufs/ufs/ufs_quota.c                                1.46
+
+       If a quota-enabled file system has 65536 active vnodes for one uid
+       the reference counter of the corresponding struct dquot will overflow.
+       Change the type of the reference counter from u_int16_t to u_int32_t
+       and add an assertion to check for overflow.
+       [hannken, ticket #11334]
+



Home | Main Index | Thread Index | Old Index