| 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 | 1 | -3/+17 |
* | #include fcntl.h not vnode.h. Check O_NONBLOCK not IO_NDELAY. | phk | 2004-12-22 | 1 | -2/+2 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -6/+6 |
* | 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 |
* | Fix dev_t handling to avoid needless makedev() call. | phk | 2003-09-27 | 1 | -12/+5 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -1/+3 |
* | 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 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Fixes to make select/poll mpsafe. | alfred | 2002-03-14 | 1 | -2/+0 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -5/+5 |
* | Return consistent key action codes at key press and release | yokota | 2001-07-20 | 1 | -92/+101 |
* | With this commit, I hereby pronounce gensetdefs past its use-by date. | peter | 2001-06-13 | 1 | -6/+8 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -4/+3 |
* | Remove unneeded #include <sys/proc.h> lines. | phk | 2000-10-29 | 1 | -1/+0 |
* | Initiate deorbit burn sequence for <machine/console.h>. | phk | 2000-10-08 | 1 | -1/+1 |
* | Add the ability to define a "shutdown" and "shutdown and poweroff" key | dwmalone | 2000-09-11 | 1 | -0/+1 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -2/+2 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -2/+2 |
* | Use config's conditional compilation rather than using #ifdefs that make | peter | 2000-01-29 | 1 | -1/+0 |
* | Rework shifta/ctla/alta key handling. It appears that there was | yokota | 2000-01-11 | 1 | -9/+18 |
* | - Add a module event function to the ukbd driver and make the ukbd KLD | yokota | 1999-12-13 | 1 | -1/+43 |
* | - Remember the keyboard repeat delay and rate. | yokota | 1999-12-13 | 1 | -0/+5 |
* | Add support new keys: lshifta, rshifta, lctrla, rctrla, lalta, and | yokota | 1999-12-10 | 1 | -11/+68 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | - Remove cdevsw entry points in individual keyboard drivers; | yokota | 1999-08-22 | 1 | -203/+98 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -4/+2 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 1 | -5/+20 |
* | Don't bogusly define a d_reset_t function. | phk | 1999-05-30 | 1 | -14/+2 |
* | Silence warnings. | yokota | 1999-05-18 | 1 | -10/+10 |
* | Remove unnecessary function call. | yokota | 1999-05-18 | 1 | -2/+1 |
* | Keyboard driver update in preparation for the USB keyboard driver. | yokota | 1999-03-10 | 1 | -14/+60 |
* | Fix PIO_KEYMAPENT/GIO_KEYMAPENT. They used to copy from/to a wrong place. | yokota | 1999-01-12 | 1 | -3/+3 |
* | Clean up warnings: get conditional compilation right so that a local | yokota | 1999-01-12 | 1 | -6/+11 |
* | Add the new keyboard driver and video card driver. They will be | yokota | 1999-01-09 | 1 | -0/+1193 |