| Age | Commit message (Expand) | Author |
| 2007-11-04 | - Allocate the envsys_data_t structures dynamically, removing the | xtraeme |
| 2007-11-03 | Follow plunky's changes: | xtraeme |
| 2007-11-03 | - Rename ENVSYS_BATTERY_STATE units to ENVSYS_BATTERY_CAPACITY and | xtraeme |
| 2007-11-02 | do not embed acpi device names in the sensor names | plunky |
| 2007-10-27 | When no estimate of battery minutes_left can be made, apm should | plunky |
| 2007-10-24 | Pass correct argument to callback, botched up in the last commit. | joerg |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-18 | Convert to device_t/softc split. Use aprint API. | joerg |
| 2007-10-18 | Use callout_setfunc/callout_schedule. | joerg |
| 2007-10-17 | Separate softc and device_t. Convert to aprint API and make the driver | joerg |
| 2007-10-13 | Use a mutex(9) rather than a rwlock(9), it's cheaper. | xtraeme |
| 2007-10-10 | Fix the problems described in: | xtraeme |
| 2007-10-07 | Set the monitor value only once in the acpitz_init_envsys(), | xtraeme |
| 2007-10-06 | Use a two clause license for all the code I contributed. | xtraeme |
| 2007-10-05 | Sort IO resources before attempting to attach; resolves issues on ACPI | jmcneill |
| 2007-09-28 | Add ACPI address32 resource type support (DWord Address Space | njoly |
| 2007-09-26 | x86 changes for pcc and LKMs. | ad |
| 2007-09-04 | - Use a ENVSYS_BATTERY_STATE sensor rather than ENVSYS_GSTRING. | xtraeme |
| 2007-09-02 | Add a new sensor of type ENVSYS_GSTRING. This is useful to print | xtraeme |
| 2007-08-30 | Use a rwlock(9) to protect access while refreshing data in | xtraeme |
| 2007-08-26 | Set ENVSYS_FMONNOTSUPP in the last two missing sensors, forgot in previous. | xtraeme |
| 2007-08-26 | Only assing the monitoring flags once in acpibat_init_envsys() before | xtraeme |
| 2007-08-23 | apm emulation needs envsys. From Jukka Salmi on the current-users list. | tnn |
| 2007-08-08 | Print ACPI device name in a way that Jared McNeill and I find prettier. | cube |
| 2007-08-08 | Fix a few minor envsys2 bugs/oddities in acpi_bat(4). | cube |
| 2007-07-29 | Fix up some comments. | xtraeme |
| 2007-07-16 | Disable monitoring in the ACPIBAT_TECHNOLOGY sensor, which is just | xtraeme |
| 2007-07-16 | aiboost_refresh_sensors: if value returned is 0, invalidate the sensor too. | xtraeme |
| 2007-07-12 | If the method returned invalid data mark the sensor as invalid and | xtraeme |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-07-05 | Adapt to the recent changes to the acpiacad(4) and acpibat(4) drivers. | xtraeme |
| 2007-07-05 | Final round, after more comments from yamt and cube: | xtraeme |
| 2007-07-05 | acpibat_print_stat(): in the 'charging' indicator sensor, check its state | xtraeme |
| 2007-07-05 | Use only one Indicator sensor when the battery is connected/disconnected | xtraeme |
| 2007-07-05 | Use only one sensor to report if the AC Adapter is connected or not, | xtraeme |
| 2007-07-03 | Rather than using two AcpiInstallNotifyHandler() with ACPI_DEVICE_NOTIFY | xtraeme |
| 2007-07-02 | aiboost_refresh_sensors: initialize j before using it, to make this | xtraeme |
| 2007-07-02 | aiboost_refresh_sensors: | xtraeme |
| 2007-07-01 | aiboost_refresh_sensors: when refreshing a fan sensor, use the sum | xtraeme |
| 2007-07-01 | Imported envsys 2, a brief description of the new features: | xtraeme |
| 2007-06-27 | Sony firmware strikes again! | jmcneill |
| 2007-06-26 | Don't be quite so aggressive in EcWaitEvent; makes acpiec work on the | jmcneill |
| 2007-06-23 | Don't complain if we can't evaluate _ALn. | jmcneill |
| 2007-05-08 | Missing __KERNEL_RCSID(). | xtraeme |
| 2007-05-08 | Split the ug(4) driver in three components: | xtraeme |
| 2007-05-04 | PR/36273: Ryo ONODERA: com_acpi.c lacks a entry for Fujitsu Serial Pen Tablet | christos |
| 2007-04-19 | Cosmetics: remove useless comments, unneded headers, wrap a long line. | xtraeme |
| 2007-03-26 | Fix a typo getting the fan values, it was using incorrect uid. | xtraeme |
| 2007-03-26 | aiboost_getcomp: fix memcpy and use the length provided by the ACPI Object. | xtraeme |
| 2007-03-18 | typo. | xtraeme |