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


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] bootsect.h  1.7   7 years  bluhm   Rename BIOS parameter block field from bsPBP to bsBPB. This typo has been fixed...
[TXT] bpb.h  1.7   8 years  krw   Nuke a bunch of leading/embedded/trailing whitespace so the code can be read wit...
[TXT] denode.h  1.36   21 months  jsg   remove msdosfs findwin95() unused since msdosfs_vfsops.c 1.95 ok miod@ millert@...
[TXT] direntry.h  1.8   2 years  jsg   make array bounds in unix2dosfn() prototype match function missed when unix2dosf...
[TXT] fat.h  1.13   2 years  jsg   correct comment from Jonathan Kollasch in NetBSD
[TXT] msdosfs_conv.c  1.21   5 weeks  jsg   with empty body loops, put final semicolon on a new line for readability ok bluh...
[TXT] msdosfs_denode.c  1.68   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] msdosfs_fat.c  1.36   11 months  sf   msdosfs: fixes for Undefined Behavior From FreeBSD commits commit c0db7289c3...
[TXT] msdosfs_lookup.c  1.35   20 months  cheloha   msdosfs: don't pass NULL proc pointer to detrunc() detrunc()'s proc pointer arg...
[TXT] msdosfs_vfsops.c  1.97   10 months  semarie   vfs: drop several macros hidding eopnotsupp make it obvious in the vfsops assig...
[TXT] msdosfs_vnops.c  1.141   6 days  semarie   vfs: VOP_REMOVE: move vnode unlocking and ref dropping to FS-indep part while h...
[TXT] msdosfsmount.h  1.23   6 days  jsg   remove prototypes with no matching function ok mpi@