aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vkbd
Commit message (Expand)AuthorAgeFilesLines
* Fix our ioctl(2) implementation when the argument is "int". NewRuslan Ermilov2006-09-271-0/+28
* Disable custom locking in the vkbd(4) for now and make it rely on theMaksim Yevmenkin2006-02-271-2/+20
* Merge the dev_clone and dev_clone_cred event handlers into a singleRobert Watson2005-08-081-2/+4
* Fix kernel panic with vkbd(4). Initialize mutex properly (set name), or elseMaksim Yevmenkin2005-07-211-1/+1
* Fix yet another cut-and-paste bug.Maksim Yevmenkin2005-05-201-1/+1
* Dont clear all flags in vkbd_clear_state_locked(). Clear only COMPOSE flag.Maksim Yevmenkin2005-05-161-1/+1
* Explicitly hold a reference to the cdev we have just cloned. ThisPoul-Henning Kamp2005-03-311-1/+3
* plug memory leakSam Leffler2005-02-251-13/+25
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-062-2/+2
* Include fcntl.hPoul-Henning Kamp2004-12-221-3/+4
* Add virtual AT keyboard driver vkbd(4).Maksim Yevmenkin2004-11-162-0/+1372