tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.sbin
/
makefs
/
msdos
/
at
jcs
13 files
denode.h
While here nuke some more annoying whitespace nits.
9 years ago
direntry.h
msdosfs_times() doesn't need to copy timespecs onto the stack: just mark unix2dostime()'s first argument as a pointer to const and skip the copies.
2 years ago
fat.h
Merge fs/msdosfs/ and newfs_msdos/ into msdos/.
9 years ago
mkfs_msdos.c
#include <disktab.h> not needed for successful compile.
4 years ago
mkfs_msdos.h
While here nuke some more annoying whitespace nits.
9 years ago
msdosfs_conv.c
msdosfs_times() doesn't need to copy timespecs onto the stack: just mark unix2dostime()'s first argument as a pointer to const and skip the copies.
2 years ago
msdosfs_denode.c
annotate all required sys/param.h uses with what they bring into scope, and delete all others. use PATH_MAX and other standardized symbols instead of prehistoric kernel-only names, create local MINIMUM/MAXIMUM macros where required, and directly include standard userland .h files as required.
4 years ago
msdosfs_fat.c
correct indentation; no functional change ok tb@
2 years ago
msdosfs_lookup.c
annotate all required sys/param.h uses with what they bring into scope, and delete all others. use PATH_MAX and other standardized symbols instead of prehistoric kernel-only names, create local MINIMUM/MAXIMUM macros where required, and directly include standard userland .h files as required.
4 years ago
msdosfs_unicode.c
spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech
3 years ago
msdosfs_vfsops.c
Make sure we read a complete struct fsinfo even if the filesystem sectors are smaller. bug report and ok kn@
2 years ago
msdosfs_vnops.c
msdosfs_times() doesn't need to copy timespecs onto the stack: just mark unix2dostime()'s first argument as a pointer to const and skip the copies.
2 years ago
msdosfsmount.h
Merge fs/msdosfs/ and newfs_msdos/ into msdos/.
9 years ago