freebsd-nq/sys/fs
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
..
cd9660 Staticize. 1998-02-09 06:11:36 +00:00
deadfs Add support for poll(2) on files. vop_nopoll() now returns POLLNVAL 1997-12-15 03:09:59 +00:00
fdescfs Staticize. 1998-02-09 06:11:36 +00:00
fifofs Back out DIAGNOSTIC changes. 1998-02-06 12:14:30 +00:00
msdosfs Fixes for some bugs in the VFAT/FAT32 support: 1998-02-26 06:45:46 +00:00
nullfs Staticize. 1998-02-09 06:11:36 +00:00
portalfs Fixed missing initialization of mp->mnt_stat. At least vm depends on 1998-01-01 08:28:26 +00:00
procfs Staticize. 1998-02-09 06:11:36 +00:00
specfs Back out DIAGNOSTIC changes. 1998-02-06 12:14:30 +00:00
umapfs Staticize. 1998-02-09 06:11:36 +00:00
unionfs Deleted KLOCK-hack. 1998-02-26 03:23:56 +00:00