| Age | Commit message (Expand) | Author |
| 2012-07-29 | Replace local handling of entropy gathering with the new common code | pgoyette |
| 2012-07-19 | Treat empty package returned from _AL<n> method the same as non-existent. | christos |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2011-10-02 | _ACx is for active cooling policy, using it for envsys temp 'warn max' doesn't | jmcneill |
| 2011-07-16 | If there are CPUs associated with this thermal zone, use their names to | jmcneill |
| 2011-06-20 | Initialize sensors states before registering. | pgoyette |
| 2011-06-20 | Use the new acpi_match_cpu_handle() from acpi_util.c. | jruoho |
| 2011-06-06 | Don't set the FVALID_{MAX,MIN} flags since these values are not | pgoyette |
| 2011-02-16 | Change the preprocessor defines around the module(9)'s modcmd() calls such | jruoho |
| 2011-01-18 | If the thermal zone has a _PSL method, print a list of processors | jmcneill |
| 2011-01-09 | Use acpi_power_register() for consistency. No functional change. | jruoho |
| 2010-10-26 | Bump WARNS to 4. | jruoho |
| 2010-10-25 | Add support for module(9). | jruoho |
| 2010-06-07 | Now that we have 1:1 mapping between handles and nodes, use the former for | jruoho |
| 2010-06-01 | adjust autoconfig output: this item is part of a verbose line | plunky |
| 2010-05-31 | fix up autoconfig output | plunky |
| 2010-04-27 | Use ACPICA's standard notify values from <actypes.h> and move the | jruoho |
| 2010-04-24 | Remove retrieving the zone name via something called "REGN". | jruoho |
| 2010-04-24 | Some purely cosmetic editing in the name of readability: clean up the softc | jruoho |
| 2010-04-24 | Now that we are able to remove references to power resources, provide a | jruoho |
| 2010-04-22 | Merge new code for ACPI power resources. | jruoho |
| 2010-04-16 | fix dmesg printing. | christos |
| 2010-04-15 | As discussed with jmcneill@, install a global "bus notification handler" | jruoho |
| 2010-04-14 | No need to spread the ACPICA type system any more than is necessary: | jruoho |
| 2010-03-17 | Silence errors from the integer evaluations in case the objects are not found. | jruoho |
| 2010-03-14 | Remove setting of edata->monitor since that member no longer exists. | pgoyette |
| 2010-03-05 | Remove <dev/acpi/acpica.h> from all files. It is included from | jruoho |
| 2010-03-05 | As pointed out by Rhialto, "degrees Kelvin" is redundant. So fix a | pgoyette |
| 2010-02-18 | Print correct temperature value, and properly display negative temperatures. | pgoyette |
| 2010-02-14 | Adapt to changes in sysmon's limit structure. | pgoyette |
| 2010-02-01 | Fix incorrect notify handler type (ACPI_SYSTEM_NOTIFY -> ACPI_DEVICE_NOTIFY). | jruoho |
| 2010-01-18 | Use acpi_eval_reference_handle() to simplify code. No functional change. | jruoho |
| 2010-01-18 | Fix a minor bug where a reference handle is used for error reporting even | jruoho |
| 2010-01-05 | Fix a memory leak/corruption by commenting out the evaluation of the _PSL | jruoho |
| 2010-01-01 | Don't set sensor state to SWARNOVER here. Doing so based only on the | pgoyette |
| 2009-12-24 | In ATZ_F_VERBOSE mode, log a message whenever the active cooling level | pgoyette |
| 2009-12-23 | Since we're using the active cooling levels as warning threshold, we | pgoyette |
| 2009-11-29 | Remove a debug printf(). | uebayasi |
| 2009-11-25 | By reading the ACPI dump I figured out that my | cegger |
| 2009-11-23 | evaluate _RTV as preparation for passive cooling. | cegger |
| 2009-09-16 | Allow for 'options ACPI_DEBUG' by providing module declarations | mlelstv |
| 2009-08-25 | PR# kern/41179: Incorrect return values from AcpiOsExecute() | jmcneill |
| 2009-07-04 | Use a macro to define the conversion between ACPI temperatures and those | pgoyette |
| 2009-07-03 | Remove an unused mutex. This was left-over from two years ago when | pgoyette |
| 2009-07-03 | Properly convert ACPI zone values to uKelvins. | pgoyette |
| 2009-06-30 | Change acpi_tz sensor behavior as follows: | pgoyette |
| 2009-06-03 | Explicitly set sensor's units to ENVSYS_STEMP rather than having | pgoyette |
| 2009-06-01 | Since we no longer have individual events for each sensor value limit, | pgoyette |
| 2008-11-09 | Leave the task of displaying sensor states to envsys_sysmon() unless we | pgoyette |
| 2008-11-09 | Temp sensor should report a critical-overtemp condition (ENVSYS_SCRITOVER) | pgoyette |