| Commit message (Expand) | Author | Age | Files | Lines |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -9/+10 |
* | Integrate kbdmux(4) into syscons(4) and kbd code. | emax | 2006-02-28 | 1 | -0/+24 |
* | kbdmux(4) keyboard multiplexer integration | emax | 2005-07-13 | 2 | -3/+18 |
* | - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) source | marius | 2005-06-10 | 4 | -2795/+0 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -1/+0 |
* | Move the pc98 keymap define into pckbdtables.h because it should be used | nyan | 2005-05-12 | 1 | -142/+0 |
* | Backout previous diffs - this functionality is already provided by the | sobomax | 2005-04-07 | 1 | -15/+0 |
* | Make previous commit actually working by replacing TUNABLE_INT() with | sobomax | 2005-04-07 | 1 | -11/+11 |
* | Provide a new tunable hw.atkbdc.broken_kit_cmd, which if set to 1 | sobomax | 2005-04-07 | 1 | -0/+15 |
* | plug memory leak | sam | 2005-02-26 | 1 | -18/+37 |
* | #include fcntl.h not vnode.h. Check O_NONBLOCK not IO_NDELAY. | phk | 2004-12-22 | 1 | -2/+2 |
* | Add a new flag to the atkbd(4) driver to disable testing the keyboard | jhb | 2004-12-15 | 2 | -1/+3 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 2 | -7/+7 |
* | Remove atdevbase and replace it's remaining uses with direct references to | jhb | 2004-06-10 | 1 | -0/+1 |
* | style(9): return foo -> return (foo) | des | 2004-04-02 | 1 | -95/+95 |
* | Clean up whitespace, fix continuation indents, wrap some long lines. | des | 2004-04-02 | 1 | -27/+27 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -0/+2 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 1 | -2/+0 |
* | While USB keyboards attach as ukbd[0-9]+, the device node created by | des | 2004-01-27 | 1 | -1/+2 |
* | - Implement selwakeuppri() which allows raising the priority of a | tanimura | 2003-11-09 | 1 | -2/+2 |
* | Assign keycodes for Power, Sleep and Wake keys. | fjoe | 2003-10-07 | 1 | -0/+9 |
* | Fix dev_t handling to avoid needless makedev() call. | phk | 2003-09-27 | 2 | -12/+6 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 3 | -3/+9 |
* | Fix for FAIL_IF_NO_KBD case as expected. | simokawa | 2003-07-13 | 1 | -1/+3 |
* | Add support for the A4 Tech RFSW-35 mouse wheel. Probe is similar to | mikeh | 2003-07-12 | 1 | -0/+1 |
* | - Use the new resource_disabled() helper function to see if devices are | jhb | 2003-07-02 | 1 | -2/+1 |
* | 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 |