Module Name: src Committed By: msaitoh Date: Fri Mar 27 04:05:21 UTC 2009
Modified Files: src/doc [netbsd-4-0]: CHANGES-4.0.2 Log Message: Ticket #1287 and #1289. To generate a diff of this commit: cvs rdiff -u -r1.1.2.19 -r1.1.2.20 src/doc/CHANGES-4.0.2 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-4.0.2 diff -u src/doc/CHANGES-4.0.2:1.1.2.19 src/doc/CHANGES-4.0.2:1.1.2.20 --- src/doc/CHANGES-4.0.2:1.1.2.19 Sat Feb 14 19:53:15 2009 +++ src/doc/CHANGES-4.0.2 Fri Mar 27 04:05:21 2009 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-4.0.2,v 1.1.2.19 2009/02/14 19:53:15 snj Exp $ +# $NetBSD: CHANGES-4.0.2,v 1.1.2.20 2009/03/27 04:05:21 msaitoh Exp $ A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2 release: @@ -159,3 +159,14 @@ Fix build on netbsd-5 amd64 hosts. [adrianp, ticket #1278] +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 #1287] + +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 #1289]