From owner-cvs-all@FreeBSD.ORG Mon Feb 28 20:43:12 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 E777216A50C for ; Mon, 28 Feb 2005 20:43:08 +0000 (GMT) Received: from mail28.sea5.speakeasy.net (mail28.sea5.speakeasy.net [69.17.117.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5FA743D55 for ; Mon, 28 Feb 2005 20:43:07 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 27177 invoked from network); 28 Feb 2005 20:43:06 -0000 Received: from server.baldwin.cx ([216.27.160.63]) (envelope-sender )AES256-SHA encrypted SMTP for ; 28 Feb 2005 20:43:06 -0000 Received: from [10.50.40.202] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.13.1/8.13.1) with ESMTP id j1SK8VPv065431; Mon, 28 Feb 2005 15:08:49 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: "David E. O'Brien" Date: Mon, 28 Feb 2005 15:09:56 -0500 User-Agent: KMail/1.6.2 References: <200502280926.j1S9QD9g004406@repoman.freebsd.org> In-Reply-To: <200502280926.j1S9QD9g004406@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200502281509.56754.jhb@FreeBSD.org> X-Spam-Status: No, score=-102.8 required=4.2 tests=ALL_TRUSTED, USER_IN_WHITELIST autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/osf1 osf1_misc.c src/sys/amd64/linux32 linux32_machdep.c src/sys/compat/freebsd32 freebsd32_misc.c src/sys/compat/linux linux_misc.c src/sys/compat/svr4 svr4_misc.c src/sys/fs/procfs procfs_status.c src/sys/kern init_main.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: Mon, 28 Feb 2005 20:43:12 -0000 On Monday 28 February 2005 04:26 am, David E. O'Brien wrote: > obrien 2005-02-28 09:26:13 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_5) > sys/alpha/osf1 osf1_misc.c > sys/amd64/linux32 linux32_machdep.c > sys/compat/freebsd32 freebsd32_misc.c > sys/compat/linux linux_misc.c > sys/compat/svr4 svr4_misc.c > sys/fs/procfs procfs_status.c > sys/kern init_main.c kern_acct.c kern_clock.c > kern_exit.c kern_proc.c kern_resource.c > kern_synch.c kern_time.c subr_trap.c > tty.c > sys/sys proc.h resourcevar.h syscallsubr.h > Log: > MFC: Rework how we store process times in the kernel such that we always > store the raw values including for child process statistics and only > compute the system and user timevals on demand. > (See the 2004-10-05 18:51:12 UTC jhb commit for full details.) NO!!! This breaks the ABI for all kernel modules. I would have already MFC'd it first if not for that. You should have asked me before MFcing this. :( struct proc's layout changes (the rusage_ext members), so things like the PROC_LOCK() macros will use the wrong offsets into struct proc. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org