From owner-cvs-src@FreeBSD.ORG Sat Jun 19 13:49:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D451B16A4CE; Sat, 19 Jun 2004 13:49:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8C2F43D2D; Sat, 19 Jun 2004 13:49:33 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5JDnPfD096683; Sat, 19 Jun 2004 13:49:25 GMT (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5JDnPlC096682; Sat, 19 Jun 2004 13:49:25 GMT (envelope-from gad) Message-Id: <200406191349.i5JDnPlC096682@repoman.freebsd.org> From: Garance A Drosehn Date: Sat, 19 Jun 2004 13:49:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys user.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jun 2004 13:49:34 -0000 gad 2004-06-19 13:49:25 UTC FreeBSD src repository Modified files: sys/sys user.h Log: Add some more fields to the 'struct kinfo_proc', including some fields which just mark areas which are empty due to issues with the alignment of already-existing fields. This defines several unrelated variables in one shot, because most of the work for updating kinfo_proc is making sure the sizeof(struct kinfo_proc) remains the same across all hardware platforms, and that no space is wasted on any platform due to alignment issues with the new variables. Submitted by: some by Cyrille Lefevre, some by me Revision Changes Path 1.58 +15 -3 src/sys/sys/user.h