Source-Changes-HG archive

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

[src/netbsd-1-6]: src/doc ticket 1272



details:   https://anonhg.NetBSD.org/src/rev/2cf9afd175a5
branches:  netbsd-1-6
changeset: 530306:2cf9afd175a5
user:      grant <grant%NetBSD.org@localhost>
date:      Mon Jun 16 14:04:07 2003 +0000

description:
ticket 1272

diffstat:

 doc/CHANGES-1.6.2 |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 3cfd08e39b68 -r 2cf9afd175a5 doc/CHANGES-1.6.2
--- a/doc/CHANGES-1.6.2 Mon Jun 16 14:03:21 2003 +0000
+++ b/doc/CHANGES-1.6.2 Mon Jun 16 14:04:07 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.6.2,v 1.1.2.27 2003/06/16 14:01:33 grant Exp $
+#      $NetBSD: CHANGES-1.6.2,v 1.1.2.28 2003/06/16 14:04:07 grant Exp $
 
 A complete list of changes from NetBSD 1.6.1 to NetBSD 1.6.2:
 
@@ -409,3 +409,11 @@
 
        Hopefully this will properly answer PR 19752
        [fair, ticket #1271]
+
+sbin/dump/rcache.c                             1.20
+
+       The sysctl returning the amount of memory in the system returns "int",
+       which is silly.  Luckily, it really does return the correct result if
+       interpreted as an unsigned int.  This change lets dump work on 32-bit
+       systems that have more than 2GB of RAM.
+       [rafal, ticket #1272]



Home | Main Index | Thread Index | Old Index