Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix our ioctl(2) implementation when the argument is "int". New | ru | 2006-09-27 | 1 | -0/+28 |
* | Disable custom locking in the vkbd(4) for now and make it rely on the | emax | 2006-02-27 | 1 | -2/+20 |
* | Merge the dev_clone and dev_clone_cred event handlers into a single | rwatson | 2005-08-08 | 1 | -2/+4 |
* | Fix kernel panic with vkbd(4). Initialize mutex properly (set name), or else | emax | 2005-07-21 | 1 | -1/+1 |
* | Fix yet another cut-and-paste bug. | emax | 2005-05-20 | 1 | -1/+1 |
* | Dont clear all flags in vkbd_clear_state_locked(). Clear only COMPOSE flag. | emax | 2005-05-16 | 1 | -1/+1 |
* | Explicitly hold a reference to the cdev we have just cloned. This | phk | 2005-03-31 | 1 | -1/+3 |
* | plug memory leak | sam | 2005-02-25 | 1 | -13/+25 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 2 | -2/+2 |
* | Include fcntl.h | phk | 2004-12-22 | 1 | -3/+4 |
* | Add virtual AT keyboard driver vkbd(4). | emax | 2004-11-16 | 2 | -0/+1372 |