From owner-cvs-all Fri Oct 12 15: 8:58 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 E3A5D37B401; Fri, 12 Oct 2001 15:08:49 -0700 (PDT) Received: (from semenu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9CM8n180010; Fri, 12 Oct 2001 15:08:49 -0700 (PDT) (envelope-from semenu) Message-Id: <200110122208.f9CM8n180010@freefall.freebsd.org> From: Ustimenko Semen Date: Fri, 12 Oct 2001 15:08:49 -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/ntfs ntfs.h ntfs_subr.c ntfs_subr.h ntfs_vfsops.c ntfs_vnops.c ntfsmount.h X-FreeBSD-CVS-Branch: RELENG_4 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/10/12 15:08:49 PDT Modified files: (Branch: RELENG_4) sbin/mount_ntfs Makefile mount_ntfs.8 mount_ntfs.c sys/ntfs ntfs.h ntfs_subr.c ntfs_subr.h ntfs_vfsops.c ntfs_vnops.c ntfsmount.h Log: MFC: Stole unicode translation tables from mount_msdos. Add kernel code to support this translation. Revision Changes Path 1.2.2.2 +3 -1 src/sbin/mount_ntfs/Makefile 1.6.2.6 +6 -0 src/sbin/mount_ntfs/mount_ntfs.8 1.3.2.2 +78 -3 src/sbin/mount_ntfs/mount_ntfs.c 1.8.2.2 +3 -1 src/sys/ntfs/ntfs.h 1.7.2.4 +108 -17 src/sys/ntfs/ntfs_subr.c 1.7.2.1 +13 -2 src/sys/ntfs/ntfs_subr.h 1.20.2.4 +13 -0 src/sys/ntfs/ntfs_vfsops.c 1.9.2.3 +1 -1 src/sys/ntfs/ntfs_vnops.c 1.6.2.1 +3 -1 src/sys/ntfs/ntfsmount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message