| Age | Commit message (Expand) | Author |
| 2012-08-14 | Collect rnd(9) entropy from coretemp(4), acpibat(4), aibs(4), hpacel(4), | jruoho |
| 2011-07-13 | In revision 1.103 the serial number was used to determine whether the | jruoho |
| 2011-06-20 | Initialize battery capacity sensor value before registering. | pgoyette |
| 2011-02-16 | Change the preprocessor defines around the module(9)'s modcmd() calls such | jruoho |
| 2011-01-13 | Upon request from jmcneill@, put the check back that prevents unnecessary | jruoho |
| 2011-01-09 | Print a message if ACPI 4.0 functionality is present (in which case the | jruoho |
| 2011-01-04 | Revert the changes made in the commit: | jruoho |
| 2010-10-25 | Bump WARNS to 4. | jruoho |
| 2010-08-14 | Do not queue functions via sysmon_taskq(9) in the pmf(9) resume hooks. | jruoho |
| 2010-06-30 | Only aprint*() the battery information if the battery has changed. Based on | jruoho |
| 2010-04-27 | Use ACPICA's standard notify values from <actypes.h> and move the | 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-04-03 | Update the limits when a change from absent to present is detected. | jruoho |
| 2010-03-26 | Catch up with cosmetic changes to output from config(1) | pooka |
| 2010-03-26 | Convert to config_init/fini_component. | pooka |
| 2010-03-24 | Set the SME_INIT_REFRESH flag so that the sensors' values (including | pgoyette |
| 2010-03-22 | Fix the previous commit properly: we need to set all sensor-flags during the | jruoho |
| 2010-03-22 | Set the capacity flags already in the acpibat_get_info(), | jruoho |
| 2010-03-21 | Convert acpibat to use ioconf instead of homerolled config glue. | pooka |
| 2010-03-17 | Print also the so-called "granularity" values when the _BIF is evaluated. | jruoho |
| 2010-03-17 | Remove the technology "sensor" (a fixed constant). Report this information | jruoho |
| 2010-03-17 | Remove the timer-based check in the sensor refresh routine. We henceforth | jruoho |
| 2010-03-17 | Fix the testing of temporarily unknown values. | jruoho |
| 2010-03-17 | Move the low and warning capacity sensors to the limits framework provided | jruoho |
| 2010-03-14 | Remove setting of edata->monitor since that member no longer exists. | pgoyette |
| 2010-03-08 | Use the predefined ACPI_STA_BATTERY_PRESENT instead of defining a local one. | jruoho |
| 2010-03-05 | Remove <dev/acpi/acpica.h> from all files. It is included from | jruoho |
| 2010-02-28 | Introduce support for ACPI kernel modules. | jruoho |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-31 | Allocate the sensor structures dynamically. | jruoho |
| 2010-01-31 | Add detachment routines. | jruoho |
| 2010-01-27 | the "Battery Present Rate" is only required to be valid if the battery | drochner |
| 2010-01-24 | * Reintroduce a state variable. From njoly@. | jruoho |
| 2010-01-23 | Cleanup: | jruoho |
| 2010-01-21 | In preparation for upcoming changes: | jruoho |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-09-29 | If the driver thinks a battery is not present, poll for present status. | jmcneill |
| 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-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2008-06-03 | Reintroduce acpibat_refresh, only have it refresh battery status (not info, | jmcneill |
| 2008-06-03 | Refresh battery info/status on resume. | jmcneill |
| 2008-06-03 | Simplify SME usage within acpibat: | jmcneill |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-23 | Use the SME_INIT_REFRESH flag to fetch sensor data once in the | xtraeme |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-12-05 | Match the docs: MUTEX_DRIVER/SPIN are now only for porting code written | ad |