summaryrefslogtreecommitdiff
path: root/sys/msdosfs/msdosfs_lookup.c
AgeCommit message (Expand)Author
2022-08-23msdosfs: don't pass NULL proc pointer to detrunc()Scott Soule Cheloha
2022-08-15remove msdosfs findwin95()Jonathan Gray
2022-01-11spellingJonathan Gray
2018-05-02Remove proc from the parameters of vn_lock(). The parameter isVisa Hankala
2018-04-28Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is alwaysVisa Hankala
2016-03-19Remove the unused flags argument from VOP_UNLOCK().natano
2015-10-23Fix printf() types so kernel compiles with or w/o MSDOSFS_DEBUG.Kenneth R Westerback
2015-10-23Nuke a bunch of leading/embedded/trailing whitespace so the code can beKenneth R Westerback
2014-12-16primary change: move uvm_vnode out of vnode, keeping only a pointer.Ted Unangst
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
2011-07-04bread does nothing with its ucred argument. remove it. ok matthewTed Unangst
2010-01-17Remove dead assignment and newly created unused variable.Charles Longeau
2009-08-13- ansify function declarations, no binary changeJasper Lievisse Adriaanse
2009-07-09Remove the VREF() macro and replaces all instances with a call to verf(),Thordur I. Bjornsson
2007-11-27typos; ok jmc@Martynas Venckus
2007-06-02convert all daddr_t types to either daddr64_t or uint32_t or other suchTheo de Raadt
2007-06-01pedro ok'd this ~3500 line diff which removes the vop argumentTheo de Raadt
2007-04-10When doing a rename and finding out the destination name alreadyPedro Martelletto
2006-10-03Introduce daddr64_t and use it for physical block numbersPedro Martelletto
2005-03-02Make all the MS-DOS filesystem code ignore trailing dots and spaces, inTom 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-01-31File system locking fixups, mostly from NetBSD:Artur Grabowski
1999-02-19Fix a bug where the root directory could look corrupted on FAT12.Artur Grabowski
1998-01-11FAT32 support from NetBSD by Wolfgang Solfrank.Niels Provos
1997-11-11Initialize the de_lock. some KNFNiklas Hallqvist
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-03-02Sync msdosfs with NetBSD sans const-ness. NetSBD log messages:Todd C. Miller
1996-04-19NetBSD 960317 mergeNiklas Hallqvist
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