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