aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vkbd
Commit message (Expand)AuthorAgeFilesLines
* vkbd: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-5/+3
* Revert r355806: kbd drivers: don't double register keyboard driversKyle Evans2019-12-261-4/+0
* kbd drivers: don't double register keyboard driversKyle Evans2019-12-161-0/+4
* kbd: provide default implementations of get_fkeystr/diagKyle Evans2019-12-161-2/+0
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+1
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-1/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-7/+7
* - Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+Davide Italiano2013-09-071-8/+4
* Get rid of D_PSEUDO.Ed Schouten2011-10-181-1/+1
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.Ed Schouten2011-07-171-0/+1
* Remove unit2minor() use from kernel code.Ed Schouten2008-09-261-1/+1
* Don't enforce unique device minor number policy anymore.Ed Schouten2008-06-111-1/+1
* Remove explicit calls to keyboard methods with their respective variantsWojciech A. Koszek2007-12-291-5/+4
* 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