master
Rename BIOS parameter block field from bsPBP to bsBPB. This typo has been fixed in FreeBSD in 2002. No binary change. From Alexander von Gernler; OK krw@
Nuke a bunch of leading/embedded/trailing whitespace so the code can be read without generating spurious headaches.
remove msdosfs findwin95()
make array bounds in unix2dosfn() prototype match function missed when unix2dosfn() was changed with msdosfs_conv.c rev 1.15 in 2012
correct comment from Jonathan Kollasch in NetBSD
msdos already transfroms for Windows long names a '/' char into '?'. Do the same for the 8.3 case as well.
Delete obsolete /* ARGSUSED */ lint comments.
msdosfs: fixes for Undefined Behavior
msdosfs: don't pass NULL proc pointer to detrunc()
Put the bowels of the various VOP_PRINT routines under defined(DEBUG) || defined(DIAGNOSTIC) || defined(VFSLCKDEBUG) as they won't be used otherwise.
remove prototypes with no matching function ok mpi@