summaryrefslogtreecommitdiffstats
path: root/sys/dev/vkbd
Commit message (Expand)AuthorAgeFilesLines
* 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