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_2_8_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] bootsect.h  1.3   26 years  provos   branches: 1.3.10; FAT32 support from NetBSD by Wolfgang Solfrank.
[TXT] bpb.h  1.3   26 years  provos   FAT32 support from NetBSD by Wolfgang Solfrank.
[TXT] denode.h  1.8   24 years  art   branches: 1.8.2; There is no msdosfs_abortop. Remove prototype.
[TXT] direntry.h  1.5   26 years  provos   branches: 1.5.10; 1.5.20; FAT32 support from NetBSD by Wolfgang Solfrank.
[TXT] fat.h  1.4   26 years  provos   branches: 1.4.10; 1.4.20; FAT32 support from NetBSD by Wolfgang Solfrank.
[TXT] msdosfs_conv.c  1.8   26 years  provos   branches: 1.8.10; FAT32 support from NetBSD by Wolfgang Solfrank.
[TXT] msdosfs_denode.c  1.16   25 years  art   branches: 1.16.4; zap the newhashinit hack. Add an extra flag to hashinit telli...
[TXT] msdosfs_fat.c  1.8   25 years  art   branches: 1.8.6; make this work with MSDOSFS_DEBUG
[TXT] msdosfs_lookup.c  1.11   25 years  art   branches: 1.11.6; 1.11.16; Fix a bug where the root directory could look corru...
[TXT] msdosfs_vfsops.c  1.20   24 years  aaron   Support FAT32 partitions >4GB (up to 128GB, in fact); d@ ok, from NetBSD.
[TXT] msdosfs_vnops.c  1.22   23 years  art   Avoid superfluous vrele in msdosfs_rename. fixes 1249. From gluk@ptci.ru
[TXT] msdosfsmount.h  1.11   24 years  assar   branches: 1.11.2; update to use new checkexp vfs operation