summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
1998-09-17Add option bit which covers the delta between LK201 and LK401.drochner
1998-09-17Add end mark to list of keymaps.drochner
1998-09-17Reorganize the list of keyboard maps: no explicite length counter, usedrochner
1998-09-17Define a new keyboard eveny type "all keys up". This allows to reducedrochner
1998-09-01-add italian layout, from Dante Profeta <dante@mclink.it>drochner
1998-09-01add definition for italian keyboarddrochner
1998-08-18Add some braces to make egcs happy.thorpej
1998-08-13Merge paddr_t changes into the main branch.eeh
1998-08-12Separate special character handling from normal output so that theydrochner
1998-08-12stricter parameter check for scrolling regionsdrochner
1998-08-02Split the wskbd_attach arguments into console and autoconfiguration partsdrochner
1998-07-28Do locator related defines using defines from locators.h ratheraugustss
1998-07-27add third axis for pointing devices (flying mice)drochner
1998-07-27add definition for pointing device's absolute z coordinatesdrochner
1998-07-27define a z axis for pointing devices which support thisdrochner
1998-07-25Insert lots of ``#if NWSMOUSE > 0'' and ``#if NWSDISPLAY > 0'' to make itaugustss
1998-07-23Switch keyboard to "event mode" on open.drochner
1998-07-21Fix ioctl definitions for WSKBDIO_{SET,GET}LEDS.drochner
1998-07-15rename "LK" -> "declk" for consistencydrochner
1998-07-14support keyboards with PC interface and DEC layout (LK461)drochner
1998-07-14fix codes delivered by "Help" and "Do" keysdrochner
1998-07-05* defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID (from unsaved buffers).jonathan
1998-07-04defopt DDB.jonathan
1998-06-29fix VT300 tab stop report formatdrochner
1998-06-29don't set a tabstop in column 1drochner
1998-06-29fix gcc unused variable warningdrochner
1998-06-26Fix initialization in console case: use the paramerters which were passeddrochner
1998-06-26Improvements to the VT100 emulation:drochner
1998-06-26add dummy character mapping functiondrochner
1998-06-26define a "mapping" function which can be used by the emulation moduledrochner
1998-06-25defopt COMPAT_FREEBSDthorpej
1998-06-20Change the calling interface for text output (to the graphics driver)drochner
1998-06-20First cut on a VT100 emulation.drochner
1998-06-20add some more ASCII definitions, move NP->FF for consistencydrochner
1998-06-16change initialization order to avoid a race condition if a switch isdrochner
1998-06-16add missing keys for vt100drochner
1998-06-15prepare for VT100 emulationdrochner
1998-06-15Move the translation of keypad and function keys into the realm of thedrochner
1998-06-15#define NUL 0 -- isn't that great?drochner
1998-06-15Fix broken pointer arithmetic.drochner
1998-06-13clean up if a controlling process exits while a switch is in progress,drochner
1998-06-13fix initialization in non-console casedrochner
1998-06-12Rework the way kernel include files are installed. In the new method,cgd
1998-06-12access the "raw keyboard" flag inside spltty() to make sure there isdrochner
1998-06-11add options for new compatibility stuff, add wsdisplay_compat_usl.cdrochner
1998-06-11implement a way to get raw keyboard data (for X)drochner
1998-06-11Add calls to process / VT synchronization functions (as provided indrochner
1998-06-11add "sleeping ok" argument to wsdisplay_switch()drochner
1998-06-11add "sleeping ok" argument to wsdisplay_switch()drochner
1998-06-11Implement the VT access and keyboard control ioctl()s needed fordrochner