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
/
dev
/
dkvar.h
Age
Commit message (
Expand
)
Author
2017-04-27
do not attach nvme ld as randomness source - device is too fast, it overwhelms
jdolecek
2016-12-22
Fix race condition in dksubr, where a dk_start from another thread
mlelstv
2016-10-24
revert 1.90 of dksubr.c and change sc_deferred back to simple pointer; the
jdolecek
2016-10-22
change sc_deferred to TAILQ (reusing bufq b_actq) to avoid possible buf leak
jdolecek
2015-12-21
support deferral of diskstart to a separate thread.
mlelstv
2015-08-28
move entropy gathering into dksubr.
mlelstv
2015-08-28
Prevent race condition where two threads can defer a buffer.
mlelstv
2015-08-27
Make dksubr use a spin-mutex again, since some drivers still call dk_done
mlelstv
2015-08-16
Two changes to the dksubr interface.
mlelstv
2015-05-02
Merge dk_intf and dkdriver interfaces.
mlelstv
2014-05-25
As proposed in
bouyer
2013-05-29
eliminate dk_geom
christos
2013-05-29
phase 1 of disk geometry cleanup:
christos
2012-05-25
Modify dksubr.c to add a function that sets the disk properties in
elric
2010-11-19
Introduce struct pathbuf. This is an abstraction to hold a pathname
dholland
2009-08-07
Put the entire expression that DK_BUSY() evaluates to in parentheses
dyoung
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-05
Allow to pass device_xname() to dk_sc_init() without build error
cegger
2007-06-26
Change dk_lookup() to accept an additional argument of the type enum uio_seg
cube
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2005-12-11
merge ktrace-lwp.
christos
2005-10-15
- change the way to specify a bufq strategy. (by string rather than by number)
yamt
2005-08-20
add wedge support to xbd and cgd.
yamt
2005-06-28
constification fallout
drochner
2005-05-31
Make this build with "-Wcast-qual -Wshadow".
xtraeme
2004-03-27
Modified the dksubr routines to:
elric
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-28
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
darrenr
2002-10-04
A slight abstraction for disks. This is mainly [right now] in
elric