summaryrefslogtreecommitdiff
path: root/sys/dev/ir/irframe_tty.c
AgeCommit message (Expand)Author
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-11merge christos-time_tchristos
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-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-04Kill 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-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-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-28Use device_unit().thorpej
2006-03-05cleanup more SET/CLR/ISSET lossagechristos
2005-12-11merge ktrace-lwp.christos
2005-11-27Overhaul how TTY line disciplines are handled:thorpej
2005-05-29- remove Static definechristos
2005-02-27nuke trailing whitespaceperry
2003-07-14add missing __KERNEL_RCSID()lukem
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-13Rename struct frame to irt_frame to avoid name clash with struct frameuwe
2002-11-26si_ -> sel_christos
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2001-12-26Be a little more paranoid.augustss
2001-12-20Don't forget to call start routine in dongle manipulation.augustss
2001-12-20Rearrange code that wiggles modem control lines so it actually reachesaugustss
2001-12-14Rearrage softc a little.augustss
2001-12-13Fix TODO comment.augustss
2001-12-13Move parameter checks to a common place.augustss
2001-12-12Add missing delay for the tekram dongle.augustss
2001-12-12Don't use timeout 0 to tsleep() when the time is short.augustss
2001-12-06Don't crash on early calls to get the speeds.augustss
2001-12-05Add dongle specific code.augustss
2001-12-05Break out SIR framing to its own file.augustss