From owner-freebsd-hackers@FreeBSD.ORG Mon Jun 28 14:46:48 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E079016A4CF; Mon, 28 Jun 2004 14:46:48 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 7ABB543D2D; Mon, 28 Jun 2004 14:46:47 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 28 Jun 2004 15:46:46 +0100 (BST) Date: Mon, 28 Jun 2004 15:46:45 +0100 From: David Malone To: Pawel Jakub Dawidek , freebsd-hackers@FreeBSD.ORG Message-ID: <20040628144645.GA6568@walton.maths.tcd.ie> References: <200406271925.40073.ky@df.ru> <20040627181220.GA10962@VARK.homeunix.com> <20040628073202.GR12007@darkness.comp.waw.pl> <20040628082656.GA15867@VARK.homeunix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040628082656.GA15867@VARK.homeunix.com> User-Agent: Mutt/1.5.3i Sender: dwmalone@maths.tcd.ie Subject: Re: kern___getcwd() returns ENOTDIR X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 14:46:49 -0000 On Mon, Jun 28, 2004 at 01:26:56AM -0700, David Schultz wrote: > It was discussed when phk merged it into kern___getcwd() last > year, and on at least one other occasion. However, I can't seem > to find the relevant thread in the mail archives. Perhaps phk or > dwmalone remember. The only problems that I remember were when *getcwd() used the name cache and managed to work around directories that it didn't have r/x permission on. It is quite possible I've forgotten some other problem though. David.