From owner-cvs-all@FreeBSD.ORG Wed Mar 24 15:56:12 2004 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 5409716A4CE; Wed, 24 Mar 2004 15:56:12 -0800 (PST) Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3591543D41; Wed, 24 Mar 2004 15:56:12 -0800 (PST) (envelope-from alc@cs.rice.edu) Received: from localhost (calypso.cs.rice.edu [128.42.1.127]) by cs.rice.edu (Postfix) with ESMTP id 9D3A84AAA1; Wed, 24 Mar 2004 17:56:01 -0600 (CST) Received: from cs.rice.edu ([128.42.1.30]) by localhost (calypso.cs.rice.edu [128.42.1.127]) (amavisd-new, port 10024) with LMTP id 12972-01-79; Wed, 24 Mar 2004 17:56:01 -0600 (CST) Received: by cs.rice.edu (Postfix, from userid 19572) id 4D5CB4AA9D; Wed, 24 Mar 2004 17:56:01 -0600 (CST) Date: Wed, 24 Mar 2004 17:56:00 -0600 From: Alan Cox To: Alan Cox Message-ID: <20040324235600.GI26480@cs.rice.edu> References: <200403242335.i2ONZ4hq014855@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403242335.i2ONZ4hq014855@repoman.freebsd.org> User-Agent: Mutt/1.3.28i X-Virus-Scanned: by amavis-20030616-p7 at cs.rice.edu cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern sys_process.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: Wed, 24 Mar 2004 23:56:12 -0000 On Wed, Mar 24, 2004 at 03:35:04PM -0800, Alan Cox wrote: > alc 2004/03/24 15:35:04 PST > > FreeBSD src repository > > Modified files: > sys/kern sys_process.c > Log: > Use uiomove_fromphys() instead of pmap_qenter() and pmap_qremove() in > proc_rwmem(). > > Revision Changes Path > 1.119 +1 -9 src/sys/kern/sys_process.c This is the first use of a new machine-dependent API. As such the degree of testing on our several platforms varies. If gdb starts misbehaving, e.g., crashing your machine, please bring it to my attention. Alan