| Age | Commit message (Expand) | Author |
| 3 days | asmc: add automatic voltage/current/power/ambient sensor detection | Abdelkader Boudih |
| 3 days | asmc: correctly label ASMC_KEY_FANMINSPEED as read-write | Marcus Gartner |
| 3 days | asmc: add support for MacBookPro13,1 | Marcus Gartner |
| 5 days | asmc: add raw SMC key read/write interface | Abdelkader Boudih |
| 2026-03-29 | asmc(4): Add support for backlight(9) interface | Vladimir Kondratyev |
| 2026-03-29 | asmc(4): Add PnP record | Vladimir Kondratyev |
| 2026-03-07 | Add ASMC support for Macbook Pro 8,3 | tslight |
| 2026-03-07 | use ASMC_FAN_FUNCS2 to avoid trying to read non-existent keys | tslight |
| 2026-03-01 | asmc: output the SMC firmware revision on attach | Enji Cooper |
| 2026-02-24 | asmc: introduce the concept of generic models | Enji Cooper |
| 2026-02-24 | asmc: add Wake-on-LAN control via sysctl | Abdelkader Boudih |
| 2026-02-24 | chore: replace {0, 0} with {DEV,KOBJ}METHOD_END | Enji Cooper |
| 2026-02-21 | asmc: resource cleanup simplifications | Enji Cooper |
| 2026-02-20 | asmc: code style modernization and minor cleanups | Enji Cooper |
| 2026-02-19 | chore: asmc: use designated initializers in macros | Enji Cooper |
| 2026-02-19 | asmc: use symbolic names with the MacPro3,1 model | Enji Cooper |
| 2026-02-19 | asmc: use `ASMC_FAN_FUNCS2` with the Macmini4,1 | Enji Cooper |
| 2026-02-14 | asmc: Add MacPro3,1 temperature sensor support | Abdelkader Boudih |
| 2026-02-12 | asmc: Convert driver to CTLFLAG_MPSAFE | Abdelkader Boudih |
| 2026-02-08 | asmc: unbreak build: add missing curly brace | Enji Cooper |
| 2026-02-08 | chore: asmc: additional style(9) cleanup | Enji Cooper |
| 2026-02-08 | chore: asmc: minor code cleanup | Enji Cooper |
| 2026-01-13 | asmc: Add support for MacBookPro11,5 | Abdelkader Boudih |
| 2026-01-05 | Add ASMC_DEBUG make option | Enji Cooper |
| 2026-01-05 | asmc: add per-fan manual mode control via sysctl | Abdelkader Boudih |
| 2026-01-03 | asmc: improve asmc_dumpall to read actual SMC key count | Abdelkader Boudih |
| 2025-04-24 | asmc: Add support for macmini 6,1 and 6,2 (late 2012) models | Hrant Dadivanyan |
| 2024-08-26 | asmc: Add support for MacbookPro11,4 | Joshua Rogers |
| 2023-11-26 | sys: Automated cleanup of cdefs and other formatting | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2023-02-08 | asmc: Add support for 10 byte light sensor payloads; MacBookAir6,1 | Adrian Chadd |
| 2023-01-21 | asmc: Add MacbookAir6,2 | Adrian Chadd |
| 2023-01-06 | asmc: Add support for MacBook5,5 | Michael Gmelin |
| 2022-07-25 | asmc: Add support for MacBookPro6,2 | ed crowe |
| 2022-05-09 | asmc: Remove unused devclass argument to DRIVER_MODULE. | John Baldwin |
| 2022-05-09 | asmc: Update Mac Pro 6 sensor definitions | Adam S |
| 2022-05-04 | asmc: Add support for Macmini 5,1 (2011) and 5,3 and 7,1 (2014) models | Trev |
| 2022-05-04 | asmc: Style | Mark Johnston |
| 2022-05-04 | asmc: Add support for MacBook Pro 9,1 (mid 2012) | Daniel W. Delâtre |
| 2022-05-04 | asmc: Make the model table const and local to asmc.c | Mark Johnston |
| 2022-05-04 | asmc: Add support for MacPro 6,1 (2013) | Adam S |
| 2022-05-04 | asmc: Add support for MacBook Air 4,1 and 4,2 (2011) | Mark Johnston |
| 2021-12-10 | asmc: plug set-but-not-unused vars | Mateusz Guzik |
| 2020-09-01 | asmc: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2020-08-27 | asmc(4): Handle errors from asmc_key_read() properly. | Mark Johnston |
| 2020-08-17 | asmc(4): Add support for MacBook7,1. | Mark Johnston |
| 2020-02-26 | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki |
| 2019-02-25 | asmc: Add support for Mac mini 2,1 | David Bright |