summaryrefslogtreecommitdiff
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* AcpiDump/Linux: Update for code style, no functional change.Robert Moore2013-08-231-2/+1
* AcpiDump: Update for FreeBSD support only.Robert Moore2013-08-231-1/+10
* Windows table OSL: Compile local mapping functions for acpidump only.Robert Moore2013-08-231-0/+4
* SCI Handlers: Update handler interface, eliminate unnecessary argument.Robert Moore2013-08-223-6/+1
* SCI handlers: Optimize installation by only locking SCI list once.Robert Moore2013-08-221-23/+29
* AcpiDump: Code cleanup, no functional change.Robert Moore2013-08-225-26/+35
* AcpiDump: Update for windows OSL and project file.Robert Moore2013-08-221-0/+47
* AcpiDump: Cleanup exception codes in the Linux OSL.Robert Moore2013-08-222-17/+63
* AcpiDump: Add multiple table instances support.Robert Moore2013-08-227-23/+39
* AcpiDump: Add option to extract "customized" ACPI tables.Robert Moore2013-08-223-29/+148
* AcpiDump: Add RSDP/RSDT/XSDT table extraction support.Robert Moore2013-08-2213-207/+339
* Tables: Cleanup table checksum verification code.Robert Moore2013-08-227-49/+68
* AcpiDump: Cleanup Linux-specific initialization code.Robert Moore2013-08-221-77/+83
* AcpiDump: Fix errors caused by an empty internal list head.Robert Moore2013-08-221-52/+116
* AcpiDump: Fix a possible buffer overflow.Robert Moore2013-08-221-11/+90
* AcpiDump: Cleanup code for extraction of "customized" tables.Robert Moore2013-08-221-173/+73
* AcpiDump: Cleanup directory/mapping functions.Robert Moore2013-08-224-262/+307
* Debugger: Remove unused variable.Robert Moore2013-08-221-5/+0
* Debugger: Add new command to display full namespace pathnames.Robert Moore2013-08-215-0/+208
* AcpiExec: On region deactivation, set return context value to null.Robert Moore2013-08-161-4/+9
* Operation region support: Never free the handler "context" pointer.Robert Moore2013-08-161-12/+14
* AcpiExec: Add support/test for SCI handlers.Robert Moore2013-08-161-3/+70
* Add support for host-installed SCI handlers.Robert Moore2013-08-1614-28/+311
* Validate start object for AcpiWalkNamespace.Robert Moore2013-08-141-0/+9
* Debugger: Prevent possible command line buffer overflow.Robert Moore2013-08-142-8/+12
* Linux-specific header: enable "aarch64" 64-bit build.Robert Moore2013-08-141-1/+1
* Application OSLs: Set return value for the PCI read functions.Robert Moore2013-08-092-0/+2
* Revert "Disassembler: Update for CondRefOf operator."Robert Moore2013-08-083-16/+8
* Revert "Add support for method invocation as a target operand for ASL operato...Robert Moore2013-08-072-10/+62
* Revert "Parser: Fix handling of NULL target operands."Robert Moore2013-08-071-23/+0
* Disassembler: Update for CondRefOf operator.Robert Moore2013-08-023-8/+16
* Parser: Fix handling of NULL target operands.Robert Moore2013-08-021-0/+23
* Debug output: small formatting update, no functional change.Robert Moore2013-08-011-1/+1
* Add support for method invocation as a target operand for ASL operators.Robert Moore2013-08-012-62/+10
* iASL: Abort immediately upon serious unrecoverable parse errors.Robert Moore2013-08-011-9/+16
* AcpiRead: On error, do not modify the return value target location.Robert Moore2013-07-311-12/+13
* Utilities: Standardize -v option for all user-space tools.Robert Moore2013-07-317-23/+80
* Improve error message for "too many parent prefixes" condition.Robert Moore2013-07-261-2/+2
* iASL: Fix possible segfault for "too many parent prefixes" condition.Robert Moore2013-07-261-0/+4
* iASL/disassembler: Add support for external method reference file.Robert Moore2013-07-268-12/+366
* Update version to 20130725.R07_25_13Robert Moore2013-07-251-1/+1
* Update headers for rename of walk namespace arguments.Robert Moore2013-07-252-4/+4
* iASL: Add some new requested features for the -so option.Robert Moore2013-07-251-53/+100
* Update names for WalkNamespace callbacks to clarify usage.Robert Moore2013-07-252-16/+16
* Return error if DerefOf resolves to a null package element.Robert Moore2013-07-191-2/+9
* Make ACPI Power Management Timer (PM Timer) optional.Robert Moore2013-07-192-3/+16
* iASL: -so option, add ACPI object types to offset table.Robert Moore2013-07-191-11/+16
* iASL: Ensure valid C identifiers in output files.Robert Moore2013-07-191-3/+6
* Expose _OSI invocation information to the host.Robert Moore2013-07-185-16/+21
* Add AcpiUpdateInterfaces public interface.Robert Moore2013-07-186-13/+136