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