Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Sep 2001 16:03:53 -0700 (PDT)
From:      Ustimenko Semen <semenu@FreeBSD.org>
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
Message-ID:  <200109082303.f88N3rO63067@freefall.freebsd.org>

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




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