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
/
ir
/
cir.c
Age
Commit message (
Expand
)
Author
2022-03-31
For device modules that provide both auto-config and /dev/xxx
pgoyette
2016-07-14
- Use aprint*() more in xxx_attach().
msaitoh
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
2011-07-26
convert to device_t, cfdata_t and CFATTACH_DECL_NEW.
mrg
2010-12-29
module needs to devsw_attach/devsw_detach
jmcneill
2010-12-28
add "ir" and "cir" modules
jmcneill
2009-12-06
Delete unnecessary device-activation hooks.
dyoung
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2009-05-12
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
2008-10-10
Make cirpoll work.
jmcneill
2008-10-10
cirkqfilter is not implemented, so remove any references to it so this
jmcneill
2008-06-11
use device_lookup_private to get softc
cegger
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-08
use aprint_*_dev and device_xname
cegger
2008-03-01
Welcome to 4.99.55:
rmind
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-01-10
Complete initialiser, avoid returning stack content as an error code and...
cube
2007-01-09
Comment out a trigraph in a #ifdef 0'd block. Kinda pointless, but allows
cube
2006-03-29
Use device_private().
thorpej
2006-03-28
Use device_unit().
thorpej
2006-02-20
Use device_is_active() rather than testing dv_flags for DVF_ACTIVE
thorpej
2006-01-29
Use correct return values when polling.
augustss
2005-12-11
merge ktrace-lwp.
christos
2003-07-14
add missing __KERNEL_RCSID()
lukem
2002-10-23
merge kqueue branch into -current
jdolecek
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-09-30
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-09-27
remove trailing \n in panic(). approved perry.
provos
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2001-12-12
Add some ioctl()s for consumer IR.
augustss
2001-12-02
Add framework for Ir devices. The irframe device is for delivering IrDA
augustss