From owner-cvs-all Sun Nov 25 13: 0:47 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 37B9C37B41E; Sun, 25 Nov 2001 13:00:39 -0800 (PST)
Received: (from dd@localhost)
by freefall.freebsd.org (8.11.4/8.11.4) id fAPL0dC05810;
Sun, 25 Nov 2001 13:00:39 -0800 (PST)
(envelope-from dd)
Message-Id: <200111252100.fAPL0dC05810@freefall.freebsd.org>
From: Dima Dorfman
Date: Sun, 25 Nov 2001 13:00:39 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/fs/devfs devfs_vnops.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
dd 2001/11/25 13:00:39 PST
Modified files:
sys/fs/devfs devfs_vnops.c
Log:
Address two minor issues: implement the _PC_NAME_MAX and _PC_PATH_MAX
pathconf() variables for directories, and set st_size and st_blocks
(of struct stat) for directories as appropriate. Note that st_size is
always set to DEV_BSIZE, since the size of the directories is not
currently kept.
Reviewed by: phk, bde
Revision Changes Path
1.33 +29 -2 src/sys/fs/devfs/devfs_vnops.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message