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
/
procfs
Age
Commit message (
Expand
)
Author
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-11-30
Introduce genfs_statvfs() as pretty much a no-info statvfs and
pooka
2009-10-21
Remove uarea swap-out functionality:
rmind
2009-10-19
Avoid leaking pages. Fixes PR 42053 from SHIMIZU Ryo.
dholland
2009-10-02
Put procfs policy back in the subsystem.
elad
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-03-15
ansify function definitions
cegger
2009-03-14
ANSIfy another 1261 function definitions.
dsl
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2009-01-11
this change was somehow missed.
christos
2009-01-11
merge christos-time_t
christos
2008-12-29
Rename specfs_lock as device_lock and move it from specfs to devsw.
pooka
2008-12-17
kill MALLOC and FREE macros.
cegger
2008-09-05
PR/39324 kernel diagnostic assertion "l->l_stat != LSZOMB" failed.
skrll
2008-09-05
ANSIfy
skrll
2008-07-25
use bufsize instead of BUFFERSIZE
christos
2008-07-25
Handle files with a large number of mappings gracefully. Reported by Nicholas
christos
2008-07-02
Remove proc_representative_lwp(), use a simple LIST_FIRST() instead.
rmind
2008-06-28
Create sysctl entries during module initialisation and destroy them
rumble
2008-05-31
Kill devsw_lock and just use specfs_lock. The two would need merging
ad
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-05-06
PR kern/38141 lookup/vfs_busy acquire rwlock recursively
ad
2008-05-05
- Convert hashinit() to use kmem_alloc(). The hash tables can be large
ad
2008-04-30
PR kern/38135 vfs_busy/vfs_trybusy confusion
ad
2008-04-29
kern/38135 vfs_busy/vfs_trybusy confusion
ad
2008-04-29
PR kern/38057 ffs makes assuptions about devvp file system
ad
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-24
Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since
ad
2008-04-24
Network protocol interrupts can now block on locks, so merge the globals
ad
2008-03-21
Catch up with descriptor handling changes. See kern_descrip.c revision
ad
2008-01-30
PR kern/37706 (forced unmount of file systems is unsafe):
ad
2008-01-30
Replace struct lock on vnodes with a simpler lock object built on
ad
2008-01-28
Fix some race conditions in rename.
dholland
2008-01-23
Tons of process scope changes.
elad
2008-01-02
Merge vmlocking2 to head.
ad
2007-12-26
Merge more changes from vmlocking2, mainly:
ad
2007-12-22
procfs_douptime: simply use microuptime() instead of a mysterious calculation.
yamt
2007-12-22
procfs_docpustat: g/c a write-only variable.
yamt
2007-12-15
use vnode_to_path.
christos
2007-11-26
Remove the "struct lwp *" argument from all VFS and VOP interfaces.
pooka
2007-11-12
Revision 1.42 was lost. Pointed out by Nicolas Joly:
ad
2007-11-11
report the proper stack size on 32 bit emulations.
christos
2007-11-09
make the last argument of procfs_dir size_t
christos
2007-11-07
Merge from vmlocking:
ad
2007-10-11
This was using mutex_exit where mutex_enter was required.
ad
2007-10-10
Merge from vmlocking:
ad
[next]