| Age | Commit message (Expand) | Author |
| 2000-10-13 | Revert previous since the finnish keymap is already present under | mjl |
| 2000-10-12 | Add finnish keymap, from Heikki Kallasjoki in PR/11186. | mjl |
| 2000-10-01 | - Add ioctl commands to wsdisplay which set/get some LCD status, | takemura |
| 2000-06-05 | If rnd is configured into the kernel, do rnd(4) entropy collection | sommerfeld |
| 2000-05-19 | add spanish keymap, data from | drochner |
| 2000-04-14 | Add an "iopener" keymap variant, giving us.iopener and | tsarna |
| 2000-03-10 | Only poll for bell completion if we're calling in from cnbell(). Fixes | thorpej |
| 2000-03-06 | - Make the pcppi and pckbd drivers cooperate a little more -- pckbd provides | thorpej |
| 2000-03-05 | Add Norwegian keymap from Haavard Lygre. | soren |
| 2000-01-17 | make confusion of ISO 639 and ISO 3166 less likely | hubertf |
| 2000-01-15 | allow french keyboard users to swap control and caps lock keys | aymeric |
| 2000-01-08 | Absolute pointing device support. | takemura |
| 1999-12-03 | Split the PC-like keyboard controller driver into chip back-end and | thorpej |
| 1999-08-25 | Spelling. | ross |
| 1999-06-04 | In pckbd_decode(), do the remapping of "extended" (multibyte) keys | drochner |
| 1999-05-15 | now that wscons_glue is gone we can back out rev. 1.16 (which made | drochner |
| 1999-05-11 | add swedish keyboard map from Johan Danielsson (joda@pdc.kth.se) per | drochner |
| 1999-05-03 | Pull in slightly modified ioctl() routine from psm.c (handles WSMOUSEIO_SRES). | ad |
| 1999-05-03 | Update ioctl routine to handle WSMOUSEIO_SRES case. | ad |
| 1999-03-26 | In a PC keyboard doesn't accept a "set to scanset 2" command, reset it | drochner |
| 1999-01-26 | don't wait for completion of keyboard enable/disable commands; this | drochner |
| 1999-01-23 | -correction to PR kern/6814 from AW9K-NNK@asahi-net.or.jp | drochner |
| 1999-01-23 | back to the roots: rename psm->pms | drochner |
| 1999-01-15 | add japanese keyboard map, from AW9K-NNK@asahi-net.or.jp (Nonaka Kimihiro) | drochner |
| 1999-01-14 | map the new "reset emulator" function to CTL-ALT-Backspace | drochner |
| 1999-01-10 | Rename the "windows" keys and add the new keys to the keyboard maps. | augustss |
| 1999-01-09 | implement the option to swap left CTL and caps lock key, from | drochner |
| 1999-01-06 | add british keymap, from Patrick Welche per PR kern/6735 | drochner |
| 1998-10-03 | french keymap, from Matthieu Herrb <matthieu@mipnet.fr> per PR kern/6231 | drochner |
| 1998-09-18 | Map the "backspace" key to "delete" and the "remove" key to | drochner |
| 1998-09-17 | Move keyboard map from <dev/wscons/wskbdmap_mfii.h> into a _source_ file. | drochner |
| 1998-09-02 | Can't use pckbc_enqueue_cmd() in attach() because pckbc's initialization | drochner |
| 1998-08-15 | Assign my copyrights to TNF. | mycroft |
| 1998-08-15 | Make copyright notices with my name consistent. | mycroft |
| 1998-08-07 | use an md keyboard beep replacement function on alpha too | drochner |
| 1998-08-02 | Adapt to wskbd interface changes; implement enable/disable function. | drochner |
| 1998-07-29 | Make sure to report wheel movements. | augustss |
| 1998-07-28 | Reset the mouse in attach(); Bog knows what other drivers did to it | drochner |
| 1998-07-27 | add support for native "Intelli" mice (wheel = z axis) | drochner |
| 1998-07-27 | add zero z axis argument | drochner |
| 1998-06-16 | defopt PCKBD_LAYOUT | drochner |
| 1998-06-12 | Rework the way kernel include files are installed. In the new method, | cgd |
| 1998-06-11 | implement a way to get raw keyboard data (for X) | drochner |
| 1998-05-03 | Make error reporting similar to "pckbd". | drochner |
| 1998-05-03 | Let keyboard probe succeed without a keyboard connected if it is used | drochner |
| 1998-04-28 | Fix a couple of function names used in diagnostic printfs. | thorpej |
| 1998-04-18 | -Set keyboard (and/or controller) to XT scancode in early console | drochner |
| 1998-04-16 | -don't modify call arguments in place - bad for debugging | drochner |
| 1998-04-09 | Split wscons/wskbd.c's softc into a static and a nonstatic part. | hannken |
| 1998-04-07 | Put some diagnostic output inside "#ifdef DIAGNOSTIC". | drochner |