Source-Changes-HG archive

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

[src/netbsd-3-0]: src/doc Ticket #1999 and #2000.



details:   https://anonhg.NetBSD.org/src/rev/4effea748c3e
branches:  netbsd-3-0
changeset: 579524:4effea748c3e
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Mar 27 10:45:16 2009 +0000

description:
Ticket #1999 and #2000.

diffstat:

 doc/CHANGES-3.0.4 |  13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r c8140f13b9e6 -r 4effea748c3e doc/CHANGES-3.0.4
--- a/doc/CHANGES-3.0.4 Fri Mar 27 10:44:03 2009 +0000
+++ b/doc/CHANGES-3.0.4 Fri Mar 27 10:45:16 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-3.0.4,v 1.1.2.40 2009/02/26 08:22:26 snj Exp $
+#      $NetBSD: CHANGES-3.0.4,v 1.1.2.41 2009/03/27 10:45:16 msaitoh Exp $
 
 A complete list of changes from the NetBSD 3.0.3 release to the NetBSD 3.0.4
 release:
@@ -1246,3 +1246,14 @@
        Fix typo: LOT_NOTICE -> LOG_NOTICE.
        [bouyer, ticket #1990]       
 
+sys/kern/init_sysctl.c                         1.158
+
+       always calculate "needed" for KERN_FILE2 calls.  this allows a caller
+       to get an estimate of the needed space, like the intention is.
+       [mrg, ticket #1999]
+
+usr.sbin/pstat/pstat.c                         1.113
+
+       convert getfiles() to use KERN_FILE2 sysctl.
+       Now it can survive "struct file" changing, as is upcoming.
+       [mrg, ticket #2000]



Home | Main Index | Thread Index | Old Index