From owner-cvs-src@FreeBSD.ORG Tue Mar 1 04:19:46 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 EC3AF16A4CE; Tue, 1 Mar 2005 04:19:46 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id A45E243D2F; Tue, 1 Mar 2005 04:19:46 +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 j214JjeG085725; Mon, 28 Feb 2005 20:19:46 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id j214Jjbe085724; Mon, 28 Feb 2005 20:19:45 -0800 (PST) (envelope-from obrien) Date: Mon, 28 Feb 2005 20:19:45 -0800 From: "David O'Brien" To: Wes Peters Message-ID: <20050301041945.GA85655@dragon.nuxi.com> References: <200502282142.j1SLgvhh067909@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200502282142.j1SLgvhh067909@repoman.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/i386/i386 machdep.c src/sys/kern kern_mib.c src/sys/sys sysctl.h systm.h 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: Tue, 01 Mar 2005 04:19:47 -0000 On Mon, Feb 28, 2005 at 09:42:57PM +0000, Wes Peters wrote: > wes 2005-02-28 21:42:57 UTC > FreeBSD src repository > Modified files: > sys/i386/i386 machdep.c > sys/kern kern_mib.c > sys/sys sysctl.h systm.h > Log: > Add a sysctl that records the amount of physical memory in the machine. > > Submitted by: Nicko Dehaine > MFC after: 1 day Uh, I hope you will fix the build on all non-i386 platforms before you MFC. Where were they suppose to get the 'realmem' definition from? -- -- David (obrien@FreeBSD.org)