| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-04-06 | sunkbd(4): timeout_add(9) -> timeout_add_msec(9); ok kettenis@ |  cheloha | 1 | -7/+3 |
| 2016-10-24 | adapt to recent wsmouse changes by bru (oct23) |  deraadt | 1 | -1/+2 |
| 2016-06-05 | Use the new input functions of wsmouse in mouse and touchscreen drivers. |  bru | 1 | -3/+3 |
| 2016-03-19 | Reduces the noise around the global ``ticks'' variable by renaming all |  mpi | 1 | -6/+6 |
| 2015-09-18 | Remove stray splx(9) call. Found by Maxime Villard's Brainy Code Scanner. |  kettenis | 1 | -2/+1 |
| 2014-01-26 | Attempt to make user changes of keyboard layout a bit more `sticky' on wsmux |  miod | 1 | -3/+3 |
| 2013-04-21 | Unify the zs tty driver. |  sebastia | 1 | -10/+2 |
| 2012-11-29 | Fix asterisk symbol in de layout. |  shadchin | 1 | -3/+3 |
| 2011-11-09 | Auto-repeat keys in WSKBD_RAW mode is not needed. |  shadchin | 2 | -40/+3 |
| 2011-01-30 | Report the compose key on sun keyboards in raw mode as a different keycode |  miod | 1 | -2/+2 |
| 2010-04-25 | introducing a 64-bit type to the disklabel structure leads some architectures |  deraadt | 1 | -2/+2 |
| 2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique |  jsing | 1 | -2/+4 |
| 2009-05-20 | Add code to attach sun mice on sparc and sparc64 as wsmouse devices. Since |  miod | 4 | -1/+786 |
| 2009-01-12 | Oops, sunkbd_decode() still needs to be public for *cngetc() to work; |  miod | 2 | -3/+3 |
| 2009-01-12 | Remap the audio mute key on type 5, as it collides with the keypad equal |  miod | 3 | -10/+31 |
| 2009-01-11 | WSDISPLAY_COMPAT_RAWKBD support for sun serial keyboards (zskbd, comkbd). |  miod | 3 | -6/+226 |
| 2009-01-11 | Define a limit to the input which can be fed to sunkbd_input() at once, |  miod | 1 | -1/+3 |
| 2009-01-11 | Factor a bit more sunkbd common parts; paves the way for upcoming |  miod | 2 | -2/+24 |
| 2007-10-02 | Fiddle Sun traditional disklabel recognition to eliminate union and |  krw | 1 | -52/+22 |
| 2007-09-19 | On sparc & sparc64, change `mount -a` to recognise Linux ext2 partitions |  tsi | 1 | -15/+76 |
| 2007-05-31 | extend the sun disklabel format to contain filesystem types. also, |  deraadt | 1 | -39/+15 |
| 2005-11-11 | Enable or disable keyclick on attach, based upon the PROM keyboard-click? |  miod | 2 | -2/+17 |
| 2005-06-03 | reties -> retries |  miod | 1 | -5/+5 |
| 2005-05-14 | Factorize most of the high-level logic for Sun serial keyboards in |  miod | 4 | -969/+1231 |
| 2005-02-28 | Fix confusion between KS_paragraph and KS_section; inspired from a PS/2 |  miod | 1 | -18/+18 |
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley |  millert | 1 | -6/+2 |
| 2003-06-02 | nuke clase 3 & 4 |  jason | 3 | -18/+3 |
| 2003-06-02 | remove clause 3 & 4 jointly held by miod and me. |  jason | 1 | -6/+1 |
| 2003-05-17 | up MAXSUNLAYOUT... miod, you owe me a beer |  jason | 1 | -2/+2 |
| 2003-05-17 | Gremlin slipped in in the encoding table, affected mostly Compact-2 keyboards. |  miod | 1 | -2/+2 |
| 2003-03-17 | Fix UK keyboard layout (2 & 3 shifted from one position). |  matthieu | 1 | -3/+3 |
| 2003-01-28 | Japanese type 5 layout; from a picture of the actual layout on sunsolve, |  miod | 1 | -3/+23 |
| 2003-01-22 | Recognize the Voyager ``Compact-1'' keyboard layouts. |  miod | 2 | -5/+48 |
| 2003-01-14 | Move sunkbd defn to common place and remove old event.c reference |  jason | 1 | -2/+3 |
| 2003-01-14 | Remove dead files |  jason | 7 | -3516/+0 |
| 2003-01-01 | Invalid key in french type 5 keyboard layout; reported by Olivier Cherrier, |  miod | 1 | -2/+2 |
| 2002-11-29 | Upon detection of an international Sun keyboard with a recognized layout, |  miod | 2 | -2/+80 |
| 2002-11-23 | Add the remaining layouts (due to popular demand): spanish, italian, dutch, |  miod | 1 | -11/+456 |
| 2002-11-23 | wskbd layouts for Sun Danish, French and German keyboards. |  miod | 1 | -2/+192 |
| 2002-09-08 | Correctly handle keypad '.'/Delete key on sun keyboards. |  miod | 1 | -2/+2 |
| 2002-08-29 | Define new wscons symbols for the L function keys found on Sun keyboards, |  miod | 1 | -1/+9 |
| 2002-08-26 | map backspace to delete, not backspace key symbol which are defined the same at the moment; jason ok@ |  mickey | 1 | -2/+2 |
| 2002-08-12 | Convert sparc console code from rcons and pseudo-devices to rasops and wscons. |  miod | 2 | -4/+12 |
| 2002-08-05 | move HoldScreen to R3 where it belongs (not L3) |  jason | 1 | -2/+2 |
| 2002-05-29 | Add a new wskbd type for Sun type 5 keyboards (WSKBD_TYPE_SUN5). |  maja | 2 | -2/+51 |
| 2002-04-08 | Credit DARPA/USAF appropriately. |  jason | 4 | -4/+25 |
| 2002-03-14 | First round of __P removal in sys |  millert | 4 | -30/+30 |
| 2002-02-25 | Opps. One missing _nodead. -moj |  maja | 1 | -2/+2 |
| 2002-02-25 | US isn't all :-) Here is a swedish map. -moj |  maja | 1 | -3/+43 |
| 2002-01-31 | Move ioctl userland accessible stuff to <dev/sun/uperfio.h> |  jason | 1 | -0/+99 |