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