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
/
ic
/
icp_ioctl.c
Age
Commit message (
Expand
)
Author
2017-10-28
Kill some more extern struct cfdriver declarations.
riastradh
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2008-06-08
Replace device_lookup() with device_lookup_private() on getting softc
tsutsui
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-10-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
2007-03-11
Remove a use of lockmgr/LOCK_INITIALIZER.
ad
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-12-02
Change kauth(9) KPI for kauth_authorize_device_passthru() to add another
elad
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-11-08
Replace securelevel checks with kauth(9) calls.
elad
2006-10-12
- sprinkle __unused on function decls.
christos
2006-08-30
add missing initializer
christos
2006-08-23
Acting as Elad's keyboard:
christos
2005-12-11
merge ktrace-lwp.
christos
2005-05-30
- add missing const
christos
2005-02-27
nuke trailing whitespace
perry
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-29
lwp change lossage
itojun
2003-06-13
Add support for dynamic rescan of cache service logical drives, using
thorpej
2003-05-18
Fail icpioctl() if securelevel > 1.
thorpej
2003-05-13
Add support for the user-generated command interface and event logging
thorpej