From owner-cvs-all Sun Apr 14 9:52:18 2002 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 8A8DB37B419; Sun, 14 Apr 2002 09:52:14 -0700 (PDT) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3EGqEQ29858; Sun, 14 Apr 2002 09:52:14 -0700 (PDT) (envelope-from scottl) Message-Id: <200204141652.g3EGqEQ29858@freefall.freebsd.org> From: Scott Long Date: Sun, 14 Apr 2002 09:52:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/udf Makefile src/sys/fs/udf ecma167-udf.h osta.c osta.h udf.h udf_mount.h udf_vfsops.c udf_vnops.c src/sbin/mount_udf Makefile mount_udf.8 mount_udf.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 scottl 2002/04/14 09:52:14 PDT Added files: sys/modules/udf Makefile sys/fs/udf ecma167-udf.h osta.c osta.h udf.h udf_mount.h udf_vfsops.c udf_vnops.c sbin/mount_udf Makefile mount_udf.8 mount_udf.c Log: Actually add the UDF files! Revision Changes Path 1.1 +12 -0 src/sbin/mount_udf/Makefile (new) 1.1 +71 -0 src/sbin/mount_udf/mount_udf.8 (new) 1.1 +142 -0 src/sbin/mount_udf/mount_udf.c (new) 1.1 +368 -0 src/sys/fs/udf/ecma167-udf.h (new) 1.1 +466 -0 src/sys/fs/udf/osta.c (new) 1.1 +27 -0 src/sys/fs/udf/osta.h (new) 1.1 +115 -0 src/sys/fs/udf/udf.h (new) 1.1 +34 -0 src/sys/fs/udf/udf_mount.h (new) 1.1 +744 -0 src/sys/fs/udf/udf_vfsops.c (new) 1.1 +1232 -0 src/sys/fs/udf/udf_vnops.c (new) 1.1 +14 -0 src/sys/modules/udf/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message