summaryrefslogtreecommitdiff
path: root/sys/dev/vkbd
AgeCommit message (Expand)Author
2025-06-17Internal scheduling priorities: Always use symbolic onesOlivier Certner
2023-10-10vkbd: correct ref count on cloned cdevsKonstantin Belousov
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-07-06kbd: consolidate kb interfaces (phase one)Michael
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-14sys/kbio.h: make pre-unicode keymap support optionalStefan Eßer
2023-02-06Support Unicode characters in keymap dead key tablesStefan Eßer
2020-09-01vkbd: clean up empty lines in .c and .h filesMateusz Guzik
2019-12-26Revert r355806: kbd drivers: don't double register keyboard driversKyle Evans
2019-12-16kbd drivers: don't double register keyboard driversKyle Evans
2019-12-16kbd: provide default implementations of get_fkeystr/diagKyle Evans
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2018-04-06Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-04-19sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni
2013-09-07- Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+Davide Italiano
2011-10-18Get rid of D_PSEUDO.Ed Schouten
2011-07-17Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.Ed Schouten
2008-09-26Remove unit2minor() use from kernel code.Ed Schouten
2008-06-11Don't enforce unique device minor number policy anymore.Ed Schouten
2007-12-29Remove explicit calls to keyboard methods with their respective variantsWojciech A. Koszek
2006-09-27Fix our ioctl(2) implementation when the argument is "int". NewRuslan Ermilov
2006-02-27Disable custom locking in the vkbd(4) for now and make it rely on theMaksim Yevmenkin
2005-08-08Merge the dev_clone and dev_clone_cred event handlers into a singleRobert Watson
2005-07-21Fix kernel panic with vkbd(4). Initialize mutex properly (set name), or elseMaksim Yevmenkin
2005-05-20Fix yet another cut-and-paste bug.Maksim Yevmenkin
2005-05-16Dont clear all flags in vkbd_clear_state_locked(). Clear only COMPOSE flag.Maksim Yevmenkin
2005-03-31Explicitly hold a reference to the cdev we have just cloned. ThisPoul-Henning Kamp
2005-02-25plug memory leakSam Leffler
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-12-22Include fcntl.hPoul-Henning Kamp
2004-11-16Add virtual AT keyboard driver vkbd(4).Maksim Yevmenkin