> Module Name: src > Committed By: msaitoh > Date: Fri Mar 27 06:04:22 UTC 2009 > > Modified Files: > src/sys/kern [netbsd-3-1]: init_sysctl.c > > Log Message: > Pull up following revision(s) (requested by mrg in ticket #2000): > usr.sbin/pstat/pstat.c: revision 1.113 > convert getfiles() to use KERN_FILE2 sysctl. > now it can survive "struct file" changing, as is upcoming. > > > To generate a diff of this commit: > cvs rdiff -u -r1.36.2.7 -r1.36.2.7.2.1 src/sys/kern/init_sysctl.c > > Please note that diffs are not public domain; they are subject to the > copyright notices on the relevant files.
I'm sorry. I mistook the another commit message. I've cvs admined with the following message: =========== Pull up following revision(s) (requested by mrg in ticket #1999): sys/kern/init_sysctl.c: revision 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. =========== ---------------------------------------------------------- SAITOH Masanobu (masan...@iij.ad.jp msai...@netbsd.org)