Age | Commit message (Expand) | Author |
2024-05-13 | remove prototypes with no matching function | Jonathan Gray |
2022-08-10 | Provide the AML root in ACPI's softc so that drivers that need access | Patrick Wildt |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-02-09 | add newline to acpitz(4) attach condition | Dave Voutila |
2021-03-10 | Our ACPI namerefs are pointers to the byte structures for ACPI names. | Patrick Wildt |
2020-12-17 | Fix some issues with referencing named ACPI nodes from Packages. | Mark Kettenis |
2018-06-29 | Use <stdint.h> types. | Mark Kettenis |
2018-04-05 | typo in printf - was _PRO, should be _PR0 | Mike Larkin |
2017-04-02 | normalize order of arguments to if () | Theo de Raadt |
2016-05-24 | Disabling active cooling trip points when we lack the right method to operate. | Sebastien Marie |
2016-04-26 | corrects acpitz problem with active cooling and hysterisis | Sebastien Marie |
2015-05-06 | Use | when combining flags not +. Luckily in this case 1 + 2 == 1 | 2. | Jonathan Gray |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-07-12 | Preread the thermal zone trip points before reading the temperature value. | Mike Larkin |
2014-07-11 | It's init as a process that's special, not init's original thread. | Philip Guenther |
2014-04-13 | perform the same ACPITZ_INIT operation as attach does, at DVACT_WAKEUP | Theo de Raadt |
2012-10-31 | don't show Kelvin units, and don't be off by a factor of 10 either. | Theo de Raadt |
2011-06-15 | try to make critical messages make more sense. help from sthen. | Marco Peereboom |
2011-04-07 | Fix uninitialized name and x variables in setfan | Jordan Hargrave |
2011-04-07 | Revert prior diff that I ok because I don't know how to read. Real fix | Marco Peereboom |
2011-04-07 | Fix device names in acpitz_setfan() printf messages, which got broken in | Miod Vallat |
2010-07-27 | replace acpitz_getreading goo with proper aml_evalinteger. | Marco Peereboom |
2010-07-21 | spacing and indents that are driving me crazy | Theo de Raadt |
2010-07-20 | print the temperature readings that make us go down; ok kettenis | Theo de Raadt |
2010-07-20 | tsleep() and EWOULDBLOCK was being used incorrectly for fixed minumum | Theo de Raadt |
2010-01-13 | Make sure that acpitz is always the last one to replace the global | Marco Peereboom |
2009-12-09 | disable useles print | Marco Peereboom |
2009-12-04 | KNF whitespace, from Brad. ok jordan@ | Stuart Henderson |
2009-10-15 | Implement passive cooling for acpitz; works for some overheating machines | Jordan Hargrave |
2009-04-26 | in ca_attach() there is no need to set .value and .flags of sensors to 0, | Constantine A. Murenin |
2009-04-19 | zero temperature in acpi refers to -273,2degC -- convert to uK appropriately;... | Constantine A. Murenin |
2009-03-11 | More aml_evalinteger fixup | Jordan Hargrave |
2008-09-12 | In acpitz_setfan(), try to send fan commands to ``power resources'' objects. | Miod Vallat |
2008-09-11 | Thermal Zone entities might not be direct object references, but named | Miod Vallat |
2008-06-01 | Re-enable new parser. Lots of testing by various folks. Fits all media | Marco Peereboom |
2008-05-16 | back out jordans new parser. | David Gwynne |
2008-05-14 | Adding new ACPI Parser code | Jordan Hargrave |
2008-04-12 | Get rid of acpi_s5 global variables; simply send SIGUSR2 instead of SUGUSR1 | Mark Kettenis |
2008-01-08 | Don't free res twice. | Marco Peereboom |
2008-01-06 | Add a more robust gettempreading that debounces the value (idea from FreeBSD) | Marco Peereboom |
2007-11-12 | a little less excitement (every printf does not need to end in !) | Theo de Raadt |
2007-11-03 | less colons | Theo de Raadt |
2007-11-03 | repair attach messages; ok gwk canacar | Theo de Raadt |
2007-03-26 | Don't leak memory. | Marco Peereboom |
2007-03-22 | split userland & kernel struct sensor/sensordev so that the addition | Theo de Raadt |
2007-02-14 | Quiet a noisy debug message by using dnprintf instead of printf. | Deanna Phillips |
2006-12-26 | Add polling to devices that require it such as acpibat and acpitz. | Marco Peereboom |
2006-12-23 | adapt to new two-level sensor api; Constantine A. Murenin | Theo de Raadt |
2006-12-21 | more minor knf | Theo de Raadt |
2006-12-19 | knf + delete unused variables | Theo de Raadt |