OpenBSD CVS

src/sys/msdosfs/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sys / msdosfs

Current tag: OPENBSD_4_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] bootsect.h  1.4   23 years  provos   seperate -> separate, okay aaron@
[TXT] bpb.h  1.4   18 years  miod   No part of the code defines UNALIGNED_ACCESS, use reverted tests for __STRICT_AL...
[TXT] denode.h  1.18   19 years  tom   The maximum file size on MS-DOS filesystems is 4 GB - 1 byte, so don't bother tr...
[TXT] direntry.h  1.6   22 years  millert   First round of __P removal in sys
[TXT] fat.h  1.7   20 years  tedu   use pool for namei pathbuf. testing ok millert@ tdeval@
[TXT] msdosfs_conv.c  1.13   20 years  tedu   use pool for namei pathbuf. testing ok millert@ tdeval@
[TXT] msdosfs_denode.c  1.28   18 years  pedro   Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks. Inspirati...
[TXT] msdosfs_fat.c  1.17   20 years  tedu   remove printfs i left in. noticed by marc@
[TXT] msdosfs_lookup.c  1.15   19 years  tom   Make all the MS-DOS filesystem code ignore trailing dots and spaces, in the same...
[TXT] msdosfs_vfsops.c  1.40   17 years  sturm   remove the check for the number of heads reported by the BPB altogether, there a...
[TXT] msdosfs_vnops.c  1.56   18 years  pedro   Add missing cache_purge() in msdosfs_rename(). Spotted by tedu@, okay tom@ and t...
[TXT] msdosfsmount.h  1.16   20 years  tedu   use pool for namei pathbuf. testing ok millert@ tdeval@