From owner-cvs-all Fri Feb 19 4:32:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EF8A910E9F; Fri, 19 Feb 1999 04:31:02 -0800 (PST) (envelope-from semenu@FreeBSD.org) Received: (from semenu@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA58092; Fri, 19 Feb 1999 04:31:02 -0800 (PST) (envelope-from semenu@FreeBSD.org) Message-Id: <199902191231.EAA58092@freefall.freebsd.org> From: Ustimenko Semen Date: Fri, 19 Feb 1999 04:31:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ntfs ntfs_ihash.h ntfs_vfsops.h ntfs.h ntfs_compr.c ntfs_compr.h ntfs_extern.h ntfs_ihash.c ntfs_inode.h ntfs_subr.c ntfs_subr.h ntfs_vfsops.c ntfs_vnops.c ntfsmount.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk semenu 1999/02/19 04:31:02 PST Modified files: sys/ntfs ntfs.h ntfs_compr.c ntfs_compr.h ntfs_extern.h ntfs_ihash.c ntfs_inode.h ntfs_subr.c ntfs_subr.h ntfs_vfsops.c ntfs_vnops.c ntfsmount.h Added files: sys/ntfs ntfs_ihash.h ntfs_vfsops.h Log: Added limited write ability. Now we can use some kind of files for swap holders. See mount_ntfs..8 for details. Revision Changes Path 1.2 +10 -12 src/sys/ntfs/ntfs.h 1.2 +2 -2 src/sys/ntfs/ntfs_compr.c 1.2 +2 -2 src/sys/ntfs/ntfs_compr.h 1.2 +2 -0 src/sys/ntfs/ntfs_extern.h 1.2 +24 -56 src/sys/ntfs/ntfs_ihash.c 1.2 +37 -27 src/sys/ntfs/ntfs_inode.h 1.2 +438 -185 src/sys/ntfs/ntfs_subr.c 1.2 +27 -12 src/sys/ntfs/ntfs_subr.h 1.2 +102 -39 src/sys/ntfs/ntfs_vfsops.c 1.2 +168 -219 src/sys/ntfs/ntfs_vnops.c 1.2 +0 -0 src/sys/ntfs/ntfsmount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message