summaryrefslogtreecommitdiffstats
path: root/sys/dev/sun (follow)
Commit message (Expand)AuthorAgeFilesLines
* sunkbd(4): timeout_add(9) -> timeout_add_msec(9); ok kettenis@cheloha2020-04-061-7/+3
* adapt to recent wsmouse changes by bru (oct23)deraadt2016-10-241-1/+2
* Use the new input functions of wsmouse in mouse and touchscreen drivers.bru2016-06-051-3/+3
* Reduces the noise around the global ``ticks'' variable by renaming allmpi2016-03-191-6/+6
* Remove stray splx(9) call. Found by Maxime Villard's Brainy Code Scanner.kettenis2015-09-181-2/+1
* Attempt to make user changes of keyboard layout a bit more `sticky' on wsmuxmiod2014-01-261-3/+3
* Unify the zs tty driver.sebastia2013-04-211-10/+2
* Fix asterisk symbol in de layout.shadchin2012-11-291-3/+3
* Auto-repeat keys in WSKBD_RAW mode is not needed.shadchin2011-11-092-40/+3
* Report the compose key on sun keyboards in raw mode as a different keycodemiod2011-01-301-2/+2
* introducing a 64-bit type to the disklabel structure leads some architecturesderaadt2010-04-251-2/+2
* Recycle unused disklabel fields in order to create a disklabel uniquejsing2010-04-231-2/+4
* Add code to attach sun mice on sparc and sparc64 as wsmouse devices. Sincemiod2009-05-204-1/+786
* Oops, sunkbd_decode() still needs to be public for *cngetc() to work;miod2009-01-122-3/+3
* Remap the audio mute key on type 5, as it collides with the keypad equalmiod2009-01-123-10/+31
* WSDISPLAY_COMPAT_RAWKBD support for sun serial keyboards (zskbd, comkbd).miod2009-01-113-6/+226
* Define a limit to the input which can be fed to sunkbd_input() at once,miod2009-01-111-1/+3
* Factor a bit more sunkbd common parts; paves the way for upcomingmiod2009-01-112-2/+24
* Fiddle Sun traditional disklabel recognition to eliminate union andkrw2007-10-021-52/+22
* On sparc & sparc64, change `mount -a` to recognise Linux ext2 partitionstsi2007-09-191-15/+76
* extend the sun disklabel format to contain filesystem types. also,deraadt2007-05-311-39/+15
* Enable or disable keyclick on attach, based upon the PROM keyboard-click?miod2005-11-112-2/+17
* reties -> retriesmiod2005-06-031-5/+5
* Factorize most of the high-level logic for Sun serial keyboards inmiod2005-05-144-986/+1248
* Fix confusion between KS_paragraph and KS_section; inspired from a PS/2miod2005-02-281-18/+18
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* nuke clase 3 & 4jason2003-06-023-18/+3
* remove clause 3 & 4 jointly held by miod and me.jason2003-06-021-6/+1
* up MAXSUNLAYOUT... miod, you owe me a beerjason2003-05-171-2/+2
* Gremlin slipped in in the encoding table, affected mostly Compact-2 keyboards.miod2003-05-171-2/+2
* Fix UK keyboard layout (2 & 3 shifted from one position).matthieu2003-03-171-3/+3
* Japanese type 5 layout; from a picture of the actual layout on sunsolve,miod2003-01-281-3/+23
* Recognize the Voyager ``Compact-1'' keyboard layouts.miod2003-01-222-5/+48
* Move sunkbd defn to common place and remove old event.c referencejason2003-01-141-2/+3
* Remove dead filesjason2003-01-147-3516/+0
* Invalid key in french type 5 keyboard layout; reported by Olivier Cherrier,miod2003-01-011-2/+2
* Upon detection of an international Sun keyboard with a recognized layout,miod2002-11-292-2/+80
* Add the remaining layouts (due to popular demand): spanish, italian, dutch,miod2002-11-231-11/+456
* wskbd layouts for Sun Danish, French and German keyboards.miod2002-11-231-2/+192
* Correctly handle keypad '.'/Delete key on sun keyboards.miod2002-09-081-2/+2
* Define new wscons symbols for the L function keys found on Sun keyboards,miod2002-08-291-1/+9
* map backspace to delete, not backspace key symbol which are defined the same at the moment; jason ok@mickey2002-08-261-2/+2
* Convert sparc console code from rcons and pseudo-devices to rasops and wscons.miod2002-08-122-4/+12
* move HoldScreen to R3 where it belongs (not L3)jason2002-08-051-2/+2
* Add a new wskbd type for Sun type 5 keyboards (WSKBD_TYPE_SUN5).maja2002-05-292-2/+51
* Credit DARPA/USAF appropriately.jason2002-04-084-4/+25
* First round of __P removal in sysmillert2002-03-144-30/+30
* Opps. One missing _nodead. -mojmaja2002-02-251-2/+2
* US isn't all :-) Here is a swedish map. -mojmaja2002-02-251-3/+43
* Move ioctl userland accessible stuff to <dev/sun/uperfio.h>jason2002-01-311-0/+99