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_9_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.3   26 years  provos   FAT32 support from NetBSD by Wolfgang Solfrank.
[TXT] denode.h  1.9   23 years  csapuntz   Remove the clustering fields from the vnodes and place them in the file system...
[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.23   23 years  csapuntz   These file systems don't do softudpates.
[TXT] msdosfs_vnops.c  1.23   23 years  csapuntz   Remove the clustering fields from the vnodes and place them in the file system...
[TXT] msdosfsmount.h  1.12   23 years  assar   branches: 1.12.6; use void * consistently in vfs_mount and sys_mount. ok @art