From owner-cvs-all@FreeBSD.ORG Sun Aug 17 12:58:41 2003 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 B899237B401; Sun, 17 Aug 2003 12:58:41 -0700 (PDT) Received: from cirb503493.alcatel.com.au (c211-28-27-130.belrs2.nsw.optusnet.com.au [211.28.27.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82E4243FA3; Sun, 17 Aug 2003 12:58:38 -0700 (PDT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])h7HJwRgh079114; Mon, 18 Aug 2003 05:58:27 +1000 (EST) (envelope-from jeremyp@cirb503493.alcatel.com.au) Received: (from jeremyp@localhost) by cirb503493.alcatel.com.au (8.12.8/8.12.8/Submit) id h7HJwHsM079113; Mon, 18 Aug 2003 05:58:17 +1000 (EST) Date: Mon, 18 Aug 2003 05:58:17 +1000 From: Peter Jeremy To: Wesley Morgan Message-ID: <20030817195816.GA43314@cirb503493.alcatel.com.au> References: <200308170806.h7H860fI057981@repoman.freebsd.org> <20030817122455.M6351@volatile.chemikals.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030817122455.M6351@volatile.chemikals.org> User-Agent: Mutt/1.4.1i cc: Gordon Tetlow cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/libexec/rtld-elf Makefile rtld.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: Sun, 17 Aug 2003 19:58:42 -0000 On Sun, Aug 17, 2003 at 12:25:46PM -0400, Wesley Morgan wrote: >On Sun, 17 Aug 2003, Gordon Tetlow wrote: > >> gordon 2003/08/17 01:06:00 PDT >> >> As long threatened, stage 2 of making a dynamically-linked root a reality. >> Install rtld into /libexec. > >How does this effect performance on systems that do not have softupdates >enabled on the root fs? Last time I checked, the default configuration was not to have softupdates enabled on the root FS. Since softupdates only affects how FS writes are handled and starting a dynamically linked program doesn't involve any FS writes, there is no effect. Peter