From owner-cvs-sys Mon Sep 15 12:15:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA17731 for cvs-sys-outgoing; Mon, 15 Sep 1997 12:15:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA17668; Mon, 15 Sep 1997 12:14:41 -0700 (PDT) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id MAA11747; Mon, 15 Sep 1997 12:11:10 -0700 (PDT) Date: Mon, 15 Sep 1997 12:11:10 -0700 (PDT) Message-Id: <199709151911.MAA11747@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_syscalls.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1997/09/15 12:11:10 PDT Modified files: sys/kern vfs_syscalls.c Log: Solve race-condition, return path in normal order. A couple of stylistic nits from Bruce. If your libc contains version 1.11 or 1.12 of getcwd.c, (ie: if you recompiled libc one of the last couple of days): >>> Recompile LIBC before you boot a new kernel <<< A new libc will deal with both old and new kernels. Revision Changes Path 1.70 +30 -27 src/sys/kern/vfs_syscalls.c