DragonFly commits List (threaded) for 2009-09
DragonFly BSD
DragonFly commits List (threaded) for 2009-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: libiconv: convert NTFS to libiconv.


From: Alexander Polakov <polachok@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 12 Sep 2009 16:42:11 -0700 (PDT)

commit 237310012ea04b5c696cef1515d2650961a4a076
Author: Alexander Polakov <polachok@gmail.com>
Date:   Sun Sep 13 03:22:09 2009 +0400

    libiconv: convert NTFS to libiconv.
    
    Partly-taken-from: FreeBSD

Summary of changes:
 sys/vfs/ntfs/Makefile                |    1 +
 sys/vfs/ntfs/ntfs.h                  |    2 +
 sys/vfs/ntfs/ntfs_iconv/Makefile     |    7 ++
 sys/vfs/ntfs/ntfs_iconv/ntfs_iconv.c |   36 +++++++
 sys/vfs/ntfs/ntfs_subr.c             |  167 +++++++++++++++++++++++++++-------
 sys/vfs/ntfs/ntfs_subr.h             |    9 +-
 sys/vfs/ntfs/ntfs_vfsops.c           |   19 +++--
 sys/vfs/ntfs/ntfs_vnops.c            |   17 ++--
 sys/vfs/ntfs/ntfsmount.h             |    6 +-
 9 files changed, 212 insertions(+), 52 deletions(-)
 create mode 100644 sys/vfs/ntfs/ntfs_iconv/Makefile
 create mode 100644 sys/vfs/ntfs/ntfs_iconv/ntfs_iconv.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/237310012ea04b5c696cef1515d2650961a4a076


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]