summaryrefslogtreecommitdiffstats
path: root/sys/dev/vkbd
Commit message (Expand)AuthorAgeFilesLines
* - Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+davide2013-09-071-8/+4
* Get rid of D_PSEUDO.ed2011-10-181-1/+1
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.ed2011-07-171-0/+1
* Remove unit2minor() use from kernel code.ed2008-09-261-1/+1
* Don't enforce unique device minor number policy anymore.ed2008-06-111-1/+1
* Remove explicit calls to keyboard methods with their respective variantswkoszek2007-12-291-5/+4
* Fix our ioctl(2) implementation when the argument is "int". Newru2006-09-271-0/+28
* Disable custom locking in the vkbd(4) for now and make it rely on theemax2006-02-271-2/+20
* Merge the dev_clone and dev_clone_cred event handlers into a singlerwatson2005-08-081-2/+4
* Fix kernel panic with vkbd(4). Initialize mutex properly (set name), or elseemax2005-07-211-1/+1
* Fix yet another cut-and-paste bug.emax2005-05-201-1/+1
* Dont clear all flags in vkbd_clear_state_locked(). Clear only COMPOSE flag.emax2005-05-161-1/+1
* Explicitly hold a reference to the cdev we have just cloned. Thisphk2005-03-311-1/+3
* plug memory leaksam2005-02-251-13/+25
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-062-2/+2
* Include fcntl.hphk2004-12-221-3/+4
* Add virtual AT keyboard driver vkbd(4).emax2004-11-162-0/+1372
OpenPOWER on IntegriCloud