index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
msdosfs
/
msdosfs_vfsops.c
Age
Commit message (
Expand
)
Author
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-12-19
UBC was a disaster. It worked very good when it worked, but on some
Artur Grabowski
2001-12-10
Merge in struct uvm_vnode into struct vnode.
Artur Grabowski
2001-11-27
Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The
Artur Grabowski
2001-11-21
VOP_UNLOCK + vrele does not alway == vput
Constantine Sapuntzakis
2001-11-21
Use vfs_mount_foreach_vnode
Constantine Sapuntzakis
2001-03-04
These file systems don't do softudpates.
Constantine Sapuntzakis
2001-02-20
use void * consistently in vfs_mount and sys_mount. ok @art
assar
2001-02-07
fix debug case; from Mike Pechkin <mpech@prosoft.org.lv>
Michael Shalayeff
2000-03-15
Support FAT32 partitions >4GB (up to 128GB, in fact); d@ ok, from NetBSD.
Aaron Campbell
2000-02-07
update to use new checkexp vfs operation
assar
1999-05-31
New struct statfs with mount options. NOTE: this replaces statfs(2),
Todd C. Miller
1999-05-01
do not count on BOOTSIG0 and BOOTSIG1 being in a msdos filesystem. Not
Theo de Raadt
1999-01-10
make this compile with MSDOSFS_DEBUG
Artur Grabowski
1998-02-23
GAS 2.8 + KNF
Niklas Hallqvist
1998-02-08
Updates to match type changes in syscall tables
Thorsten Lockert
1998-01-11
FAT32 support from NetBSD by Wolfgang Solfrank.
Niels Provos
1997-11-10
dont crash on update mounting.
Niels Provos
1997-11-09
Don't panic on sync, based on changes from ext2fs_vfsops.c and ffs_vfsops.c
Todd C. Miller
1997-11-06
Updates for VFS Lite 2 + soft update.
Constantine Sapuntzakis
1997-10-06
back out vfs lite2 till after 2.2
Theo de Raadt
1997-10-06
VFS Lite2 Changes
Constantine Sapuntzakis
1997-06-20
Change errno cause by mounting invalid filesystems from EINVAL to EFTYPE.
kstailey
1997-03-02
Sync msdosfs with NetBSD sans const-ness. NetSBD log messages:
Todd C. Miller
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-02-29
From NetBSD: merge with 960217
Niklas Hallqvist
1996-01-29
from netbsd;
Theo de Raadt
1995-12-14
from netbsd (mostly by ws):
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt