Age | Commit message (Expand) | Author |
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 |
2008-06-13 | Cleanup for aml_xcreatefield, added flags argument | Jordan Hargrave |
2008-06-13 | Cleanup, remove old/unused functions | Jordan Hargrave |
2008-06-12 | Removed old AML disassembler code | Jordan Hargrave |
2008-06-12 | Fixed AMLOP_LOAD for _PSS on Thinkpad | Jordan Hargrave |
2008-06-12 | Fixed memory leaks for AML parser | Jordan Hargrave |
2008-06-11 | Fix $OpenBSD$ for once and for all | Marco Peereboom |
2008-06-08 | Add a malloc type for ACPI and use it for _acpi_os_malloc and free. | Artur Grabowski |
2008-06-08 | Implement aml_str2val() ok marco@ | Can Erkin Acar |
2008-06-08 | unused globals and defines; ok toby | Theo de Raadt |
2008-06-07 | Move #if 0 up to include currently unused fixup tables. | Marco Peereboom |
2008-06-06 | Shrink acpi some more for floppies and while here re-enable acpi on the | Marco Peereboom |
2008-06-04 | Fix panic on my i386 box when local variable isnt handled properly. | Marco Peereboom |
2008-06-01 | Re-enable new parser. Lots of testing by various folks. Fits all media | Marco Peereboom |
2008-05-16 | back out jordans new parser. | David Gwynne |
2008-05-15 | Ripped out old parser guts | Jordan Hargrave |
2008-05-15 | Handle Alias named objects, return original object | Jordan Hargrave |
2008-05-14 | only compile aml_dump() if option ACPI_DEBUG. | Miod Vallat |
2008-05-14 | Let this build and link if SMALL_KERNEL. | Miod Vallat |
2008-05-14 | Adding new ACPI Parser code | Jordan Hargrave |
2008-02-07 | unbreak SMALL_KERNEL kernels, with miod | Henning Brauer |
2008-02-05 | Added change for debugging setbufint | Jordan Hargrave |