summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
2006-08-17Jump scroll support for vt100 and sun wscons emulations, helps macppc andMiod Vallat
2006-08-14Really do what I intended on SMALL_KERNEL configurations.Miod Vallat
2006-08-14Add an attribute to the keyboard devices which can produce the keys theMiod Vallat
2006-08-06Convert the Sony wsfonts to ISO-Latin1 encoding, and drop the Sony encodingMiod Vallat
2006-08-06Time for rcons code to retire.Miod Vallat
2006-08-06Do not try and mate wskbd0 and wsdisplay0 if there is now wsdisplay in theMiod Vallat
2006-08-05Oops, forgot these changes.Miod Vallat
2006-08-05On platforms which do not use wsmux (because they can't have more than oneMiod Vallat
2006-08-01Avoid a few NULL dereferences, and boot -c works on vax with glass console.Miod Vallat
2006-07-31Kill autorepeat on ``all keys up'' event.Miod Vallat
2006-07-29Do not fail KDENABIO and KDDISABIO ioctls on non-i386 platforms, this allowsMiod Vallat
2006-07-24Driver for the VS4000/90 frame buffer, adapted from NetBSD (ragge) andMiod Vallat
2006-07-20latvian kbd map; from Martynas Venckus <lab@plius.net>Michael Shalayeff
2006-07-11Compile out syncops support unless option WSDISPLAY_COMPAT_USLMiod Vallat
2006-07-06acquiration -> acquisition (so that eyes stop bleeding)Miod Vallat
2006-07-01Make sure the color selection escape sequences use black for 0 and white for 7,Miod Vallat
2006-06-30For 32bit sun frame buffers, tweak ri_devcmap to get the BoW palette insteadMiod Vallat
2006-06-30Make routines which may set PSL_IOPL consistent wrt the securelevel forMiod Vallat
2006-06-29No need to keep specific variables for the kernel messages colors on sunMiod Vallat
2006-05-29Add support for the audio volume keys found on many laptops' builtinMiod Vallat
2006-05-19Add the missing Latin-2 glyphs, not used yet.Miod Vallat
2006-04-28In wsmux_set_display(), pass FWRITE instead of 0 when invoking ioctlMiod Vallat
2006-04-16Preliminary driver for the Colorgraphic VoyagerVGA pcmcia frame buffer;Miod Vallat
2006-04-16Allow a non-console wsdisplay to be detached if necessary.Miod Vallat
2006-04-14Minimal support for the HP98705 ``Tigershark'' TurboVRX frame bufferMiod Vallat
2006-03-15Correct checks against cd_ndevs - valid numbers are strictly inferior toMiod Vallat
2006-02-14Define a wsdisplay type for the Sun ZX/Leo frame buffer.Miod Vallat
2006-02-12Remove dead sysbeep driver and unused sysbeep() routine. No functional change.Miod Vallat
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