NetBSD/sys/fs/msdosfs
hannken 9f9c02f1cd Even though msdosfs never truncates file names it advertises _PC_NO_TRUNC
as zero.  Make it advertise one (no_trunc == true).

Names longer than NAME_MAX (255) will never pass namei() btw.

Fixes PR #43670 (msdosfs claims support for filenames longer than {NAME_MAX},
                 but fails)
2011-07-20 11:52:00 +00:00
..
bootsect.h When mounting an MSDOS fileysystem, do not require that bytes 252 and 2006-08-14 14:06:26 +00:00
bpb.h Use the endian conversion functions from sys/endian.h. 2007-01-27 07:18:10 +00:00
denode.h Msdosfs on-disk meta data is not sufficient to create or validate file handles. 2011-04-04 19:16:58 +00:00
direntry.h
fat.h
files.msdosfs
Makefile
msdosfs_conv.c ansify function definitions 2009-03-15 17:14:40 +00:00
msdosfs_denode.c Rename uvm_vnp_zerorange(struct vnode *, off_t, size_t) to 2011-06-16 09:21:02 +00:00
msdosfs_fat.c On broken filesystems the fillinmap inner loop may have never read a 2010-01-26 20:25:52 +00:00
msdosfs_lookup.c Abolish the SAVENAME and HASBUF flags. There is now always a buffer, 2010-11-30 10:43:01 +00:00
msdosfs_vfsops.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
msdosfs_vnops.c Even though msdosfs never truncates file names it advertises _PC_NO_TRUNC 2011-07-20 11:52:00 +00:00
msdosfsmount.h Create sysctl entries during module initialisation and destroy them 2008-06-28 01:34:05 +00:00
TODO