Date: Thu, 5 Jan 2006 20:23:10 +0000 (UTC) From: Don Lewis <truckman@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_proc.c Message-ID: <200601052023.k05KNAnP035819@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
truckman 2006-01-05 20:23:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_proc.c Log: Diff reduction to HEAD: Call fill_kinfo_proc_only() instead of fill_kinfo_proc() before calling fill_kinfo_thread(), because fill_kinfo_proc() calls both fill_kinfo_proc_only() and fill_kinfo_thread(). This is a minor optimization and there should be no change in functionality. Leading whitespace cleanup. Revision Changes Path 1.230.2.3 +2 -2 src/sys/kern/kern_proc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601052023.k05KNAnP035819>