index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
ukbdmap.c
Age
Commit message (
Collapse
)
Author
2005-05-23
ROTD (Regen Of The Day)
Miod Vallat
2005-05-19
At this rate I'm regenerating this file faster than I am losing my hair.
Miod Vallat
2005-05-19
Regen
Miod Vallat
2005-05-12
Regen
Miod Vallat
2005-05-12
Regen
Miod Vallat
2005-05-09
Regen
Miod Vallat
2005-04-14
.pt map from Manuel Pata <pata@alface.de>
Michael Shalayeff
2004-07-26
Belgium USB keyboard map; contributed by Richard Ben Aleya.
Miod Vallat
2002-08-26
map backspace to delete, not backspace key symbol which are defined the same ↵
Michael Shalayeff
at the moment; drahn ok@
2002-07-29
update copyright and Id tags
Nathan Binkert
2002-07-25
get rid of trailing whitespace
Nathan Binkert
2002-05-07
Meant to commit only ulpt and committed everything. Most things weren't ready
Nathan Binkert
2002-05-07
Sync ulpt driver with NetBSD
Nathan Binkert
2002-05-05
whitespace sync with netbsd.
Nathan Binkert
2002-03-12
swiss german and french keymaps; from pckbd by Mathias Schmocker ↵
Michael Shalayeff
<smat@polaris.smat.ch>
2001-05-03
Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three different
Aaron Campbell
kue(4) Ethernet devices.
2001-03-07
Add some non US encodings. Add option UKBD_LAYOUT. -moj ok @aaron
Mats O Jansson
2001-03-01
Add CTRL-ALT-DEL machine reset support, like PCVT had, enabled by the
Aaron Campbell
machdep.kbdreset sysctl as configured in /etc/sysctl.conf.
2001-02-11
Allow up to 12 virtual terminals (CTRL-ALT-F1 through CTRL-ALT-F12). Only
Aaron Campbell
6 are enabled by default. After these changes, to enable more you must change the "option WSDISPLAY_DEFAULTSCREENS" in the kernel config file and edit /etc/ttys to switch the new ones from 'off' to 'on'.
2001-02-04
Permit scrollback (SHIFT+PGUP/PGDN) to be activated from a USB keyboard.
Aaron Campbell
2000-11-08
Sync with NetBSD. Too many changes to mention. For now I have skipped
Aaron Campbell
umass.c and ukbd.c as the diffs are a bit hairier.
2000-09-06
Add usb keyboard. from NetBSD.
Dale S. Rahn