From owner-cvs-src@FreeBSD.ORG Mon Feb 28 20:50:30 2005 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 144F316A4CE; Mon, 28 Feb 2005 20:50:30 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 632C143D31; Mon, 28 Feb 2005 20:50:25 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id j1SKoOns060746; Mon, 28 Feb 2005 12:50:24 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id j1SKoO6H060745; Mon, 28 Feb 2005 12:50:24 -0800 (PST) (envelope-from obrien) Date: Mon, 28 Feb 2005 12:50:24 -0800 From: "David O'Brien" To: John Baldwin Message-ID: <20050228205024.GA60713@dragon.nuxi.com> References: <200502280926.j1S9QD9g004406@repoman.freebsd.org> <200502281509.56754.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200502281509.56754.jhb@FreeBSD.org> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.8i 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-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Feb 2005 20:50:30 -0000 On Mon, Feb 28, 2005 at 03:09:56PM -0500, John Baldwin wrote: > 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. :( There are tons of "MFC after:" commits that people never got around to MFC'ing. I'm doing those now, and this was one of them. I'm seriously concerned that we don't diverge 6-CURRENT/5-STABLE as we did in the 4.x/3.x days. We've already discussed dealing this commit on IRC, so I'll end here. -- -- David (obrien@FreeBSD.org)