summaryrefslogtreecommitdiff
path: root/sys/dev/sun
AgeCommit message (Expand)Author
2012-11-29Fix asterisk symbol in de layout.Alexandr Shadchin
2011-11-09Auto-repeat keys in WSKBD_RAW mode is not needed.Alexandr Shadchin
2011-01-30Report the compose key on sun keyboards in raw mode as a different keycodeMiod Vallat
2010-04-25introducing a 64-bit type to the disklabel structure leads some architecturesTheo de Raadt
2010-04-23Recycle unused disklabel fields in order to create a disklabel uniqueJoel Sing
2009-05-20Add code to attach sun mice on sparc and sparc64 as wsmouse devices. SinceMiod Vallat
2009-01-12Oops, sunkbd_decode() still needs to be public for *cngetc() to work;Miod Vallat
2009-01-12Remap the audio mute key on type 5, as it collides with the keypad equalMiod Vallat
2009-01-11WSDISPLAY_COMPAT_RAWKBD support for sun serial keyboards (zskbd, comkbd).Miod Vallat
2009-01-11Define a limit to the input which can be fed to sunkbd_input() at once,Miod Vallat
2009-01-11Factor a bit more sunkbd common parts; paves the way for upcomingMiod Vallat
2007-10-02Fiddle Sun traditional disklabel recognition to eliminate union andKenneth R Westerback
2007-09-19On sparc & sparc64, change `mount -a` to recognise Linux ext2 partitionsMarc Aurele La France
2007-05-31extend the sun disklabel format to contain filesystem types. also,Theo de Raadt
2005-11-11Enable or disable keyclick on attach, based upon the PROM keyboard-click?Miod Vallat
2005-06-03reties -> retriesMiod Vallat
2005-05-14Factorize most of the high-level logic for Sun serial keyboards inMiod Vallat
2005-02-28Fix confusion between KS_paragraph and KS_section; inspired from a PS/2Miod Vallat
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-02nuke clase 3 & 4Jason Wright
2003-06-02remove clause 3 & 4 jointly held by miod and me.Jason Wright
2003-05-17up MAXSUNLAYOUT... miod, you owe me a beerJason Wright
2003-05-17Gremlin slipped in in the encoding table, affected mostly Compact-2 keyboards.Miod Vallat
2003-03-17Fix UK keyboard layout (2 & 3 shifted from one position).Matthieu Herrb
2003-01-28Japanese type 5 layout; from a picture of the actual layout on sunsolve,Miod Vallat
2003-01-22Recognize the Voyager ``Compact-1'' keyboard layouts.Miod Vallat
2003-01-14Move sunkbd defn to common place and remove old event.c referenceJason Wright
2003-01-14Remove dead filesJason Wright
2003-01-01Invalid key in french type 5 keyboard layout; reported by Olivier Cherrier,Miod Vallat
2002-11-29Upon detection of an international Sun keyboard with a recognized layout,Miod Vallat
2002-11-23Add the remaining layouts (due to popular demand): spanish, italian, dutch,Miod Vallat
2002-11-23wskbd layouts for Sun Danish, French and German keyboards.Miod Vallat
2002-09-08Correctly handle keypad '.'/Delete key on sun keyboards.Miod Vallat
2002-08-29Define new wscons symbols for the L function keys found on Sun keyboards,Miod Vallat
2002-08-26map backspace to delete, not backspace key symbol which are defined the same ...Michael Shalayeff
2002-08-12Convert sparc console code from rcons and pseudo-devices to rasops and wscons.Miod Vallat
2002-08-05move HoldScreen to R3 where it belongs (not L3)Jason Wright
2002-05-29Add a new wskbd type for Sun type 5 keyboards (WSKBD_TYPE_SUN5).Mats O Jansson
2002-04-08Credit DARPA/USAF appropriately.Jason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-25Opps. One missing _nodead. -mojMats O Jansson
2002-02-25US isn't all :-) Here is a swedish map. -mojMats O Jansson
2002-01-31Move ioctl userland accessible stuff to <dev/sun/uperfio.h>Jason Wright
2002-01-25Remove kbd_ms_ttyvar.h... Unneeded file from NetBSD.Jason Wright
2002-01-25move the scancode -> wskbd event map into a seperate file... more stillJason Wright
2001-09-18bring sparc64 OUT of the stone age... MAXPARTITIONS 16Jason Wright
2001-08-19more from netbsd... not sure if it's modified or not (modified at least for R...Jason Wright
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-06-27recieve -> receiveNathan Binkert
2001-03-24Convert to new timeout API. art@ ok.Hakan Olsson