Age | Commit message (Expand) | Author |
2010-08-05 | Add Windows2009 to the valid osi table; from marco, suggested as a trial | Theo de Raadt |
2010-08-04 | Remove unused code, conditional in fixup node was never true | Jordan Hargrave |
2010-07-28 | remove stub code for rw locks we will never need; ok kettenis marco | Theo de Raadt |
2010-07-27 | remove an ancient XXX | Theo de Raadt |
2010-07-27 | Fix #ifdef DDB/#ifdef SMALL_KERNEL uses so all four combinations | Kenneth R Westerback |
2010-07-23 | Fix searchname to handle short name segments, remove hack in acpidock. | Jordan Hargrave |
2010-07-22 | pretty large cleanup of SMALL_KERNEL | Theo de Raadt |
2010-07-21 | spacing and indents that are driving me crazy | Theo de Raadt |
2010-07-21 | clean up a pile of prototypes and shred some macros which were just covering | Theo de Raadt |
2010-07-20 | Handle the acpi interrupt controller with proper edge/level handling, | Theo de Raadt |
2010-07-20 | tsleep() and EWOULDBLOCK was being used incorrectly for fixed minumum | Theo de Raadt |
2010-07-19 | there is no need for a seperate dsdt_softc pointer; dsdt does not have a | Theo de Raadt |
2010-07-13 | rename some thread related interfaces so they are logical | Theo de Raadt |
2010-07-08 | Add mapping for ACPI device to PCI bdf (match autoconf tree) | Jordan Hargrave |
2010-07-01 | Backout recent AML changes, breaks on R210 and others | Jordan Hargrave |
2010-07-01 | Simplified aml_parse_resource call, cleanup code | Jordan Hargrave |
2010-06-30 | Cleaned up aml name parser, delete unused code | Jordan Hargrave |
2010-06-29 | Add support for mapping ACPI to PCI devices | Jordan Hargrave |
2010-06-27 | Change ACPI namespace to use SIMPLEQ macros | Jordan Hargrave |
2010-06-27 | Cleaned up acpi_maptable, adds to table list directly | Jordan Hargrave |
2010-06-19 | Fix reference counting panic for CondRef | Jordan Hargrave |
2009-12-05 | Use new acpi_maptable on AMLOP_LOAD operations; do not panic if bad checksum | Jordan Hargrave |
2009-11-13 | Initialize uninititialized variable. | Jordan Hargrave |
2009-10-16 | Added argument for xconvert for length conversion | Jordan Hargrave |
2009-09-04 | Add common framework for storing device lists | Jordan Hargrave |
2009-07-20 | KNF fixes | Jordan Hargrave |
2009-07-17 | Cleaned up parsing of While loops; iterative If statement | Jordan Hargrave |
2009-07-15 | missing va_end in aml_seterror; ok marco@ | Martynas Venckus |
2009-06-01 | Remove dead/unused code | Jordan Hargrave |
2009-05-30 | Added error handler for missing AML nameref; fixes PR6103 | Jordan Hargrave |
2009-05-30 | Fixed parsing rules for Scope opcode, fixes panic on some HP systems | Jordan Hargrave |
2009-04-27 | Remove unnecessary aml_xconvert arg, code cleanup | Jordan Hargrave |
2009-04-10 | Fix for PR6099, read/write of non-byte aligned IndexField | Jordan Hargrave |
2009-04-10 | gasio was killed so kill proto | Marco Peereboom |
2009-04-09 | Fixed argtype for Increment/Decrement. Field args were being evaluated as | Jordan Hargrave |
2009-03-13 | tabs; stupid emacs | Marco Peereboom |
2009-03-13 | Fixed potential aml_freevalue on uninitialized stack , reported by krw | Jordan Hargrave |
2009-03-11 | Cleanup.. use aml_evalinteger instead of aml_evalname | Jordan Hargrave |
2009-03-10 | Added sensor devices for Thinkpad (temp+fan) | Jordan Hargrave |
2009-03-07 | Misc cleanups, remove dead code | Jordan Hargrave |
2009-03-05 | Rip out old fieldio code (no longer used) | Jordan Hargrave |
2009-03-05 | New ACPI fieldio routines | Jordan Hargrave |
2008-10-07 | Fix memory leak bug during scope evaluation (now without introducing a bug | Mark Kettenis |
2008-10-04 | Commit cleanup part of the diff that was backed out in the previous commit | Mark Kettenis |
2008-09-29 | back out previous commit, since it is breaking a variety of machines | Theo de Raadt |
2008-09-25 | Fixed memory leak bug during scope evaluation | Jordan Hargrave |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-08-14 | If the AML SizeOf() method is called with an object reference it should | Joel Sing |
2008-06-14 | Fixed evil recursion depth for ASUS EEEPC, uses less memory too | Jordan Hargrave |
2008-06-13 | Remove duplicate function for string to integer conversion. ok jordan@ | Can Erkin Acar |