Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Apr 2002 09:52:14 -0700 (PDT)
From:      Scott Long <scottl@FreeBSD.org>
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
Message-ID:  <200204141652.g3EGqEQ29858@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204141652.g3EGqEQ29858>