NetBSD/sys/fs/msdosfs
maya be48413a3c Be explicit about how we're placing part of the on-disk name into
the extension, so it doesn't appear like we are overrunning an array.
Appeases coverity, NFC.

ok riastradh
2017-01-14 17:17:53 +00:00
..
bootsect.h u_int8_t -> uint8_t 2016-01-22 22:48:18 +00:00
bpb.h u_int{8,16,32}_t -> uint{8,16,32}_t, also u_int -> unsigned and 2016-01-22 22:53:36 +00:00
denode.h Be explicit about how we're placing part of the on-disk name into 2017-01-14 17:17:53 +00:00
direntry.h We can't depend on dp->d_namlen existing for the parts that are used in 2016-02-01 02:59:33 +00:00
fat.h src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
files.msdosfs Split case folding table into separate source file and add full 2016-02-06 10:40:58 +00:00
Makefile
msdosfs_conv.c Fix false positives when comparing long file names that have the 2016-06-30 09:34:01 +00:00
msdosfs_denode.c Remove now obsolete operation vcache_remove(). 2016-08-20 12:37:06 +00:00
msdosfs_fat.c fix DEBUG build 2016-05-07 16:43:02 +00:00
msdosfs_lookup.c Add support to msdosfs and makefs to generate correct Unicode (UCS-2) directory 2016-01-30 09:59:27 +00:00
msdosfs_unicode.c Toolify. 2016-02-06 14:11:58 +00:00
msdosfs_vfsops.c Move vnode members "v_freelisthd" and "v_freelist" from "struct vnode" 2016-12-14 15:48:54 +00:00
msdosfs_vnops.c - split a long line. 2016-02-01 16:53:23 +00:00
msdosfsmount.h Add support to msdosfs and makefs to generate correct Unicode (UCS-2) directory 2016-01-30 09:59:27 +00:00
TODO