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
/
irframe.c
Age
Commit message (
Expand
)
Author
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
2009-12-06
Delete unnecessary device-activation hooks.
dyoung
2009-01-11
Register with pmf.
mlelstv
2008-06-10
device_private(device_lookup()) -> device_lookup_private()
cegger
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-03-14
Split device_t and softc for irframe(4).
cube
2007-03-06
clean up and fix irframe attachment as a line discipline:
drochner
2007-03-05
replace the code which digs in the guts of autoconf. It is not obvious
drochner
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-08-30
fix incomplete initializer.
christos
2006-03-29
Use device_private().
thorpej
2006-03-28
Use device_unit().
thorpej
2006-02-21
Use device_is_active().
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-06-21
PR-30566: Poll must not return <sys/errno.h> values.
ws
2003-10-21
Remove break after return.
simonb
2003-07-14
add missing __KERNEL_RCSID()
lukem
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
2003-04-17
Fix size_t printf formats in DIAGNOSTIC case.
fvdl
2002-10-23
merge kqueue branch into -current
jdolecek
2002-10-02
Use CFDRIVER_DECL(). PR #18500.
thorpej
2002-10-02
Remove unnecessary extern decl of iframe_ca.
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
2002-01-12
Call malloc(9) with M_ZERO flag instead of memset() after malloc().
tsutsui
2001-12-29
Add an XXX comment.
augustss
2001-12-26
Be a little more paranoid.
augustss
2001-12-14
Sanity check speed setting.
augustss
2001-12-13
Some debug stuff.
augustss
2001-12-13
Move parameter checks to a common place.
augustss
2001-12-13
Some DIAGNOSTIC nonsense.
augustss
2001-12-05
Constify a little.
augustss
2001-12-05
Break out SIR framing to its own file.
augustss
2001-12-05
Set error code for IRDA_RESET_PARAMS.
augustss
2001-12-05
Reset parameters on open.
augustss
2001-12-04
Simplify interface to irframe.
augustss
2001-12-03
Add irframetty driver for IrDA frames over serial lines.
augustss
2001-12-02
GC unused stuff.
augustss
2001-12-02
Fixes from Jan Sparud's code:
augustss
2001-12-02
Add framework for Ir devices. The irframe device is for delivering IrDA
augustss