Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 1998 07:09:57 -0800 (PST)
From:      "Andrey A. Chernov" <ache@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/msdosfs direntry.h msdosfs_conv.c msdosfs_lookup.c msdosfs_vfsops.c msdosfs_vnops.c msdosfsmount.h
Message-ID:  <199802221509.HAA20729@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ache        1998/02/22 07:09:57 PST

  Modified files:
    sys/msdosfs          direntry.h msdosfs_conv.c 
                         msdosfs_lookup.c msdosfs_vfsops.c 
                         msdosfs_vnops.c msdosfsmount.h 
  Log:
  Implement loadable local<->unicode file names conversion
  Note: it produce correct names only for Win95, DOS names are still
  incorrect and need similar work
  mount_msdos support coming soon
  
  Revision  Changes    Path
  1.6       +3 -3      src/sys/msdosfs/direntry.h
  1.18      +59 -285   src/sys/msdosfs/msdosfs_conv.c
  1.16      +5 -2      src/sys/msdosfs/msdosfs_lookup.c
  1.25      +3 -1      src/sys/msdosfs/msdosfs_vfsops.c
  1.57      +5 -2      src/sys/msdosfs/msdosfs_vnops.c
  1.14      +5 -2      src/sys/msdosfs/msdosfsmount.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?199802221509.HAA20729>