| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert r330897: | Eitan Adler | 2018-03-29 | 6 | -12/+0 |
| * | Partial merge of the SPDX changes | Eitan Adler | 2018-03-14 | 6 | -0/+12 |
| * | MFC r310146,r311912,r312369,r312617,r312614,r312659,r312974,r312977,r313005,r... | Justin Hibbits | 2017-04-01 | 1 | -1/+1 |
| * | sys: use our roundup2/rounddown2() macros when param.h is available. | Pedro F. Giffuni | 2016-04-21 | 1 | -1/+1 |
| * | sys/dev: use our nitems() macro when it is avaliable through param.h. | Pedro F. Giffuni | 2016-04-19 | 1 | -1/+1 |
| * | No need to check if devd is running before posting an event. | Justin Hibbits | 2014-06-21 | 2 | -14/+9 |
| * | Properly sort the arguments to mtx_init(9). | Justin Hibbits | 2014-01-23 | 2 | -2/+2 |
| * | Return NOKEY instead of 0 if there are no more key presses queued. This | Nathan Whitehorn | 2013-10-29 | 1 | -1/+1 |
| * | Fix powerpc/161045. ams_poll() needs to return that any data is available, not | Justin Hibbits | 2013-09-28 | 1 | -1/+2 |
| * | Use uiomove return value instead of returning 0. | Kevin Lo | 2012-11-13 | 1 | -2/+2 |
| * | Release the ADB keyboard mutex when handling the power button | Justin Hibbits | 2012-06-23 | 1 | -0/+2 |
| * | Add support for special keys (volume/brightness/eject) on Apple laptops with | Nathan Whitehorn | 2011-10-16 | 2 | -1/+236 |
| * | Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP. | Ed Schouten | 2011-07-17 | 1 | -0/+1 |
| * | Add support for interpreting taps on ADB touchpads as a button click. | Nathan Whitehorn | 2009-11-28 | 3 | -1/+149 |
| * | Temporarily revert the new-bus locking for 8.0 release. It will be | John Baldwin | 2009-08-20 | 1 | -2/+0 |
| * | Make the newbus subsystem Giant free by adding the new newbus sxlock. | Attilio Rao | 2009-08-02 | 1 | -0/+2 |
| * | Use si_drv1 to hold the softc for the adb_mouse character device instead of | John Baldwin | 2009-01-29 | 1 | -1/+2 |
| * | Make adb_mouse use dev2unit() instead of minor(). | Ed Schouten | 2009-01-29 | 1 | -1/+1 |
| * | Improve the AT keyboard emulation of the ADB keyboard driver, by supporting | Nathan Whitehorn | 2009-01-08 | 1 | -15/+144 |
| * | Fix some nasty race conditions in the VIA-CUDA driver that ended up preventing | Nathan Whitehorn | 2008-12-06 | 5 | -51/+39 |
| * | Probe ADB miscellaneous devices (ID 7) instead of stopping at ID 6. This | Nathan Whitehorn | 2008-11-12 | 1 | -1/+1 |
| * | Make the touch pad on my PowerBook G4 12" a little more usable. | Ed Schouten | 2008-11-02 | 1 | -7/+18 |
| * | Allow a read() on /dev/ams[0-9] to be interrupted. | Ed Schouten | 2008-11-01 | 1 | -1/+6 |
| * | Fix some possible infinite loops in the ADB code, and remove some hacks | Nathan Whitehorn | 2008-10-30 | 2 | -7/+33 |
| * | Add ADB support. This provides support for the external ADB bus on the PowerMac | Nathan Whitehorn | 2008-10-26 | 7 | -0/+1856 |