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