| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some easy, global, lint warnings. In most cases, this means | markm | 2003-04-30 | 1 | -1/+1 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 1 | -2/+1 |
* | Spelling. | charnier | 2003-02-05 | 1 | -1/+1 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -2/+2 |
* | GC various bits and pieces of USERCONFIG from all over the place. | phk | 2002-04-09 | 1 | -1/+1 |
* | Fix typo: conole -> console | asmodai | 2002-04-08 | 1 | -1/+1 |
* | Return consistent key action codes at key press and release | yokota | 2001-07-20 | 1 | -1/+1 |
* | Free the kbd pointer when it isn't NULL, as opposed to when it is. | dwmalone | 2001-01-22 | 1 | -1/+1 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -9/+6 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Initiate deorbit burn sequence for <machine/console.h>. | phk | 2000-10-08 | 1 | -1/+1 |
* | Manipulate with AltGR Led (really CapsLock Led) only in K_XLATE mode, because | ache | 2000-05-28 | 1 | -1/+2 |
* | - Properly keep track of I/O port resources. | yokota | 2000-03-19 | 1 | -9/+12 |
* | One more patch for the atkbd driver. It will make sure that the | yokota | 2000-03-11 | 1 | -0/+12 |
* | - Be slightly more cautious and try to make more sure the keyboard | yokota | 2000-02-11 | 1 | -4/+9 |
* | Use config's conditional compilation rather than using #ifdefs that make | peter | 2000-01-29 | 1 | -5/+0 |
* | - Add some comment from bde on the keyboard interrupt. | yokota | 2000-01-20 | 1 | -11/+19 |
* | Rework shifta/ctla/alta key handling. It appears that there was | yokota | 2000-01-11 | 1 | -7/+0 |
* | Obtain the initial key repeat rate setting via BIOS in i386 if | yokota | 2000-01-10 | 1 | -0/+54 |
* | Add some keyboard IDs. | yokota | 2000-01-10 | 1 | -2/+9 |
* | - Remember the keyboard repeat delay and rate. | yokota | 1999-12-13 | 1 | -10/+32 |
* | Add support new keys: lshifta, rshifta, lctrla, rctrla, lalta, and | yokota | 1999-12-10 | 1 | -1/+15 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Convert DEVFS hooks in (most) drivers to make_dev(). | phk | 1999-08-23 | 1 | -2/+1 |
* | - Remove cdevsw entry points in individual keyboard drivers; | yokota | 1999-08-22 | 1 | -105/+8 |
* | Correctly save `flags' bits. | yokota | 1999-08-15 | 1 | -1/+2 |
* | - Move the `return' statement the correct place so that the keyboard | yokota | 1999-07-18 | 1 | -5/+5 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 1 | -6/+21 |
* | - Include isa/isareg.h rather than i386/isa/isa.h for i386. | yokota | 1999-05-20 | 1 | -43/+3 |
* | The previous commit was wrong! This is the correct one ;-< | yokota | 1999-05-18 | 1 | -2/+2 |
* | Don't confuse cursor keys with numpad keys when composing a char code. | yokota | 1999-05-09 | 1 | -5/+5 |
* | Minor tweak after the introduction of new-bus to i386; properly | yokota | 1999-05-09 | 1 | -14/+14 |
* | Bring the 'new-bus' to the i386. This extensively changes the way the | peter | 1999-04-16 | 1 | -10/+9 |
* | Keyboard driver update in preparation for the USB keyboard driver. | yokota | 1999-03-10 | 1 | -86/+158 |
* | - Fixed the bug which always ignored Ctrl-Pause/Break on the AT 101 | yokota | 1999-01-28 | 1 | -2/+39 |
* | syscons | yokota | 1999-01-19 | 1 | -4/+15 |
* | Use the correct macro to test flags; we need KBD_IS_INITIALIZED here, | yokota | 1999-01-13 | 1 | -2/+2 |
* | Add the new keyboard driver and video card driver. They will be | yokota | 1999-01-09 | 1 | -0/+1302 |