Module Name: src
Committed By: msaitoh
Date: Fri Mar 27 10:45:17 UTC 2009
Modified Files:
src/doc [netbsd-3-0]: CHANGES-3.0.4
Log Message:
Ticket #1999 and #2000.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.40 -r1.1.2.41 src/doc/CHANGES-3.0.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-3.0.4
diff -u src/doc/CHANGES-3.0.4:1.1.2.40 src/doc/CHANGES-3.0.4:1.1.2.41
--- src/doc/CHANGES-3.0.4:1.1.2.40 Thu Feb 26 08:22:26 2009
+++ src/doc/CHANGES-3.0.4 Fri Mar 27 10:45:16 2009
@@ -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]