Date: Wed, 25 Feb 1998 22:45:48 -0800 (PST) From: Michael Smith <msmith@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_vnops.c Message-ID: <199802260645.WAA02748@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 1998/02/25 22:45:48 PST Modified files: sys/msdosfs direntry.h msdosfs_conv.c msdosfs_lookup.c msdosfs_vnops.c Log: 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> Revision Changes Path 1.12 +2 -1 src/sys/msdosfs/direntry.h 1.24 +16 -4 src/sys/msdosfs/msdosfs_conv.c 1.22 +5 -3 src/sys/msdosfs/msdosfs_lookup.c 1.62 +8 -13 src/sys/msdosfs/msdosfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802260645.WAA02748>