| Age | Commit message (Expand) | Author |
| 2006-02-20 | use aprint_* | kochi |
| 2006-02-16 | prototypes don't need argument names | kochi |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2004-06-25 | Handle a "device check" message by reloading battery information. | mycroft |
| 2004-05-01 | specify static where appropriate. | kochi |
| 2004-04-12 | minor space nit from Alexander Yurchenko. | kochi |
| 2004-04-11 | return (x) -> return x | kochi |
| 2004-03-24 | Make it compile (int -> ACPI_INTEGER) | kanaoka |
| 2003-11-03 | More cleanup: | mycroft |
| 2003-11-03 | Clean up some messages: | mycroft |
| 2003-11-03 | * now the size of ACPI_DEVICE_INFO is variable: | kochi |
| 2003-11-01 | Don't bothering reinitializing the sensor name strings when the battery info | mycroft |
| 2003-11-01 | Provide percentages for the threshold values too. | mycroft |
| 2003-11-01 | Whoops, made a typo there. | mycroft |
| 2003-11-01 | Split "load" into "charge rate" and "discharge rate", depending on the state | mycroft |
| 2003-11-01 | Small change to use the "last full capacity" as the capacity maximum. | mycroft |
| 2003-11-01 | There's no need to clear the data_s fields now that the VALID bits are correct. | mycroft |
| 2003-11-01 | Remove some unused #defines. | mycroft |
| 2003-10-31 | Remove an outdated comment. | mycroft |
| 2003-10-31 | Catch up with ABI changes in ACPI-CA. Some additional changes to acpi_bat to | mycroft |
| 2003-10-30 | Use ratecheck() to prevent envstat(1) doing many ACPI calls at once. Now my | mycroft |
| 2003-08-31 | The unit displayed when printing battery capacities and | gson |
| 2003-05-29 | The remaining capacity percentage was incorrect for batteries larger than | gson |
| 2003-05-22 | * make use of NetBSD ACPI APIs (acpi_eval_{struct,integer}) | kochi |
| 2003-04-26 | this doesn't need to include callout.h anymore. | yamt |
| 2003-02-24 | back-out previous; it was wrong. | christos |
| 2003-02-24 | fix memory leaks. | christos |
| 2003-02-17 | fix a few problems in the last commit: | tshiozak |
| 2003-02-16 | - reduce the frequency of updating informations on the power sources; | tshiozak |
| 2002-12-31 | add envsys support to acpi A/C adapter and batteries. This is still a work | explorer |
| 2002-12-30 | When a battery isn't present, display that rather than bogus values. | explorer |
| 2002-12-30 | Fix build break.. | chris |
| 2002-12-30 | clean up printing of battery info. This includes other changes I've toyed wi... | explorer |
| 2002-12-30 | Again, in acpibat_get_status, bail rather than continuing if the package | jmcneill |
| 2002-12-30 | Oops, I didn't mean for that commented out verbose flag to make it into the | jmcneill |
| 2002-12-30 | If we receive a battery information package with less than 13 elements, | jmcneill |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-08-20 | Fix battery support (Masanori Kanaoka). | christos |
| 2002-08-18 | - Fix typo in a message. | kanaoka |
| 2002-08-02 | display the V, W, and Wh rather than mV, mW, and mWh | explorer |
| 2002-03-24 | Prototype ACPI Control Method Battery driver. | sommerfeld |