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
/
arch
/
emips
/
ebus
/
ace_ebus.c
Age
Commit message (
Expand
)
Author
2021-09-03
s/existant/existent/ in comments and messages, plus few more similar fixes.
andvar
2021-07-24
Fix all remaining typos, mainly in comments but also in few definitions and l...
andvar
2020-02-24
0x%p --> %p for non-external codes.
rin
2019-12-14
Remove clause 3 and 4 from TNF licenses.
tsutsui
2019-12-02
Drop advertisement clause from my licenses
bouyer
2016-11-20
One more move of bufq_free() to outside of critical section.
pgoyette
2015-04-26
Use C99-style initializers for struct dkdriver.
mlelstv
2015-04-13
MD rnd.h cleanups. Please let me know if I broke anything!
riastradh
2015-01-02
We have three sets of DTYPE_ constants in the kernel:
christos
2014-12-31
make more drivers use disk_ioctl, and add a dev parameter to it so that
christos
2014-12-31
Centralize wedge ioctls in disk_ioctl.
christos
2014-11-09
support DIOCMWEDGES ioctl
mlelstv
2014-08-10
Merge tls-earlyentropy branch into HEAD.
tls
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-07-25
Add d_discard to all struct bdevsw instances I could find.
dholland
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2013-11-10
fix unused variable warnings
christos
2013-10-13
Catch up to recent changes in config_pending_{incr,decr}().
riz
2013-06-03
fix pasto
christos
2013-05-29
phase 1 of disk geometry cleanup:
christos
2012-10-27
split device_t/softc for all remaining drivers.
chs
2012-02-02
Entropy-pool implementation move and cleanup.
tls
2011-11-19
First step of random number subsystem rework described in
tls
2011-06-18
- misc KNF and style fixes
tsutsui
2011-01-26
Add support for the Extensible MIPS ("eMIPS") platform. The
pooka