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
/
sys
/
msdosfs
/
at
master
12 files
bootsect.h
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@
9 years ago
bpb.h
Nuke a bunch of leading/embedded/trailing whitespace so the code can be read without generating spurious headaches.
10 years ago
denode.h
remove msdosfs findwin95()
3 years ago
direntry.h
make array bounds in unix2dosfn() prototype match function missed when unix2dosfn() was changed with msdosfs_conv.c rev 1.15 in 2012
4 years ago
fat.h
correct comment from Jonathan Kollasch in NetBSD
4 years ago
msdosfs_conv.c
msdosfs: remove timezone support
6 years ago
msdosfs_denode.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
msdosfs_fat.c
spelling
5 years ago
msdosfs_lookup.c
msdosfs: don't pass NULL proc pointer to detrunc()
3 years ago
msdosfs_vfsops.c
Put more struct vnode fields under splbio().
3 years ago
msdosfs_vnops.c
msdosfs: don't pass NULL proc pointer to detrunc()
3 years ago
msdosfsmount.h
Syncronize filesystems to disk when suspending. Each mountpoint's vnodes are pushed to disk. Dangling vnodes (unlinked files still in use) and vnodes undergoing change by long-running syscalls are identified -- and such filesystems are marked dirty on-disk while we are suspended (in case power is lost, a fsck will be required). Filesystems without dangling or busy vnodes are marked clean, resulting in faster boots following "battery died" circumstances. Tested by numerous developers, thanks for the feedback.
8 years ago