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