From owner-cvs-src@FreeBSD.ORG Tue Aug 10 17:20:21 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 47C2216A4CF; Tue, 10 Aug 2004 17:20:21 +0000 (GMT) Received: from mail.qubesoft.com (gate.qubesoft.com [217.169.36.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F4B743D1F; Tue, 10 Aug 2004 17:20:20 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from bluebottle.qubesoft.com (bluebottle.qubesoft.com [192.168.1.2]) by mail.qubesoft.com (8.12.9/8.12.9) with ESMTP id i7AHKFGR033172; Tue, 10 Aug 2004 18:20:19 +0100 (BST) (envelope-from dfr@nlsystems.com) Received: from builder02.qubesoft.com (builder02.qubesoft.com [192.168.1.8]) i7AHKBfJ040371; Tue, 10 Aug 2004 18:20:15 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson To: Brian Feldman In-Reply-To: <200408091846.i79IkD8x073800@repoman.freebsd.org> References: <200408091846.i79IkD8x073800@repoman.freebsd.org> Content-Type: text/plain Message-Id: <1092158411.13089.4.camel@builder02.qubesoft.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 10 Aug 2004 18:20:11 +0100 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern link_elf.c 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: Tue, 10 Aug 2004 17:20:21 -0000 On Mon, 2004-08-09 at 19:46, Brian Feldman wrote: > green 2004-08-09 18:46:13 UTC > > FreeBSD src repository > > Modified files: > sys/kern link_elf.c > Log: > Normalize the VM wiring done with SPARSE_MAPPING: check for errors, and > unmap when done. For whatever reason, SPARSE_MAPPING is not even a > config option, so this is dead code. I used this for a while when binutils was misconfigured on the alpha to leave a 1Mb gap between sections and I didn't want to waste the memory.