Age | Commit message (Expand) | Author |
2017-03-02 | Add a new sysctl machdep.lidaction. The sysctl works as follows: | Martin Natano |
2017-02-14 | asmc: on system resume, restore the keyboard backlight value | Joshua Stein |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2016-09-19 | Remove unused getdev() audio driver functions. | Alexandre Ratchov |
2016-09-14 | Remove drain(), query_encoding(), mappage() and get_default_params() | Alexandre Ratchov |
2016-09-04 | naddy discovered that bha no longer builds because it includes the now | Ted Unangst |
2016-09-03 | aha remnants lurking in here | Ted Unangst |
2016-09-03 | the src tree is growing too large. delete the aha and ahb drivers in | Ted Unangst |
2016-08-31 | Remove rt leftovers in isapnp, unbreak kernel config. | Alexander Bluhm |
2016-08-31 | Support A Radio Free Europe! | Ted Unangst |
2016-08-31 | remove some ISA drivers for devices not recently seen in the wild. | Ted Unangst |
2016-08-30 | Make the init code match the comment and disable watchdog | Jonathan Gray |
2016-04-22 | do not try to probe light sensors for machines with none available, this was | Joerg Jung |
2016-04-19 | lower case temperature descriptions and separate fan description from fan | Joerg Jung |
2016-04-13 | G/C IFQ_SET_READY(). | Martin Pieuchot |
2016-03-29 | make the ie(4)s bpf_mtap_ether outgoing packets like all the other drivers | David Gwynne |
2016-03-19 | Reduces the noise around the global ``ticks'' variable by renaming | Martin Pieuchot |
2016-03-14 | Change a bunch of (<blah> *)0 to NULL. | Kenneth R Westerback |
2016-01-08 | Move HID support files out of dev/usb into new dev/hid directory | Joshua Stein |
2015-12-27 | set sensor type later on init | Joerg Jung |
2015-12-27 | fold for loops back into a wait function in a similar manner as acpiec does | Joerg Jung |
2015-12-27 | rename kbdled to backlight and mention chip model in comment | Joerg Jung |
2015-12-27 | extra taskq is gone, so also remove the no longer needed init variable | Joerg Jung |
2015-12-27 | simplify and unify keyboard backlight hooks, doing the same kassert instead of | Joerg Jung |
2015-12-27 | with Mark's fix in previous commit the extra taskq for delayed initialization | Joerg Jung |
2015-12-22 | The Apple SMC is implemented on a H8S/2117 chip. Communication with the chip | Mark Kettenis |
2015-12-15 | ignore unlikely temperature values like -127 degC | Joerg Jung |
2015-12-15 | add 2 more temperature keys found in macbook pro (10,2) | Joerg Jung |
2015-12-15 | add more temperature keys found in newer macbook airs (6,1 and 7,2) | Joerg Jung |
2015-12-15 | make sure the read fan description is always nul terminated | Joerg Jung |
2015-12-12 | enable keyboard backlight support via wskbd(4) hooks | Joerg Jung |
2015-12-11 | remove wrapper function and call LKSB key write directly | Joerg Jung |
2015-12-11 | remove no longer needed prototype | Joerg Jung |
2015-12-11 | instead of checking the status everywhere do it directly after (trying) the | Joerg Jung |
2015-12-08 | No trailers has been the default and only option for 20 years, yet some | Ted Unangst |
2015-11-25 | Network drivers should not include <net/route.h> or <net/netisr.h> | Martin Pieuchot |
2015-11-25 | add size to free | Ted Unangst |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-11-24 | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. | Martin Pieuchot |
2015-11-24 | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. | Martin Pieuchot |
2015-11-20 | shuffle struct ifqueue so in flight mbufs are protected by a mutex. | David Gwynne |
2015-10-29 | enable keyboard backlight led earlier to avoid race | Joerg Jung |
2015-10-25 | refactor to use a taskq and postpone the long running initial sensor probing, | Joerg Jung |
2015-10-25 | arp_ifinit() is no longer needed and almost dead. | Martin Pieuchot |
2015-10-15 | avoid using a var uninitialised | Jonathan Gray |
2015-10-10 | add location to the fan description | Joerg Jung |
2015-10-10 | fix wrong brackets in if statement | Joerg Jung |
2015-10-04 | tweak initial output a bit: do not show number of light sensors, just show if | Joerg Jung |
2015-10-04 | a macmini has no light sensor, but reading from light sensor keys is | Joerg Jung |
2015-10-04 | remove duplicate key, found by kettenis | Joerg Jung |