summaryrefslogtreecommitdiff
path: root/source/components/debugger/dbcmds.c
Commit message (Expand)AuthorAgeFilesLines
* Update all ACPICA copyrights and signons to 2010.Robert Moore2010-01-081-1/+1
* Deploy new create integer interface where appropriate.Robert Moore2009-11-061-3/+1
* Add post-order callback to AcpiWalkNamespace.Robert Moore2009-10-281-7/+7
* Debugger: Ignore errors during Batch execution.Robert Moore2009-10-011-3/+4
* Debugger: Add max count argument for Batch command.Robert Moore2009-09-291-10/+27
* Major update for AcpiGetObjectInfo external interface.Robert Moore2009-06-101-40/+55
* Miscellaneous lint changes.Robert Moore2009-04-101-1/+6
* Debugger: Automatically pad input names with '_'Robert Moore2009-01-231-2/+14
* Update all copyrights and signons to 2009.Robert Moore2009-01-081-1/+1
* Consolidate method arg count validation code.Robert Moore2008-10-301-1/+1
* Restructure includes into public/private.Robert Moore2008-10-221-0/+1
* Remove obsolete version number in module headers.Robert Moore2008-09-251-1/+0
* New: Validation for predefined ACPI methods/objects.Robert Moore2008-09-241-0/+222
* Cleanup for internal Reference Object.Robert Moore2008-08-271-3/+2
* Debugger: update tables command for unloaded tables.Robert Moore2008-06-131-14/+19
* Eliminate ACPI_NATIVE_UINT type.Robert Moore2008-05-081-1/+1
* Fix for LoadTable operator, input strings.rmoore12008-01-231-3/+3
* Update copyright to 2008.rmoore12008-01-091-2/+2
* Cosmetic changes only, no functional changes.rmoore12007-10-251-3/+3
* Revert notify handling from synchronous back to asynchronous.rmoore12007-10-181-2/+2
* Automated cleanup.rmoore12007-09-281-2/+2
* Fix for Alias operator to see target child objects.rmoore12007-09-251-5/+26
* Change to make Notify() operator completely synchronous.rmoore12007-04-271-2/+2
* Update copyright to 2007.rmoore12007-01-091-2/+2
* Removed all 16-bit support.rmoore12006-12-081-8/+1
* Use manifest constants for parse pass numberrmoore12006-10-061-2/+2
* ACPICA: Automated code cleanuprmoore12006-08-311-2/+2
* The Table Manager component has been completely redesigned and reimplemented....rmoore12006-08-231-19/+21
* Removed extraneous(obsolete) global mutexes, renamed mutex definesrmoore12006-06-011-4/+4
* Additional restructuring and cleanup of namespace evaluation functionsrmoore12006-05-181-3/+3
* Major restructuring of internal interfaces to evaluate objects to reduce code...rmoore12006-05-171-5/+5
* Remove various NUM_ defines; change ACPI_TABLE to ACPI_TABLE_IDrmoore12006-04-191-4/+4
* Rename ACPI memory macros for clarityrmoore12006-03-101-8/+8
* Fix memory leak in SET commandrmoore12006-01-121-5/+8
* Add 2006 copyrightrmoore12006-01-091-2/+2
* Macro cleanup (CAST_PTR), automated cleanuprmoore12005-11-141-2/+2
* use ACPI_CAST_PTRrmoore12005-11-071-2/+3
* Don't abort resource walk on length mismatchrmoore12005-11-021-4/+3
* pointer castsrmoore12005-11-021-2/+2
* Handle internal object typesrmoore12005-10-271-1/+7
* Automated cleanuprmoore12005-10-241-2/+2
* Implemented test for resource conversions during _CRS dumprmoore12005-10-211-27/+224
* Condense all instances of "<space>\n" in format stringsrmoore12005-09-271-2/+2
* Lint updatermoore12005-07-211-4/+4
* Objects command now displays object count summary; Cleanup of obsolete code.rmoore12005-07-201-57/+17
* Automated cleanuprmoore12005-07-151-2/+2
* New design for OwnerId, solves wraparound issueaystarik2005-07-101-7/+7
* Added Businfo commandaystarik2005-06-291-1/+126
* Automated cleanupaystarik2005-06-291-2/+1
* misc fixesaystarik2005-06-291-48/+120