summaryrefslogtreecommitdiffstats
path: root/sys/dev/kbd
Commit message (Expand)AuthorAgeFilesLines
* This commit should be a extensive NO-OP:phk1999-05-302-11/+41
* Don't bogusly define a d_reset_t function.phk1999-05-301-14/+2
* - Include isa/isareg.h rather than i386/isa/isa.h for i386.yokota1999-05-201-43/+3
* Include sys/isa/isareg.h rather than i386/isa/isa.h for i386.yokota1999-05-201-5/+1
* Slight reorganization of internal interface in the keyboard controlleryokota1999-05-182-4/+13
* Silence warnings.yokota1999-05-181-10/+10
* Remove unnecessary function call.yokota1999-05-181-2/+1
* The previous commit was wrong! This is the correct one ;-<yokota1999-05-181-2/+2
* Don't confuse cursor keys with numpad keys when composing a char code.yokota1999-05-091-5/+5
* Minor tweak after the introduction of new-bus to i386; properlyyokota1999-05-091-14/+14
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-10/+9
* Keyboard driver update in preparation for the USB keyboard driver.yokota1999-03-105-1197/+358
* - Fixed the bug which always ignored Ctrl-Pause/Break on the AT 101yokota1999-01-282-70/+118
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-3/+3
* sysconsyokota1999-01-192-6/+17
* Use the correct macro to test flags; we need KBD_IS_INITIALIZED here,yokota1999-01-131-2/+2
* Fix PIO_KEYMAPENT/GIO_KEYMAPENT. They used to copy from/to a wrong place.yokota1999-01-121-3/+3
* Clean up warnings: get conditional compilation right so that a localyokota1999-01-121-6/+11
* Add the new keyboard driver and video card driver. They will beyokota1999-01-096-0/+4089
* Fix ROOL UP/DOWN keys of PC-98.kato1998-11-181-3/+3
* Add VESA support to syscons.sos1998-09-151-5/+5
* keymap -> key_map so that the kernel will compile withsteve1998-06-061-2/+2
* Define CTL-ALT-ESC as the `debug' key, CTL-ALT-SPACE as the `suspend'keyyokota1998-01-281-5/+5
* Fix illegal numeric expressions: 08 and 09.yokota1998-01-121-10/+10
* Added accent (dead) key support to syscons and kbdcontrol.yokota1998-01-071-2/+298
* Back out my LALT -> META change until we figure out a way to make itjkh1997-10-121-2/+2
* Change default keymap (I left all the international ones alone) sojkh1997-10-101-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* More merge and update.asami1996-10-301-2/+141
* Change RUKEYMAP sligtlyache1996-01-251-3/+3
* Staticize and cleanup.phk1995-12-101-8/+8
* Change fkey 63 from ^[[K to ^[[~.sos1995-03-281-2/+2
* Give backspace to the people (again)sos1995-03-271-6/+6
* Fix flag bugs with RUKEYMAPache1995-03-031-3/+3
* Minor update to syscons.sos1995-03-031-43/+43
* Reviewed by:sos1995-01-301-14/+14
* Third round in syscons update.sos1995-01-281-46/+48
* Use NUM_FKEYS instead of hardcoded 65 for fkey_tab sizeache1995-01-261-2/+2
* Get rid of overloaded Keypad 5, now F(65)ache1995-01-261-8/+8
* Rewrite fkey_tab to produce unique sequences for all fkeysache1995-01-261-14/+20
* Implement Delete key properly, needed by ncursesache1995-01-261-12/+12
* Changes to allow keypad 5 produce \E[E like SCO/ANSI term doesache1994-12-311-12/+12
* More intelligent BackTab fix using BTAB special key (unused before)ache1994-11-191-8/+8
* Fix all keymaps to bring BackTab to life.ache1994-11-191-6/+6
* Added support for the MicroSoft Natural keyboardsos1994-11-171-12/+31
* Laptop Advanced Power Management support by HOSOKAWA Tatsumi.dg1994-10-011-2/+2
* Changed header slightly.sos1994-09-291-14/+25
* From 1.1.5:dg1994-09-211-3/+3
* Updated swedish keymap.sos1994-04-261-18/+18
OpenPOWER on IntegriCloud