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