summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/vcons.c
AgeCommit message (Expand)Author
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