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
/
denode.h
Age
Commit message (
Expand
)
Author
2013-06-11
final removal of daddr64_t. daddr_t has been 64 bit for a long enough
Theo de Raadt
2012-09-06
Remove the need to occasionally treat dos file names as strings by
Kenneth R Westerback
2012-04-05
As it was made evident by Olaf 'Rhialto' Seibert in the NetBSD PR 34583,
Mike Belopuhov
2010-07-17
Move some macros in <msdosfs/denode.h> to outside the #ifdef _KERNEL
Philip Guenthe
2010-05-16
Make the DE_INTERNALIZE/EXTERNALIZE macros copy to/from the struct
Nicholas Marriott
2007-06-02
convert all daddr_t types to either daddr64_t or uint32_t or other such
Theo de Raadt
2007-03-18
get rid of noop vop_reallocblks; pedro@ miod@ ok
Michael Shalayeff
2007-01-16
Retire VOP_LEASE(); It was a bit for NQNFS and has
Thordur I. Bjornsson
2005-03-01
The maximum file size on MS-DOS filesystems is 4 GB - 1 byte, so
Tom Cosgrove
2004-05-14
use pool for namei pathbuf. testing ok millert@ tdeval@
Ted Unangst
2004-05-12
32 bit ints are uint32_t, not u_long. works on 64bit now. ok deraadt@
Ted Unangst
2003-09-23
Replace select backends with poll backends. selscan() and pollscan()
Todd C. Miller
2003-08-14
don't write grabage in unused direntry field. newer windows versions
Ted Unangst
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
Big cleanup inspired by NetBSD with some parts of the code from NetBSD.
Artur Grabowski
2001-06-23
Get rid of several vnode operations
Constantine Sapuntzakis
2001-02-23
Remove the clustering fields from the vnodes and place them in the
Constantine Sapuntzakis
1999-11-17
There is no msdosfs_abortop. Remove prototype.
Artur Grabowski
1998-01-11
FAT32 support from NetBSD by Wolfgang Solfrank.
Niels Provos
1997-11-06
Updates for VFS Lite 2 + soft update.
Constantine Sapuntzakis
1997-10-04
cleanup timestamp code for NT/Win95; khym@bga.com
Theo de Raadt
1997-03-02
Sync msdosfs with NetBSD sans const-ness. NetSBD log messages:
Todd C. Miller
1996-02-29
From NetBSD: merge with 960217
Niklas Hallqvist
1995-12-14
from netbsd (mostly by ws):
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt