summaryrefslogtreecommitdiff
path: root/sys/dev/wscons/wsdisplay.c
AgeCommit message (Expand)Author
2010-07-02Move common code for waking up writers on a tty into a function.Nicholas Marriott
2010-07-01Make it possible to get the screen types and emulations for a wsdisplay.Mats O Jansson
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
2010-03-30Prevent the apmd/x races for good.Owain Ainsworth
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tNicholas Marriott
2009-10-31KNOTE() after selwakeup(); ok miodTheo de Raadt
2009-10-31Use suser when possible. Suggested by miod@.Federico G. Schwindt
2009-09-14Correctly empty the tty rings in wsdisplaystart() if the display isMiod Vallat
2009-09-05Make the output() wsemul_op return the number of characters processed andMiod Vallat
2009-05-31The wsmouse support code has been written for pcvt long ago, then liftedMiod Vallat
2009-05-31Do not access sc_scr[-1] from the wsmoused-related code ifMiod Vallat
2009-05-31Make sure wsdisplay_kbdholdscreen() checks whether the screen has a ttyMiod Vallat
2009-01-10Do not compile in wsdisplay_emulinput() if WSEMUL_NO_VT100 is #defined.Miod Vallat
2009-01-10When switching from emulation mode to mapped mode (i.e. X starts), it is notMiod Vallat
2008-10-06Add missing checks for sc_focus being NULL. Found the hard way byMiod Vallat
2008-06-07Since wsmux is currently designed to act as a N inputs : 1 output device,Miod Vallat
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2007-11-26Constify the output of the emulops translate() function, as well as theMiod Vallat
2007-11-25Ask the emulation code to hide the cursor when leaving emulation mode. ThisMiod Vallat
2007-11-24typoMiod Vallat
2007-07-25Back out the tracking of procs in struct selinfo. There's one seriousArtur Grabowski
2007-04-10Add support for a fourth axis on wsmouse devices, e.g. on the Apple MightMiod Vallat
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-03-24Kill the horrible hack of storing the pid in struct selinfo.Artur Grabowski
2007-03-07For unsupported (yet) Expert3D style frame buffers, attach pcons and attachMiod Vallat
2007-02-14Consistently spell FALLTHROUGH to appease lint.Jonathan Gray
2007-01-07In wsscreen_attach(), allow wsemul->attach to fail (returning NULL) if theMiod Vallat
2006-12-02Use a better strategy to make the mouse pointer visible in inverse_char();Miod Vallat
2006-11-29No need to include pcdisplay.h here anymore.Miod Vallat
2006-11-29Change the getchar wsdisplay_accessops function to not return aMiod Vallat
2006-11-29Add a new member to struct wsemuldisplaydev_attach_args, for a frame bufferMiod Vallat
2006-11-01poll errors should be POLLERR, not some random E valueTed Unangst
2006-08-05On platforms which do not use wsmux (because they can't have more than oneMiod Vallat
2006-07-11Compile out syncops support unless option WSDISPLAY_COMPAT_USLMiod Vallat
2006-04-16Allow a non-console wsdisplay to be detached if necessary.Miod Vallat
2006-03-15Correct checks against cd_ndevs - valid numbers are strictly inferior toMiod Vallat
2005-11-05Check the screen number before using it as an index.Uwe Stuehler
2005-09-27More non-emulating wsdisplay tentacles removal.Miod Vallat
2005-08-20some wsdisplay devices don't have an input device attached.Matthieu Herrb
2005-08-14Honor (the lack of) FWRITE in the various ioctl routines; with input fromMiod Vallat
2005-07-17Remove more non-emulating display code path and macros; no functional change.Miod Vallat
2005-06-02Remove non-emulating wsdisplays - nothing uses them.Miod Vallat
2005-06-02Do not compile scrollback support if option SMALL_KERNEL.Miod Vallat
2005-05-18Do not compile the screen burner code if SMALL_KERNEL, helps floppies.Miod Vallat
2005-05-15Partial sync to the NetBSD wscons code, bringing a better wsmux behaviourMiod Vallat
2004-11-05Better granularity between wsmouse support and wsmoused support, as oneMiod Vallat
2004-11-04Only compile the mouse pasting code if wsmouse is configured in the kernel;Miod Vallat
2004-09-21Do not retrigger the screen blanker if one change its settings throughMiod Vallat
2004-03-09Allow the screen blanker to be disabled; PR#3123Miod Vallat