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
/
miscfs
Age
Commit message (
Expand
)
Author
2010-04-13
Revert my last change, it's not The Right Thing [tm].
ahoka
2010-04-13
Autoload modules with any class.
ahoka
2010-04-11
The *_modcmd functions use the module name as prefix.
mlelstv
2010-04-11
Make module name match MOUNT_NAME. Inspired by PR kern/43110.
pooka
2010-04-10
Change the nullfs module's actual name to "null", to match the name
jld
2010-04-08
Call VOP_ABORTOP in genfs_eopnotsupp. This prevents file system
pooka
2010-04-02
starttime needs to be time_t (Izumi Tsutsui)
christos
2010-03-31
If msgbuf is not enabled, do not report the node in readdir. That
pooka
2010-03-29
Stop exposing fifofs internals and leave only fifo_vnodeop_p visible.
pooka
2010-03-27
Access fifoinfo only when it's non-NULL.
pooka
2010-03-03
You have found a scroll of genocide --More--
pooka
2010-01-30
Reduce the diff between genfs_getpages() and genfs_do_io(). These should be
uebayasi
2010-01-30
Slightly more descriptive local variable names.
uebayasi
2010-01-29
genfs_getpages: Narrow & clarify the context where I/O happens & vmobjlock is...
uebayasi
2010-01-29
genfs_getpages: Redo previous with a better goto label.
uebayasi
2010-01-28
Revert part which variable initializations within interleaved gotos.
uebayasi
2010-01-28
genfs_getpages: More constification & localization.
uebayasi
2010-01-28
genfs_getpages: Constify 2 variables, move one. No functional changes.
uebayasi
2010-01-28
genfs_getpages: Constify orignpages. Don't override its meaning by the value
uebayasi
2010-01-28
Unbreak modules build.
uebayasi
2010-01-28
genfs_getpages: Constify & localize more variables.
uebayasi
2010-01-28
genfs_getpages: Move local variable declarations that are used only for I/O
uebayasi
2010-01-28
genfs_getpages: Localize a few more variables.
uebayasi
2010-01-28
genfs_putpages: Localize a few variables. No functional changes.
uebayasi
2010-01-27
Use genfs_node_*lock().
uebayasi
2010-01-27
Don't forget to tell the result of rw_tryenter().
uebayasi
2010-01-27
Constify some pointers in genfs_getpages() and genfs_do_putpages().
uebayasi
2010-01-27
Add genfs_node_rdtrylock().
uebayasi
2010-01-22
Remove unneeded strlen() call in KFShostname case.
njoly
2010-01-08
The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live
pooka
2009-12-14
gimpy invented PRIxVADDR format specifier.
uebayasi
2009-12-05
Remove the portalfs kernel file system driver. Replace mount_portal(8)
pooka
2009-11-30
Introduce genfs_statvfs() as pretty much a no-info statvfs and
pooka
2009-11-20
Allow chown if caller is in the new group.
roy
2009-11-20
Disallow chown for files the caller does not own.
pooka
2009-11-14
- Move kauth_init() a little bit higher.
elad
2009-10-21
Remove uarea swap-out functionality:
rmind
2009-10-19
Avoid leaking pages. Fixes PR 42053 from SHIMIZU Ryo.
dholland
2009-10-06
Factor out a block of code that appears in three places (Veriexec, keylock,
elad
2009-10-04
Put workaround fix for LOCKDEBUG panic mentioned in PR kern/41078:
tsutsui
2009-10-02
Put procfs policy back in the subsystem.
elad
2009-09-16
Replace a large number of link set based sysctl node creations with
pooka
2009-07-31
Get rid of dependency on M_UFSMNT. Since we need storage only for
pooka
2009-07-31
Do a name-based search for the ctty major instead of requiring an
pooka
2009-07-31
Instead of reporting some random "files used/free" figures for the
pooka
2009-07-03
Where possible, extract the file-system's access() routine to two internal
elad
2009-06-23
Move the implementation of vaccess() to genfs_can_access(), in line with
elad
2009-05-24
More changes to improve kern_descrip.c.
ad
2009-05-07
Extract the open-coded authorization logic for chtimes() from various
elad
2009-04-25
Add genfs_can_mount() and use it to prevent some more code duplication of
elad
[next]