From owner-cvs-all Sat Sep 8 16: 4: 3 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 4B30F37B408; Sat, 8 Sep 2001 16:03:53 -0700 (PDT) Received: (from semenu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88N3rO63067; Sat, 8 Sep 2001 16:03:53 -0700 (PDT) (envelope-from semenu) Message-Id: <200109082303.f88N3rO63067@freefall.freebsd.org> From: Ustimenko Semen Date: Sat, 8 Sep 2001 16:03:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount_ntfs Makefile mount_ntfs.8 mount_ntfs.c src/sys/fs/ntfs ntfs.h ntfs_subr.c ntfs_subr.h ntfs_vfsops.c ntfs_vnops.c ntfsmount.h 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 semenu 2001/09/08 16:03:53 PDT Modified files: sbin/mount_ntfs Makefile mount_ntfs.8 mount_ntfs.c sys/fs/ntfs ntfs.h ntfs_subr.c ntfs_subr.h ntfs_vfsops.c ntfs_vnops.c ntfsmount.h Log: Stole unicode translation table from mount_msdos. Add kernel code to support this translation. MFC after: 2 weeks Revision Changes Path 1.6 +3 -1 src/sbin/mount_ntfs/Makefile 1.13 +7 -1 src/sbin/mount_ntfs/mount_ntfs.8 1.6 +78 -3 src/sbin/mount_ntfs/mount_ntfs.c 1.11 +3 -1 src/sys/fs/ntfs/ntfs.h 1.18 +109 -18 src/sys/fs/ntfs/ntfs_subr.c 1.11 +13 -2 src/sys/fs/ntfs/ntfs_subr.h 1.34 +14 -1 src/sys/fs/ntfs/ntfs_vfsops.c 1.24 +2 -2 src/sys/fs/ntfs/ntfs_vnops.c 1.7 +3 -1 src/sys/fs/ntfs/ntfsmount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message