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_3_5


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.15   20 years  millert   Replace select backends with poll backends. selscan() and pollscan() now call t...
[TXT] direntry.h  1.6   22 years  millert   First round of __P removal in sys
[TXT] fat.h  1.5   22 years  millert   First round of __P removal in sys
[TXT] msdosfs_conv.c  1.10   20 years  mickey   constify the conversion tables
[TXT] msdosfs_denode.c  1.24   22 years  millert   First round of __P removal in sys
[TXT] msdosfs_fat.c  1.14   20 years  itojun   fix NULL/0 mixup
[TXT] msdosfs_lookup.c  1.12   21 years  art   File system locking fixups, mostly from NetBSD: - cache_lookup move comm...
[TXT] msdosfs_vfsops.c  1.32   20 years  mickey   constify vfsops; tedu@ ok
[TXT] msdosfs_vnops.c  1.43   20 years  drahn   Couple of typos in poll changes. ok millert@
[TXT] msdosfsmount.h  1.14   21 years  tedu   support for making directories +x without affecting normal files ok millert@