summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
2002-03-24Sync most Cyrillic names with X11 keysym names.uwe
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-03-17Add Cyrillic keysyms. From OpenBSD.augustss
2002-03-17Don't forget the symbolc names for the keymaps.augustss
2002-03-17Add more language map definitions.augustss
2002-03-02Added wsmux_set_display() to fix the problem that wskbd wan't connectedtakemura
2002-02-24Add WSMOUSE_TYPE_MAXINE.ad
2002-01-13added amiga display/mouse/keyboard definesjandberg
2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
2001-12-04Simply entries added in previous.gmcgarry
2001-12-02Add identifiers for HP devices.gmcgarry
2001-12-02Revert previous; the _e003U definition is used elsewhere.ross
2001-12-01On a VT100, the "scanline 5" character is also used for box drawing, sobjh21
2001-11-28- convert usage of "defopt" to "defflag" where the relevant option doeslukem
2001-11-22Add some DIAGNOSTIC tests.augustss
2001-11-22Close multiplxees BEFORE removing the event variable they areaugustss
2001-11-20- replace "defopt" with "defparam" for options which must take a value,lukem
2001-11-19Injecting events into a mux that is not open is not an error.augustss
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add/cleanup RCSIDslukem
2001-11-11Add polish keyboard map, from Dawid Szyma_ski <dawszy@netbsd.lubin.pl>.martin
2001-11-10Make wsdisplay_set_console_kbd() a little less twisted.augustss
2001-11-07Ad a debug message. (With { } this time.)augustss
2001-11-07Have necessary braces.enami
2001-11-07Improve diagniostic message.augustss
2001-11-05Fix typo in comment.enami
2001-11-02Improve debug messages a little.augustss
2001-10-29Inject events in the right place in the buffer.augustss
2001-10-28Put in some tests to see if the input source is NULL before using it.augustss
2001-10-27Cosmetics.augustss
2001-10-27Cosmetics.augustss
2001-10-27Don't enable/disable kbds that belong to a display; they are always enabled.augustss
2001-10-27Having a display does not preclude the mux from being open.augustss
2001-10-26Compare against coreect value to determine if we belong to a mux.augustss
2001-10-26Remove TODO list.augustss
2001-10-26Small rearrangement and more error checking.augustss
2001-10-26Change a debug message.augustss
2001-10-25Change back to have a wseventvar in the softc for event sources. Thisaugustss
2001-10-25make this compile without WSDISPLAY_COMPAT_RAWKBD.shin
2001-10-24Clear wskbd_console_device when console keyboard is detached.augustss
2001-10-24Major rototilling of the wsmux code. No user visible changes (except thataugustss
2001-10-21Wrap ifdef's cleaner so wsmouse_[add|rem]_mux only get pulled in if NWSMUX > 0.jmc
2001-10-15Don't use wsmux_getmux() if we NWSMUX == 0. Fixes PR kern/14252.augustss
2001-10-14Fix a pasto in the last revision.veego
2001-10-13Allow for control devices (minor+128) to make it possible to manipulateaugustss
2001-10-13Fix a pasto.augustss
2001-10-13Fix a (very old) pasto.augustss
2001-10-13Use memset(), not bzero().augustss
2001-10-13ANSIfy.augustss
2001-10-13Two changes to the wsmux code:augustss