summaryrefslogtreecommitdiff
path: root/sys/dev/ir
AgeCommit message (Expand)Author
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
2006-03-29Use device_private().thorpej
2006-03-28Use device_unit().thorpej
2006-03-05cleanup more SET/CLR/ISSET lossagechristos
2006-02-21Use device_is_active().thorpej
2006-02-20Use device_is_active() rather than testing dv_flags for DVF_ACTIVEthorpej
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2006-01-29Use correct return values when polling.augustss
2005-12-27changes for making DIAGNOSTIC not change the kernel ABI:chs
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-11-27Overhaul how TTY line disciplines are handled:thorpej
2005-06-21PR-30566: Poll must not return <sys/errno.h> values.ws
2005-05-29- remove Static definechristos