| Age | Commit message (Expand) | Author |
| 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 |
| 2007-03-14 | Rename acpi_aiboost to aiboost, suggested by cube. | xtraeme |
| 2007-03-13 | ASUS AI Booster ACPI driver, ported from FreeBSD. | xtraeme |
| 2007-03-11 | open and close envsys; from Cherry. | christos |
| 2007-03-08 | High Precision Event Timer driver, following Intel specifications. | njoly |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-19 | The ACPI locks need to run at IPL_VM, since they can be taken from | ad |
| 2007-02-19 | Initialize acpi_interrupt_list_mtx in acpi_probe(). | ad |
| 2007-02-19 | AcpiOsDelete{Lock,Semaphore}: don't forget to destroy the mutex, | xtraeme |
| 2007-02-19 | Forgot to initialize the mutex. | xtraeme |
| 2007-02-19 | Replace ACPI_INTERRUPT_LIST_{LOCK,UNLOCK} mutex_{enter,exit} | xtraeme |
| 2007-02-19 | * Provide same description in cv_init as we had before. | xtraeme |
| 2007-02-18 | * Replace simple_locks and exclusive locks with adaptive mutexes. | xtraeme |
| 2007-02-18 | Replace simple_locks with mutexes, reviewed by ad@. | xtraeme |
| 2007-02-18 | Replace a simple_lock with a mutex, reviewed by ad@. | xtraeme |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2007-01-10 | Fix typoed function name. I guess not a lot of people use that driver. | cube |
| 2007-01-09 | Add a lint-only value of "/dev/null" for ACPI_DSDT_FILE. | cube |
| 2006-11-26 | Introduce acpi_check() to inform the caller whether the acpi driver is | cube |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | Use __unused in function arguments where appropiate. (hi christos) | xtraeme |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-11 | Aggregate discharge rate over all batteries. Makes time remaining | gdt |
| 2006-10-11 | Aggregate current charge level and lastcap over all batteries, rather | gdt |
| 2006-09-26 | When resuming from S1 standby, don't try to release a mutex that we hadn't | jmcneill |
| 2006-09-24 | blah blah discard pointer qualifier blah. | dogcow |
| 2006-09-24 | Add "name" parameter to powerhook_establish, to aid debugging. No objections | jmcneill |
| 2006-09-23 | In acpi_pci_link_dump, print out polarity and trigger for the link device | fvdl |
| 2006-09-23 | Define the "broken IRQ0 override" quirk, and add it for one type of ACPI | fvdl |
| 2006-08-27 | Complete the declaration. | christos |
| 2006-08-27 | Delete unsigned comparison with < 0 | christos |
| 2006-08-20 | PR/34241: Dave Sainty: Bound a memcpy to the sizeof the buffer where we | christos |
| 2006-08-14 | ACPI frontend for Yamaha OPL3-SA[23]. | itohy |
| 2006-08-06 | PR/34117: Takuya SHIOZAKI: enhancement for acpiapm(4) | christos |
| 2006-08-06 | PR/34116: Takuya SHIOZAKI: acpiapm(4) misuses config(9) | christos |
| 2006-07-14 | Make this build again and fix the bus_space_tag_t member of the softc, | xtraeme |
| 2006-07-13 | Add an option COM_REGMAP to allow com(4) to use an array of register indices. | gdamore |
| 2006-07-12 | Fix typo (discarge -> discharge). | hira |
| 2006-07-12 | Prevent zerodivide (from Kouichirou Hiratsuka) | christos |
| 2006-07-10 | Do not try to disable link devices (using _DIS) at startup. This causes | fvdl |
| 2006-07-09 | url for M$ file changed. | christos |
| 2006-07-08 | Add acpi apm attachment based on sysmon hooks. | christos |
| 2006-07-05 | Repeat after me, use __KERNEL_RCSID. | xtraeme |