summaryrefslogtreecommitdiff
path: root/sys/src/libaml
AgeCommit message (Expand)Author
2023-05-18libaml: tow eisaid inside the environmentmia soweli
2021-10-17libaml: resolve refs in ObjectType instructioncinap_lenrek
2021-10-17libaml: implement ObjectType instruction (thanks sigrid)cinap_lenrek
2021-10-17libaml: implement ToString instructioncinap_lenrek
2021-07-14libaml: fix gc bug, need to amltake()/amldrop() temporary buffercinap_lenrek
2021-02-22libaml: fix IndexField and BankField implementations (thanks Michael Forney)cinap_lenrek
2020-10-21libaml: add (nop) "signal" opSigrid
2020-08-20libaml: fix fault when the second operand of comparison cannot be convertedSigrid
2020-05-23libaml: implement ToDecimalString and ToHexString operationscinap_lenrek
2018-11-04libaml: allow amlmapio() to re-enter the interpreter (can happen by pciadd() ...cinap_lenrek
2017-02-24libaml: make heap size field int, implement BankField definitionscinap_lenrek
2016-06-05aml: define amlintmask and set it according to DSDT revision (64bit / 32bit)cinap_lenrek
2016-06-04aml: implement ToInteger() and Match() instructionscinap_lenrek
2016-01-07format pointer subtraction results with %zd instead of %ld (for long -> intpt...cinap_lenrek
2013-09-07libaml: fix formatingcinap_lenrek
2013-09-07libaml: fix uninitialized variable in getle(), make amleval() work with build...cinap_lenrek
2013-09-07libaml: use FP->env to access method arguments instead of FP->arg in evalosi()cinap_lenrek
2013-09-07libaml: amldelay(), _OSI(), fix bug in Load() (from plhk's acpi patch)cinap_lenrek
2013-09-06libaml: new io interface, add amlnew()/amltake()/amldrop(), late binding name...cinap_lenrek
2013-07-12aml: preserve reference type when indexing into package to prevent implicit t...cinap_lenrek
2013-06-29libaml: add Concatenate instruction, fix type conversionscinap_lenrek
2013-06-29libaml: add Load and Unload instructionscinap_lenrek
2013-06-18libaml: pikeshedd style, handle division by zero (thanks erik)cinap_lenrek
2013-06-07libaml: create \_GL name objectcinap_lenrek
2013-06-04libaml: various fixes found by plhkcinap_lenrek
2012-09-09libaml: store *value* instead of name reference in dest for alias opcinap_lenrek
2012-09-08libaml: implement Alias and Debug instructionscinap_lenrek
2012-06-17experimental acpi support for apic irq routingcinap_lenrek