| Commit message (Expand) | Author | Age | Files | Lines |
* | AMD64 physical space is much larger than i386, de-i386 the bus_space and | peter | 2003-05-12 | 1 | -1/+3 |
* | Update the hardcoded bus tags for early console support for amd64. | peter | 2003-05-01 | 1 | -1/+1 |
* | 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 |
* | Add a a sysctl, hw.kbd.keymap_restrict_change, which acts a bit | dwmalone | 2003-03-09 | 1 | -0/+144 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+8 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 1 | -3/+3 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Spelling. | charnier | 2003-02-05 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Include "opt_kbd.h" since certain structures size depend on the value | phk | 2002-10-15 | 1 | -0/+2 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -2/+2 |
* | de-count atkbdc. I have more extensive patches to make properly dynamic, | peter | 2002-08-19 | 1 | -2/+1 |
* | 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 |
* | Fix spelling and grammar bogons in a comment. | murray | 2002-03-27 | 1 | -7/+7 |
* | Add the ia64 bus space tag for the IO ports (!). | peter | 2002-03-19 | 1 | -0/+4 |
* | Fixes to make select/poll mpsafe. | alfred | 2002-03-14 | 1 | -2/+0 |
* | Refine ACPI/PnP BIOS probe/attach routines a bit. | yokota | 2001-09-15 | 1 | -2/+0 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -5/+5 |
* | Update the atkbdc, atkbd, and psm drivers to probe/attach | yokota | 2001-09-06 | 1 | -0/+3 |
* | Fix typo; the meaning of the 3rd parameter to genkbd_keyaction() is | yokota | 2001-07-20 | 1 | -1/+1 |
* | Return consistent key action codes at key press and release | yokota | 2001-07-20 | 3 | -93/+103 |
* | With this commit, I hereby pronounce gensetdefs past its use-by date. | peter | 2001-06-13 | 2 | -7/+8 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | Update default keyboard (PREV, PASTE) | ache | 2001-03-12 | 1 | -2/+2 |
* | 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 | 3 | -15/+10 |
* | Remove unneeded #include <sys/proc.h> lines. | phk | 2000-10-29 | 1 | -1/+0 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 2 | -2/+0 |
* | Initiate deorbit burn sequence for <machine/console.h>. | phk | 2000-10-08 | 3 | -3/+3 |
* | Add the ability to define a "shutdown" and "shutdown and poweroff" key | dwmalone | 2000-09-11 | 1 | -0/+1 |
* | * Completely rewrite the alpha busspace to hide the implementation from | dfr | 2000-08-28 | 1 | -1/+1 |
* | Manipulate with AltGR Led (really CapsLock Led) only in K_XLATE mode, because | ache | 2000-05-28 | 1 | -1/+2 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 2 | -3/+3 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 2 | -3/+3 |
* | - Properly keep track of I/O port resources. | yokota | 2000-03-19 | 4 | -94/+128 |
* | - Add Support for the following PS/2 mice: | yokota | 2000-03-18 | 1 | -0/+3 |
* | Changed key assign for PC-98. | nyan | 2000-03-16 | 1 | -5/+5 |
* | 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 | 3 | -11/+1 |
* | - 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 | 3 | -17/+19 |
* | 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 |
* | - Fixed warnings. | nyan | 2000-01-04 | 1 | -132/+132 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 3 | -6/+6 |
* | - Add a module event function to the ukbd driver and make the ukbd KLD | yokota | 1999-12-13 | 2 | -2/+47 |
* | - Remember the keyboard repeat delay and rate. | yokota | 1999-12-13 | 2 | -10/+37 |