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_5_8_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] bootsect.h  1.5   17 years  krw   Nuke GEMDOSFS. Unused part of unused atari port. Simplifies MSDOSFS code. Elimin...
[TXT] bpb.h  1.6   9 years  guenther   Use <sys/endian.h> instead of <machine/endian.h> ok dlg@ mpi@ bcook@ millert@ m...
[TXT] denode.h  1.26   10 years  deraadt   final removal of daddr64_t. daddr_t has been 64 bit for a long enough test peri...
[TXT] direntry.h  1.6   22 years  millert   First round of __P removal in sys
[TXT] fat.h  1.10   10 years  deraadt   final removal of daddr64_t. daddr_t has been 64 bit for a long enough test peri...
[TXT] msdosfs_conv.c  1.18   9 years  tedu   primary change: move uvm_vnode out of vnode, keeping only a pointer. objective: ...
[TXT] msdosfs_denode.c  1.53   9 years  tedu   rename desiredvnodes to initialvnodes. less of a lie. ok beck deraadt
[TXT] msdosfs_fat.c  1.26   9 years  tedu   primary change: move uvm_vnode out of vnode, keeping only a pointer. objective: ...
[TXT] msdosfs_lookup.c  1.27   9 years  tedu   primary change: move uvm_vnode out of vnode, keeping only a pointer. objective: ...
[TXT] msdosfs_vfsops.c  1.71   9 years  millert   Include sys/stdint.h for SIZE_MAX instead of relying on the misplaced define in ...
[TXT] msdosfs_vnops.c  1.100   9 years  guenther   Tweaks utimensat/futimens handling to always update ctime, even when both atime ...
[TXT] msdosfsmount.h  1.19   15 years  krw   The FAT32 fsinxtfree field is advisory in nature and we don't use it. So leave i...