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
/
kern
/
bufq_readprio.c
Age
Commit message (
Expand
)
Author
2017-05-04
Use consistently "bufq_private(bufq)" instead of "bufq->bq_private"
kamil
2016-11-16
Define a new module class for the bufq_strategy modules. These need to
pgoyette
2016-11-16
Modularize the various bufq strategies
pgoyette
2009-01-19
malloc -> kmem_alloc
yamt
2009-01-16
use TAILQ_FOREACH where appropriate, rather than rolling their own.
yamt
2008-04-30
Add a BUFQ_CANCEL() next to BUFQ_PUT() and BUFQ_GET().
reinoud
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-10-08
Merge from vmlocking: cosmetic change.
ad
2007-04-04
Add a KASSERT to address CID: 4335.
wrstuden
2005-12-11
merge ktrace-lwp.
christos
2005-10-29
MALLOC/FREE -> malloc/free where appropriate.
yamt
2005-10-15
This needs <sys/bufq_impl.h>
xtraeme
2005-10-15
- change the way to specify a bufq strategy. (by string rather than by number)
yamt
2004-11-25
lookup bufq using link_set rather than a switch statement.
yamt
2004-10-28
move buffer queue related stuffs from buf.h to their own header, bufq.h.
yamt
2004-10-14
move i/o schedulers to their own files.
yamt