NetBSD/sys/msdosfs
jdolecek 40d9f8a709 msdosfs_read(): avoid integer overflow for files > 2GB, when
difference between current read position and file size
	is bigger than 2GB

This fixes problem first noted in FreeBSD PR#15639 and sent
by Martin J. Laubach in kern/9046, though the implementation
differs a bit.
2000-04-22 22:45:37 +00:00
..
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
TODO one more 2000-03-27 10:15:13 +00:00
bootsect.h PR4393: additional fixes of format strings for unsigned parameters 1997-11-17 15:36:17 +00:00
bpb.h PR4393: additional fixes of format strings for unsigned parameters 1997-11-17 15:36:17 +00:00
denode.h fix msdosfs export problems which occur on LP64 systems, which were 1999-07-27 05:39:10 +00:00
direntry.h PR4393: additional fixes of format strings for unsigned parameters 1997-11-17 15:36:17 +00:00
fat.h Add new CLUST_END and use it as parameter to pcbmap() when searching 2000-03-27 17:40:26 +00:00
msdosfs_conv.c unix2dostime(), dos2unixtime(): use value of rtc_offset to shift the time value 2000-02-28 10:43:08 +00:00
msdosfs_denode.c Add new CLUST_END and use it as parameter to pcbmap() when searching 2000-03-27 17:40:26 +00:00
msdosfs_fat.c Add new CLUST_END and use it as parameter to pcbmap() when searching 2000-03-27 17:40:26 +00:00
msdosfs_lookup.c Support async option by using delayed writes for metadata when mounted 2000-03-27 09:44:45 +00:00
msdosfs_vfsops.c add a comment regarding FATMIRROR bit usage and restructure the code 2000-04-03 18:12:12 +00:00
msdosfs_vnops.c msdosfs_read(): avoid integer overflow for files > 2GB, when 2000-04-22 22:45:37 +00:00
msdosfsmount.h Delete redunctant decls of msdosfs_{mount,start,unmount,root,quotactl, 2000-03-30 02:29:46 +00:00