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