From owner-cvs-all Wed Aug 29 12: 5:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 38EB437B407; Wed, 29 Aug 2001 12:05:28 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7TJ5Se81781; Wed, 29 Aug 2001 12:05:28 -0700 (PDT) (envelope-from gallatin) Message-Id: <200108291905.f7TJ5Se81781@freefall.freebsd.org> From: Andrew Gallatin Date: Wed, 29 Aug 2001 12:05:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/linux Makefile src/sys/conf files.alpha files.i386 src/sys/compat/linux linux_getcwd.c linux_file.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gallatin 2001/08/29 12:05:28 PDT Modified files: sys/modules/linux Makefile sys/conf files.alpha files.i386 sys/compat/linux linux_file.c Added files: sys/compat/linux linux_getcwd.c Log: 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. Obtained from: NetBSD via OpenBSD Tested by: Chris Casey , Markus Holmberg Reviewed by: Darrell Anderson PR: kern/24315 Revision Changes Path 1.52 +3 -3 src/sys/modules/linux/Makefile 1.70 +2 -1 src/sys/conf/files.alpha 1.370 +2 -1 src/sys/conf/files.i386 1.54 +1 -29 src/sys/compat/linux/linux_file.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message