index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
fs
/
msdosfs
/
msdosfsmount.h
Age
Commit message (
Expand
)
Author
2016-01-30
Add support to msdosfs and makefs to generate correct Unicode (UCS-2) directory
mlelstv
2014-07-08
Change msdosfs from hashlist to vcache:
hannken
2013-01-26
more cross-compile friendly.
christos
2013-01-26
expose more stuff if MAKEFS is defined for the headers, and arrange for
christos
2012-11-04
Stylistic changes in comments/strings:
jakllsch
2012-02-03
Only use MALLOC_DECLARE if it exists. Helps with the dirty _KERNEL
joerg
2008-06-28
Create sysctl entries during module initialisation and destroy them
rumble
2007-09-24
Avoid stack allocation of large dirent structures in foo_readdir().
rumble
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-11-25
Support FAT filesystems on non-DEV_BSIZE media.
scw
2005-12-03
- protect userland exported files against multiple inclusion.
christos
2005-09-25
Follow compat naming tradition: rename compat_export_args to export_args30.
jmmv
2005-09-23
Apply the NFS exports list rototill patch:
jmmv
2005-08-30
Remove __P()
xtraeme
2004-05-20
Tweak sysctl setup functions (the macros, actually) for use in lkms,
atatat
2004-04-19
properly version the msdosfs mount structure after addition
jdolecek
2003-10-03
terminate snprintb 'new' format strings correctly.
yamt
2003-09-07
add -t option for gmt time offset (normally MS-DOS filesystem has timestamp
itojun
2003-08-02
Allow separate masks for files and directories. Useful e.g. to turn
jdolecek
2003-02-01
Add extensible malloc types, adapted from FreeBSD. This turns
thorpej
2002-12-26
move msdosfs code from sys/msdosfs to sys/fs/msdosfs
jdolecek