summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/vcons.c
AgeCommit message (Expand)Author
2014-05-10Some straightforward format string fixes. Also, print both the tx and rxMark Kettenis
2013-07-16The interrupt handler for vcons(4) is defenitely safe to run without holdingMark Kettenis
2012-10-20off-by-one in device number check; found the hard way and reported by J Sisson.Miod Vallat
2011-01-04It is actually possible to run CoolThreads servers with a graphics console,Mark Kettenis
2010-07-02Move common code for waking up writers on a tty into a function.Nicholas Marriott
2010-06-28Allow tty drivers to request larger buffers at attach time using aTheo de Raadt
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tNicholas Marriott
2009-10-31Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()Theo de Raadt
2008-11-24Only schedule a soft interrupt if the device has been opened (and sc_ttyMark Kettenis
2008-10-12Make vcons(4) interrupt driven.Mark Kettenis
2008-09-23One more uninitialized local. Yawn.Miod Vallat
2008-07-07Fix typo in comment.Mark Kettenis
2008-03-08Driver for console on sun4v.Mark Kettenis