From owner-freebsd-bugs Tue Sep 25 1: 0: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (unknown [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EE7737B408 for ; Tue, 25 Sep 2001 01:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8P801583196; Tue, 25 Sep 2001 01:00:01 -0700 (PDT) (envelope-from gnats) Date: Tue, 25 Sep 2001 01:00:01 -0700 (PDT) Message-Id: <200109250800.f8P801583196@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Markus Holmberg Subject: Re: kern/24315: getcwd under Linux emulation fails after a rmdir Reply-To: Markus Holmberg Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/24315; it has been noted by GNATS. From: Markus Holmberg To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/24315: getcwd under Linux emulation fails after a rmdir Date: Tue, 25 Sep 2001 09:51:53 +0200 Fixed in 5.0-CURRENT: modules/linux/Makefile (Revision 1.52) conf/files.i386 (Revision 1.370) compat/linux/linux_file.c (Revision 1.54) compat/linux/linux_getcwd.c (Revision 1.1) Andrew Gallatin's commit message: "Fix linux_getcwd() so that if the cwd isn't cached (__getcwd() fails), the cwd is looked up inside the kernel. The native getcwd() in libc handles this in userland if __getcwd() fails." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message