summaryrefslogtreecommitdiff
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* Update version to 20170531R05_31_17Robert Moore2017-05-311-1/+1
* iASL: Update ACPI support levelRobert Moore2017-05-311-1/+1
* acpidump: Update help screenRobert Moore2017-05-301-2/+1
* iASL: Add copyright and version info to help (-h)Robert Moore2017-05-301-0/+1
* iASL: Update internal signal handlingRobert Moore2017-05-302-7/+36
* iASL: Update help messagesRobert Moore2017-05-301-5/+8
* Automated source cleanup, no functional changeRobert Moore2017-05-254-13/+13
* acpiexec: Split exception/signal handlers to new fileRobert Moore2017-05-243-288/+449
* Update a couple of debug output messagesRobert Moore2017-05-242-2/+2
* acpiexec: enhance local signal handlerRobert Moore2017-05-236-56/+237
* Simplify output for the ACPI Debug ObjectRobert Moore2017-05-231-2/+2
* Unix application OSL: Correctly handle control-c (EINTR)Robert Moore2017-05-221-3/+9
* Improvements for debug output onlyRobert Moore2017-05-114-17/+24
* Merge pull request #263 from SchmErik/trivialFix006Robert Moore2017-05-111-7/+3
|\
| * disassembler: use memmove instead of malloc/free to move dataErik Schmauss2017-05-091-7/+3
* | Merge pull request #261 from SchmErik/externalOpRefactor07Robert Moore2017-05-111-7/+14
|\ \
| * | iASL: fix namespace resolution for externals that refer to field unitsErik Schmauss2017-05-091-7/+14
| |/
* | dmtbdump: remove redundant assignment to LengthColin Ian King2017-05-051-1/+0
|/
* Merge pull request #259 from ColinIanKing/masterRobert Moore2017-05-042-6/+0
|\
| * Remove redundant assignment to ObjectTypeColin Ian King2017-05-041-5/+0
| * Remove redundant assignment to NamepathOffsetColin Ian King2017-05-041-1/+0
* | Merge pull request #258 from SchmErik/externalOpRefactor06Robert Moore2017-05-0417-115/+568
|\ \
| * | Disassembler: casting object type to UINT8 for compiler compatibiltyErik Schmauss2017-05-042-5/+5
| * | Disassembler: fix conditional to permit NsLookup to mark external namespace n...Erik Schmauss2017-05-041-3/+3
| * | Disassembler: mark all external namespace nodes as ANOBJ_IS_EXTERNALErik Schmauss2017-05-031-1/+1
| * | Disassembler: simplify if statement during namespace loadErik Schmauss2017-05-031-3/+1
| * | Disassembler: use more meaningful statuses than AE_ERRORErik Schmauss2017-05-031-4/+4
| * | Disassembler: fixing trace mechanism in AcpiDmMarkExternalConflictErik Schmauss2017-05-031-3/+3
| * | Disassembler: trivial style edits, no functional changeErik Schmauss2017-05-036-32/+43
| * | Disassembler: get rid of unnecessary resolution of external Op and treat exte...Erik Schmauss2017-05-031-22/+7
| * | disassembler: add check of conflicting external declarations to AcpiDmEmitExt...Erik Schmauss2017-05-031-1/+67
| * | disassembler: print warning message when emitting conflicting external declar...Erik Schmauss2017-05-031-0/+40
| * | Disassembler: allow conflicting external declarations to be emitted.Erik Schmauss2017-05-034-0/+99
| * | Externals: refactor AcpiDmAddNodeToExternalList to use AcpiDmGetExternalInter...Erik Schmauss2017-05-031-24/+5
| * | Externals: Extract AcpiDmRemoveRootPrefix and AcpiDmGetExternalAndInternalPat...Erik Schmauss2017-05-031-0/+94
| * | Disassembler: add external op to namespace on first passErik Schmauss2017-05-032-1/+38
| * | Disassembler: Refactor AcpiDmAddExternalsToNamespaceErik Schmauss2017-05-033-40/+161
| * | Disassembler: prevent external op's from opening a new scope.Erik Schmauss2017-05-031-0/+12
| * | Compiler: prevent PARSEOP_EXTERNAL from opening a scope.Erik Schmauss2017-05-031-3/+6
| * | Disassembler: Adjust disassembly of externals due to changing externals to na...Erik Schmauss2017-05-032-5/+4
| * | Changing AcpiDmGetExternalMethodCount to AcpiDmGetUnresolvedExternalMethodCount.Erik Schmauss2017-05-033-13/+19
| * | Changed Gbl_DisasmFlag to AcpiGbl_DisasmFlagErik Schmauss2017-05-035-6/+7
| * | Changing External to a named object.Erik Schmauss2017-05-032-2/+2
| |/
* | iasl: fix typo, no functional changeErik Schmauss2017-05-031-1/+1
* | iASL: update the OwnerId when duplicate externals are found because they coul...Erik Schmauss2017-05-031-1/+30
* | iasl: trivial style fix. No functional change.Erik Schmauss2017-05-021-11/+11
* | iasl: add extra conditionals to identify redeclarations of named objects and/...Erik Schmauss2017-05-021-12/+27
* | iasl: generate a different OwnerId for each definition block.Erik Schmauss2017-05-021-0/+19
|/
* Update two error messages to emit control method nameRobert Moore2017-04-281-10/+31
* Revert "Update two error/debug messages, no functional change"Robert Moore2017-04-281-4/+3