summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
2006-01-09Introduce a wsdisplay type for mac68k frame buffers; we might need to becomeMiod Vallat
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
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-07-08 Fix mismatched brace and compile when NWSMUX and NWSDISPLAY not defined.Marco S Hyman
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-06-01Do not kill the event sink when closing a wsmouse device opened in write-onlyMiod Vallat
2005-05-18Do not compile the screen burner code if SMALL_KERNEL, helps floppies.Miod Vallat
2005-05-15only inside DIAGNOSTICTheo de Raadt
2005-05-15Partial sync to the NetBSD wscons code, bringing a better wsmux behaviourMiod Vallat
2005-05-12Define a keyboard layout variant for Apple international USB keyboards, whichMiod Vallat
2005-05-06french a canadian; form Arnaud Bergeron <abergeron@gmail.com>Michael Shalayeff
2005-04-22Driver for the Apollo Domain keyboard and mouse, for the HP 9000/4xx series.Miod Vallat
2005-04-21correct idion for snprintf failure handling; ok cloderTheo de Raadt
2005-03-09Make the sun emulation match what the old SunOS cons(4) manual page describes:Miod Vallat
2005-03-08Cosmetics...Thierry Deval
2005-01-18WSDISPLAY_COMPAT_RAWKBD support for hilkbd.Miod Vallat
2005-01-17Display driver for zaurus, PXALCD requested and ok miod@Dale Rahn
2005-01-14Switch OpenBSD/hp300 to wscons, still using on-board ROM fonts for now.Miod Vallat
2005-01-14Add type for zaurus, ok miod@Dale Rahn
2004-12-25correct indentTheo de Raadt
2004-12-23vt100 wscons crashes restoring cursor if it had never been saved before.Miod Vallat
2004-12-23Fix crash due to wrong argument in the (almost useless) DECRQUPSS escapeMiod Vallat
2004-12-23Reliability fix, from NetBSD:Miod 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-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
2004-06-05Remove unneeded dependency on wscons_raster.hMiod Vallat
2004-04-24Define wscons device ids for the Luna devices.Miod Vallat
2004-04-05Most of the non-US keyboard layouts define an ``AltGr'' key to access upMiod Vallat
2004-04-02remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd listsTheo de Raadt
2004-03-16Slovenian keymap, contributed by Jernej Kovacic (jkovacic, email dot si).Miod Vallat
2004-03-14Caps lock should only affect the letter keys, rather than enforcing a shiftMiod Vallat
2004-03-10indentTheo de Raadt
2004-03-09Allow the screen blanker to be disabled; PR#3123Miod Vallat
2004-03-01Define a wsdisplay type for rfx; ok deraadt@Miod Vallat
2004-02-27kbd_reset can work on amd64 tooTheo de Raadt
2004-02-24Do not check for end of line too early, as this will confuse the cursorMiod Vallat
2003-12-06Fix for gcc3 compilation suggested by miod@: use temporary variableAlexander Yurchenko
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-08-11Add signal number sanity checking to usl_sync_init(). This is notTodd C. Miller
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-06-17New driver and wsdisplay type for the Weitek Power9000 and Brooktree Bt445Miod Vallat