Age | Commit message (Expand) | Author |
2024-05-13 | remove prototypes with no matching function | Jonathan Gray |
2023-01-23 | Add Backtab key, based on a change from Crystal Kolipe kolipe.c at | Nicholas Marriott |
2022-10-21 | hw.power, machdep.lidaction, machdep.pwraction for macppc | George Koehler |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2016-06-05 | Use the new input functions of wsmouse in mouse and touchscreen drivers. | Ulf Brosziewski |
2014-10-18 | Remove even more unnecessary `needs-flag' attributes from config machinery, | Miod Vallat |
2014-09-06 | Magical sequences to ender ddb(4) from an ADB keyboard. | Martin Pieuchot |
2014-01-26 | Attempt to make user changes of keyboard layout a bit more `sticky' on wsmux | Miod Vallat |
2013-08-22 | Remove a mac68k leftover, no object change. | Martin Pieuchot |
2013-05-31 | Add switch screen and scrollback commands to be used with upcoming | Martin Pieuchot |
2013-03-09 | Drop 3rd and 4th clauses from Bradley A. Grantham's license, from NetBSD | Martin Pieuchot |
2012-06-23 | Put back the non-controversial changes from r1.5 that I reverted on | Martin Pieuchot |
2012-01-29 | Swap the keycodes of the two swapped keys of Apple ISO keyboards and update | Martin Pieuchot |
2011-11-09 | Auto-repeat keys in WSKBD_RAW mode is not needed. | Alexandr Shadchin |
2011-10-23 | Revert key modifier change in raw mode, it's not clear which modifier we | Martin Pieuchot |
2011-10-09 | Fix the backspace key under X11 and make the 'option' key behaves like in | Martin Pieuchot |
2011-06-16 | Uses generic confargs to attach the apm(4) and piic(4) drivers instead of | Martin Pieuchot |
2011-06-15 | Add a const char* as first member of struct adb_attach_args, so that we can | Miod Vallat |
2011-06-13 | Not need define KEYBOARD_ARRAY (keyboard array used only in dev/adb/akbd.c | Alexandr Shadchin |
2010-05-23 | mac68k can move to defining __mac68k__ instead | Theo de Raadt |
2009-01-21 | Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs). | Alexander Yurchenko |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-13 | Make kbd -l work for adb. -moj | Mats O Jansson |
2007-04-10 | Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might | Miod Vallat |
2007-03-13 | Drop the second and third arguments to adb_op_sync, for they are not used; | Miod Vallat |
2006-03-23 | Previous state machine for caps lock would prove ineffective if caps lock | Miod Vallat |
2006-03-10 | Switch to RAWKEY_xxx constants. | Miod Vallat |
2006-02-12 | Remove unused columns from the keyboard[] array. No functional change. | Miod Vallat |
2006-02-12 | Clean up the adb_event structure, now that it is never exported to userland; | Miod Vallat |
2006-02-09 | Oops, put the default case outside the ADBVERBOSE block in adbprint(). | Miod Vallat |
2006-02-06 | Attach a wskbd device for unknown adb mapped devices, just in case we lack | Miod Vallat |
2006-02-03 | Restore patch from rev 1.9 of macppc/dev/ams.c that got lost in code | Matthieu Herrb |
2006-01-18 | Factorize akbd and ams drivers between mac68k and macppc; while there, start | Miod Vallat |