summaryrefslogtreecommitdiff
path: root/sys/dev/ir
AgeCommit message (Expand)Author
2019-01-24Add comments about D_MPSAFE to functions called as struct linesw.l_ioctl.knakahara
2017-10-25Use C99 initializer for filteropsmaya
2016-07-14- Use aprint*() more in xxx_attach().msaitoh
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2014-11-16Replace callout_stop with callout_haltozaki-r
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-12-16apply __diagused where appropriate.mrg
2013-05-27Split IrDA SIR part for other SIR device.kiyohara
2011-07-26convert to device_t, cfdata_t and CFATTACH_DECL_NEW.mrg
2010-12-29module needs to devsw_attach/devsw_detachjmcneill
2010-12-28add "ir" and "cir" modulesjmcneill
2009-12-06Delete unnecessary device-activation hooks.dyoung
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-01-11Avoid crash under LOCKDEBUG by destroying a mutex correctly.mlelstv
2009-01-11Register with pmf.mlelstv
2009-01-11merge christos-time_tchristos
2008-10-10Make cirpoll work.jmcneill
2008-10-10cirkqfilter is not implemented, so remove any references to it so thisjmcneill
2008-06-11use device_lookup_private to get softccegger
2008-06-10device_private(device_lookup()) -> device_lookup_private()cegger
2008-05-25Properly fix the "hanging in tty" bug that was worked around with cv_wakeup()ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
2008-03-14Split device_t and softc for irframe(4).cube
2008-03-01Welcome to 4.99.55:rmind
2007-12-15__FUNCTION__ -> __func__perry
2007-12-05Do not "return 1" from kqfilter for errors. That value is passedpooka
2007-12-05lockmgr -> mutexad
2007-11-19- Factor out too many copies of the same bit of tty code.ad
2007-11-10Call ttyflush() with tty_lock held.ad
2007-11-07Merge tty changes from the vmlocking branch.ad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-08In the pseudo-dev attach function, also try to register the struct cfdriverdrochner
2007-03-06clean up and fix irframe attachment as a line discipline:drochner
2007-03-06irframe is no interface attribute, so remove the "{}"drochner
2007-03-05replace the code which digs in the guts of autoconf. It is not obviousdrochner
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-10Complete initialiser, avoid returning stack content as an error code and...cube
2007-01-09Comment out a trigraph in a #ifdef 0'd block. Kinda pointless, but allowscube
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-10-07Fix compilation with IRFRAMET_DEBUG (use %zu/%zd for sizes).peter
2006-10-01Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks!elad
2006-08-30fix incomplete initializer.christos
2006-07-21- Use the LWP cached credentials where sane.ad
2006-06-09stack police: Fix the biggest offender with ~4K stack, by allocating thechristos
2006-05-14integrate kauth.elad