summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Disassembler: Add option (-vt) to also dump binary table data in hex.Robert Moore2012-10-113-0/+19
* iASL: For -f option (force), allow non-ASCII characters in input.Robert Moore2012-10-111-2/+6
* AcpiExec: Improve algorithm for tracking memory leaks.Robert Moore2012-10-111-30/+72
* Tests: Miscellaneous ASLTS fixes.Robert Moore2012-10-113-75/+6
* Update readme files for ACPICA and iASL generation.Robert Moore2012-10-052-85/+99
* Add debug print message for mutex objects that are force-released.Robert Moore2012-09-281-1/+4
* Tests/aapits: Remove extraneous spaces in C source code.Robert Moore2012-09-275-52/+52
* Small fix for standard Intel legal header.Robert Moore2012-09-27310-313/+315
* acpibin: Add error check after fwrite invocation.Robert Moore2012-09-261-1/+6
* Resource Mgr: Small fix for buffer size calculation.Robert Moore2012-09-261-0/+10
* Remove extra spaces after periods in the Intel license.Robert Moore2012-09-26311-3429/+3422
* Remove extra spaces after periods within comments.Robert Moore2012-09-26108-358/+360
* acpisrc: Add support to remove extra spaces after a period.Robert Moore2012-09-263-44/+99
* Update local C library module comments for ASCII table.Robert Moore2012-09-261-130/+131
* Small lint changes, no functional change.Robert Moore2012-09-263-23/+22
* Fix for potential filename buffer overflow (osunixdir.c)Robert Moore2012-09-262-3/+3
* Fix for predefined name loop during ACPICA initialization.Robert Moore2012-09-261-2/+2
* Fix some typos in comments. No functional changes.Robert Moore2012-09-257-8/+8
* iASL/table_compiler: Some additional return statement fixes.Robert Moore2012-09-213-3/+3
* ACPICA core: Cleanup empty lines at file start and end.Robert Moore2012-09-21102-168/+0
* iASL/Tools: Cleanup empty lines at file start and end.Robert Moore2012-09-2147-53/+0
* AcpiSrc: Add cleanup function to remove empty lines at file start/end.Robert Moore2012-09-218-10/+52
* Update linux scripts.Robert Moore2012-09-211-4/+16
* Tests/AAPITS: return statement audit.Robert Moore2012-09-2116-2392/+2388
* iASL/Tools: return statement audit.Robert Moore2012-09-2133-154/+115
* Audit/update for ACPICA return macros and debug depth counter.Robert Moore2012-09-2131-79/+63
* Update version to 20120913.R09_13_12Robert Moore2012-09-131-1/+1
* Logfile: Changes for version 20120913.Robert Moore2012-09-131-0/+71
* Test Suites: Update ASLTS object reference tests.Robert Moore2012-09-131-4/+6
* Table Manager: Merge duplicate code (root table)Robert Moore2012-09-132-40/+20
* Disassembler: Fix possible fault for Resource Descriptors.Robert Moore2012-09-132-0/+9
* Debugger: Add "evaluate" as a synonym for "execute" command.Robert Moore2012-09-063-12/+17
* Remove obsolete "Linux" makefiles.Robert Moore2012-09-068-1478/+0
* iASL: Cleanup intermediate file deletion.Robert Moore2012-09-057-63/+141
* Makefiles: Ensure that binary files always copied properly.Robert Moore2012-09-052-8/+16
* Test Suites: Add more debug info to ASLTS makefile.Robert Moore2012-08-311-0/+6
* iASL: Fix problem with constant folding in method declarations.Robert Moore2012-08-312-1/+18
* Test suites: Several fixes for ASLTS recursion subtest.Robert Moore2012-08-311-22/+27
* iASL: Fix namepath optimization problem.Robert Moore2012-08-312-8/+18
* AcpiExec: Cleanup and restructure main module.Robert Moore2012-08-311-334/+416
* iASL: Fix regression where AML file is not deleted on errors.Robert Moore2012-08-301-2/+12
* Headers: Add new ACPI 5.0 HEST notify type values.Robert Moore2012-08-241-1/+3
* Debugger: Improve command help support.Robert Moore2012-08-177-104/+246
* iASL: Automatically increase internal line buffer sizes.Robert Moore2012-08-179-35/+136
* iASL: Improve error messages for very long source lines.Robert Moore2012-08-171-14/+33
* Documentation: Update ACPICA build helpfile.Robert Moore2012-08-161-5/+5
* Update version to 20120816.R08_16_12Robert Moore2012-08-161-1/+1
* Logfile: Changes for version 20120816.Robert Moore2012-08-161-0/+93
* Documentation: Update ACPICA ref for interface changes.Robert Moore2012-08-162-0/+0
* Debugger: Fix broken "Threads" command.Robert Moore2012-08-151-0/+13