| Commit message (Expand) | Author | Age | Files | Lines |
* | - Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+ | davide | 2013-09-07 | 1 | -8/+4 |
* | Get rid of D_PSEUDO. | ed | 2011-10-18 | 1 | -1/+1 |
* | Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP. | ed | 2011-07-17 | 1 | -0/+1 |
* | Remove unit2minor() use from kernel code. | ed | 2008-09-26 | 1 | -1/+1 |
* | Don't enforce unique device minor number policy anymore. | ed | 2008-06-11 | 1 | -1/+1 |
* | Remove explicit calls to keyboard methods with their respective variants | wkoszek | 2007-12-29 | 1 | -5/+4 |
* | 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 |