From owner-cvs-all@FreeBSD.ORG Sat Feb 5 00:59:52 2005 Return-Path: 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 6843916A515; Sat, 5 Feb 2005 00:59:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D07543D39; Sat, 5 Feb 2005 00:59:50 +0000 (GMT) (envelope-from das@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 j150xoka077628; Sat, 5 Feb 2005 00:59:50 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j150xoR7077627; Sat, 5 Feb 2005 00:59:50 GMT (envelope-from das) Message-Id: <200502050059.j150xoR7077627@repoman.freebsd.org> From: David Schultz Date: Sat, 5 Feb 2005 00:59:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/kern kern_proc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 05 Feb 2005 00:59:52 -0000 das 2005-02-05 00:59:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern kern_proc.c Log: MFC: 2004-11-20 02:28:48 UTC Malloc p_stats instead of putting it in the U area. We should consider simply embedding it in struct proc. 2004-11-20 23:00:59 UTC Remove local definitions of RANGEOF() and use __rangeof() instead. Also remove a few bogus casts. 2004-11-27 06:46:59 UTC Axe a.out core dump support. Neither older gdb binaries nor current bfd sources understand the present format. Revision Changes Path 1.215.2.3 +28 -6 src/sys/kern/kern_proc.c