| Commit message (Expand) | Author | Age | Files | Lines |
| * | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
| * | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-23 | 2 | -4/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-07-25 | 3 | -3/+3 |
| * | Support Unicode characters in keymap dead key tables | Stefan Eßer | 2023-02-09 | 1 | -4/+48 |
| * | kbd: replace vestigial spl calls with Giant assertions | Ed Maste | 2022-04-15 | 1 | -55/+12 |
| * | Suppress D_NEEDGIANT warnings for some drivers | Mark Johnston | 2021-06-14 | 1 | -1/+1 |
| * | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -1/+2 |
| * | kbd: merge linker set drivers into standard kbd driver list | Kyle Evans | 2019-12-26 | 2 | -44/+39 |
| * | kbd: const'ify a couple of keyboard_driver fields | Kyle Evans | 2019-12-17 | 1 | -4/+9 |
| * | kbd: patch linker set methods, too | Kyle Evans | 2019-12-16 | 1 | -0/+17 |
| * | kbd: remove kbdsw, store pointer to driver in each keyboard_t | Kyle Evans | 2019-12-16 | 2 | -92/+77 |
| * | kbd: provide default implementations of get_fkeystr/diag | Kyle Evans | 2019-12-16 | 2 | -5/+9 |
| * | kbd: convert kbdd_* macros to inline functions | Kyle Evans | 2019-12-15 | 1 | -47/+140 |
| * | kbd: drop _KERNEL #ifdef in kbdreg.h | Kyle Evans | 2019-12-15 | 1 | -4/+0 |
| * | evdev: Remove evdev.ko linkage dependency on kbd driver | Vladimir Kondratyev | 2018-08-13 | 2 | -0/+43 |
| * | Revert r327828, r327949, r327953, r328016-r328026, r328041: | Pedro F. Giffuni | 2018-01-21 | 1 | -4/+3 |
| * | dev: make some use of mallocarray(9). | Pedro F. Giffuni | 2018-01-13 | 1 | -3/+4 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 3 | -0/+6 |
| * | Remove pc98 support completely. | Yoshihiro Takahashi | 2017-01-28 | 1 | -12/+0 |
| * | Restore priority value for OGIO_KEYMAP | Nikolai Lifanov | 2017-01-07 | 1 | -1/+1 |
| * | Use M_WAITOK in PIO_KEYMAP ioctl | Ed Maste | 2016-10-12 | 1 | -1/+1 |
| * | apply some style(9) to kbd: make function name start in column 1 | Ed Maste | 2016-07-26 | 1 | -8/+8 |
| * | Use unsigned version of min() when handling arguments of SETFKEY ioctl. | Gleb Smirnoff | 2016-05-17 | 1 | -1/+1 |
| * | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 1 | -1/+1 |
| * | sys: Make use of our rounddown() macro when sys/param.h is available. | Pedro F. Giffuni | 2016-04-30 | 1 | -1/+1 |
| * | sys/dev: use our nitems() macro when it is avaliable through param.h. | Pedro F. Giffuni | 2016-04-19 | 1 | -1/+1 |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
| * | Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP. | Ed Schouten | 2011-07-17 | 1 | -8/+32 |
| * | Explicitly tell the compiler that we don't care about the return value | Rui Paulo | 2010-10-13 | 1 | -5/+5 |
| * | Use an unsigned integer for storing the key code. | Ed Schouten | 2009-09-22 | 1 | -1/+1 |
| * | Make the keyboard layer Unicode aware. | Ed Schouten | 2009-09-19 | 1 | -7/+19 |
| * | Move buffer management into kbd and kbdmux drivers. | Ed Schouten | 2009-06-05 | 1 | -23/+51 |
| * | Whitespace nitpicking | Maksim Yevmenkin | 2009-04-09 | 1 | -2/+2 |
| * | Introduce KB_POLLED flag to struct keyboard's kb_flags field. | Maksim Yevmenkin | 2009-04-09 | 1 | -0/+4 |
| * | Replace all calls to minor() with dev2unit(). | Ed Schouten | 2008-09-27 | 1 | -2/+2 |
| * | Don't include <sys/tty.h> in non-TTY drivers. | Ed Schouten | 2008-07-24 | 1 | -1/+2 |
| * | Remove explicit calls to keyboard methods with their respective variants | Wojciech A. Koszek | 2007-12-29 | 2 | -17/+56 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -9/+10 |
| * | Integrate kbdmux(4) into syscons(4) and kbd code. | Maksim Yevmenkin | 2006-02-28 | 1 | -0/+24 |
| * | kbdmux(4) keyboard multiplexer integration | Maksim Yevmenkin | 2005-07-13 | 2 | -3/+18 |
| * | - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) source | Marius Strobl | 2005-06-10 | 4 | -2795/+0 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 1 | -1/+0 |
| * | Move the pc98 keymap define into pckbdtables.h because it should be used | Yoshihiro Takahashi | 2005-05-12 | 1 | -142/+0 |
| * | Backout previous diffs - this functionality is already provided by the | Maxim Sobolev | 2005-04-07 | 1 | -15/+0 |
| * | Make previous commit actually working by replacing TUNABLE_INT() with | Maxim Sobolev | 2005-04-07 | 1 | -11/+11 |
| * | Provide a new tunable hw.atkbdc.broken_kit_cmd, which if set to 1 | Maxim Sobolev | 2005-04-07 | 1 | -0/+15 |
| * | plug memory leak | Sam Leffler | 2005-02-26 | 1 | -18/+37 |
| * | #include fcntl.h not vnode.h. Check O_NONBLOCK not IO_NDELAY. | Poul-Henning Kamp | 2004-12-22 | 1 | -2/+2 |
| * | Add a new flag to the atkbd(4) driver to disable testing the keyboard | John Baldwin | 2004-12-15 | 2 | -1/+3 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 2 | -7/+7 |