From owner-cvs-all Fri Dec 3 12:39:56 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 0FA8E15258; Fri, 3 Dec 1999 12:39:47 -0800 (PST) (envelope-from semenu@FreeBSD.org) Received: (from semenu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA86000; Fri, 3 Dec 1999 12:37:42 -0800 (PST) (envelope-from semenu@FreeBSD.org) Message-Id: <199912032037.MAA86000@freefall.freebsd.org> From: Ustimenko Semen Date: Fri, 3 Dec 1999 12:37:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ntfs ntfs.h ntfs_compr.c ntfs_compr.h ntfs_ihash.c ntfs_ihash.h ntfs_inode.h ntfs_subr.c ntfs_subr.h ntfs_vfsops.c ntfs_vfsops.h ntfs_vnops.c ntfsmount.h ntfs_extern.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk semenu 1999/12/03 12:37:41 PST Modified files: sys/ntfs ntfs.h ntfs_compr.c ntfs_compr.h ntfs_ihash.c ntfs_ihash.h ntfs_inode.h ntfs_subr.c ntfs_subr.h ntfs_vfsops.c ntfs_vfsops.h ntfs_vnops.c ntfsmount.h Removed files: sys/ntfs ntfs_extern.h Log: Merged NetBSD version, as they have done improvements: 1. ntfs_read*attr*() functions now accept uio structure to eliminate one data copying. 2. found and removed deadlock caused by 6 concurent ls -lR. 3. started implementation of nromal Unicode<->unix recodeing. Obtained from: NetBSD Revision Changes Path 1.7 +29 -22 src/sys/ntfs/ntfs.h 1.7 +5 -4 src/sys/ntfs/ntfs_compr.c 1.6 +2 -2 src/sys/ntfs/ntfs_compr.h 1.7 +5 -3 src/sys/ntfs/ntfs_ihash.c 1.5 +3 -2 src/sys/ntfs/ntfs_ihash.h 1.6 +22 -19 src/sys/ntfs/ntfs_inode.h 1.7 +573 -477 src/sys/ntfs/ntfs_subr.c 1.6 +15 -27 src/sys/ntfs/ntfs_subr.h 1.17 +225 -175 src/sys/ntfs/ntfs_vfsops.c 1.5 +3 -3 src/sys/ntfs/ntfs_vfsops.h 1.9 +238 -289 src/sys/ntfs/ntfs_vnops.c 1.6 +2 -2 src/sys/ntfs/ntfsmount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message