From owner-cvs-all Tue Nov 6 14:31:14 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 C463D37B418; Tue, 6 Nov 2001 14:31:10 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fA6MVAd14777; Tue, 6 Nov 2001 14:31:10 -0800 (PST) (envelope-from jhb) Message-Id: <200111062231.fA6MVAd14777@freefall.freebsd.org> From: John Baldwin Date: Tue, 6 Nov 2001 14:31:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand cd9660.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 jhb 2001/11/06 14:31:10 PST Modified files: lib/libstand cd9660.c Log: - Change the f_isdir field of struct file to be a flags field and two new flags: F_ROOTDIR and F_RR (Rock Ridge present). - Cache the SUSP LEN_SKP parameter in struct file as well. - If we open() '/', then force a read of the directory's contents so we can examine the directory record of '.' to see if Rock Ridge is present. - If Rock Ridge extensions are present, lookup Rock Ridge names in readdir(). Revision Changes Path 1.11 +54 -13 src/lib/libstand/cd9660.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message