index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
fs
/
unionfs
Age
Commit message (
Expand
)
Author
2014-02-25
Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
pooka
2012-11-05
Excise struct componentname from the namecache.
dholland
2012-11-05
Fix build of fs/unionfs (the extra unused copy of onionfs) for the
dholland
2012-07-22
Move some the test for MAKEENTRY into the cache_enter(9). Make some
rmind
2011-06-12
Welcome to 5.99.53! Merge rmind-uvmplock branch:
rmind
2011-03-06
merge the bouyer-quota2 branch. This adds a new on-disk format
bouyer
2011-01-02
Remove the special refcount behavior (adding an extra reference to the
dholland
2010-11-30
Abolish the SAVENAME and HASBUF flags. There is now always a buffer,
dholland
2010-11-30
Abolish struct componentname's cn_pnbuf. Use the path buffer in the
dholland
2010-11-19
Introduce struct pathbuf. This is an abstraction to hold a pathname
dholland
2010-06-24
Clean up vnode lock operations pass 2:
hannken
2010-06-24
Clean up vnode lock operations:
hannken
2010-06-18
Remove the concept of recursive vnode locks by eliminating
hannken
2010-06-06
Change layered file systems to always pass the locking VOP's down to the
hannken
2010-03-02
Don't generate unused fs_thefs.h headers.
pooka
2010-01-08
The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live
pooka
2009-04-18
Remove extra whitespace added by a stupid tool.
tsutsui
2009-03-18
bcopy -> memcpy
cegger
2009-03-18
bcmp -> memcmp
cegger
2008-12-05
PR kern/40110: null, overlay and umap modules loading -> panic (layerfs symbo...
ad
2008-06-28
Create sysctl entries during module initialisation and destroy them
rumble
2008-05-13
mnt_data is a pointer, set it to NULL not 0 when we're finished with it.
simonb
2008-05-10
Convert file systems to dynamically attach with the new module interface.
rumble
2008-04-29
PR kern/38057 ffs makes assuptions about devvp file system
ad
2008-02-18
A port of FreeBSD's updated unionfs. This is a work in progress. In
ad