freebsd-src/sys/fs/msdosfs
Mike Smith 69a36f24fb Fixes for some bugs in the VFAT/FAT32 support:
- 'mv longnamedfile1 longnamedfile2' would cause longnamedfile2 to lose its
   long name.
 - Long names have trailing spaces/dots stripped for lookup as well as
   assignment.
 - A lockup when the mdsosfs was accessed from within the Linux emulator is fixed.
 - A bug whereby long filenames were recognised by Microsoft operating systems but
   not FreeBSD is fixed.

Submitted by:	Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
1998-02-26 06:45:46 +00:00
..
bootsect.h Update MSDOSFS code using NetBSD's msdosfs as a guide to support 1998-02-18 09:28:47 +00:00
bpb.h Update MSDOSFS code using NetBSD's msdosfs as a guide to support 1998-02-18 09:28:47 +00:00
denode.h Update MSDOSFS code using NetBSD's msdosfs as a guide to support 1998-02-18 09:28:47 +00:00
direntry.h Fixes for some bugs in the VFAT/FAT32 support: 1998-02-26 06:45:46 +00:00
fat.h Update MSDOSFS code using NetBSD's msdosfs as a guide to support 1998-02-18 09:28:47 +00:00
msdosfs_conv.c Fixes for some bugs in the VFAT/FAT32 support: 1998-02-26 06:45:46 +00:00
msdosfs_denode.c Update MSDOSFS code using NetBSD's msdosfs as a guide to support 1998-02-18 09:28:47 +00:00
msdosfs_fat.c Removed unused #includes. 1998-02-20 13:11:54 +00:00
msdosfs_lookup.c Fixes for some bugs in the VFAT/FAT32 support: 1998-02-26 06:45:46 +00:00
msdosfs_vfsops.c Implement loadable DOS<->local conversion tables for DOS names 1998-02-23 16:44:37 +00:00
msdosfs_vnops.c Fixes for some bugs in the VFAT/FAT32 support: 1998-02-26 06:45:46 +00:00
msdosfsmount.h Implement loadable DOS<->local conversion tables for DOS names 1998-02-23 16:44:37 +00:00