freebsd-dev/sys/fs/msdosfs
Craig Rodrigues 3244bb8a12 For big-endian version of getulong() macro, cast result to u_int32_t.
This macro was written expecting a 32-bit unsigned long, and
doesn't work properly on 64-bit systems.  This bug caused vn_stat()
to return incorrect values for files larger than 2gb on msdosfs filesystems
on 64-bit systems.

PR:		106703
Submitted by:	Axel Gonzalez <loox e-shell net>
MFC after:	3 days
2006-12-19 02:31:58 +00:00
..
bootsect.h
bpb.h For big-endian version of getulong() macro, cast result to u_int32_t. 2006-12-19 02:31:58 +00:00
denode.h Replace slightly crummy fattime<->timespec conversion functions. 2006-10-24 11:14:05 +00:00
direntry.h Replace slightly crummy fattime<->timespec conversion functions. 2006-10-24 11:14:05 +00:00
fat.h
msdosfs_conv.c o From the submitter: dos2unixchr will convert to lower case if 2006-11-26 18:49:44 +00:00
msdosfs_denode.c Replace slightly crummy fattime<->timespec conversion functions. 2006-10-24 11:14:05 +00:00
msdosfs_fat.c
msdosfs_fileno.c Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
msdosfs_iconv.c
msdosfs_lookup.c Do not assume that `char direntry::deExtension[3]' starts right after 2006-01-22 21:09:38 +00:00
msdosfs_vfsops.c Minor cleanup. If we are doing a mount update, and we pass in 2006-12-09 01:49:19 +00:00
msdosfs_vnops.c o Do not leave uninitialized birthtime: in MSDOSFSMNT_LONGNAME 2006-12-03 19:04:26 +00:00
msdosfsmount.h