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
/
ldvar.h
Age
Commit message (
Expand
)
Author
2021-06-21
Pull up following revision(s) (requested by riastradh in ticket #1304):
martin
2019-03-19
Let backend provide a disk type. The information can be queried through
mlelstv
2017-08-20
make the sc_discard interface for the ld backend asynchronous and
mlelstv
2017-08-09
While ld(4) is MP safe, many backends are not.
mlelstv
2017-04-27
do not attach nvme ld as randomness source - device is too fast, it overwhelms
jdolecek
2017-02-27
refactor the ld(4) DIOCCACHESYNC hook into general ioctl hook, so that attach...
jdolecek
2016-09-16
modify ldattach() to have default strategy as a parameter
jdolecek
2015-08-28
move entropy gathering into dksubr.
mlelstv
2015-08-17
Add support for implementing discard functionality with ld(4)
jakllsch
2015-08-16
replace spl and tsleep with mutex and condvar.
mlelstv
2015-07-26
Whitespace
skrll
2015-05-02
Merge dk_intf and dkdriver interfaces.
mlelstv
2015-04-13
Convert sys/dev to use <sys/rndsource.h>.
riastradh
2012-05-03
use uint64_t for sc_disksize512.
bsh
2012-02-02
Entropy-pool implementation move and cleanup.
tls
2011-11-19
First step of random number subsystem rework described in
tls
2010-09-20
Check disk bounds, in RAW_PART.
kiyohara
2009-12-18
Use "rnd.h" and <sys/rnd.h> to ensure that struct ld_softc
jakllsch
2009-05-07
struct device * -> device_t, no functional changes intended.
cegger
2008-09-09
Complete device_t/softc split for the ld(4) attachments. This should
tron
2008-08-11
Add a flags argument to the ld(4) flush handlers, and call these with a
simonb
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-02-09
Merge newlock2 to head.
ad
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
2004-09-25
Add support for wedges to the logical disk driver.
thorpej
2004-07-20
use uint64 instead of int for sc_secperunit
dbj
2003-05-17
Add DIOCKLABEL support. Fixes PR kern/21605 (Luke Mewburn).
thorpej
2002-07-20
Convert to new device buffer queue interface.
hannken
2001-06-10
Centralise the geometry fudge.
ad
2001-02-04
Allow for draining/adjusting the queue.
ad
2001-01-03
Make dumps work, and put the first part of detach into ld.c.
ad
2000-12-03
Make it possible to detach ld devices.
ad
2000-11-26
lsu -> ld, by popular request.
ad