From owner-cvs-all@FreeBSD.ORG Thu Jan 5 20:23:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6119516A41F; Thu, 5 Jan 2006 20:23:11 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 164F243D5A; Thu, 5 Jan 2006 20:23:11 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k05KNAsp035820; Thu, 5 Jan 2006 20:23:10 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k05KNAnP035819; Thu, 5 Jan 2006 20:23:10 GMT (envelope-from truckman) Message-Id: <200601052023.k05KNAnP035819@repoman.freebsd.org> From: Don Lewis Date: Thu, 5 Jan 2006 20:23:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_proc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2006 20:23:11 -0000 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