summaryrefslogtreecommitdiff
path: root/source/components/dispatcher/dsmthdat.c
AgeCommit message (Expand)Author
2014-01-06Update ACPICA copyrights to 2014.Robert Moore
2013-04-23Standardize all switch() blocks.Robert Moore
2013-01-08Update ACPICA copyrights to 2013.Robert Moore
2012-09-27Small fix for standard Intel legal header.Robert Moore
2012-09-26Remove extra spaces after periods in the Intel license.Robert Moore
2012-09-26Remove extra spaces after periods within comments.Robert Moore
2012-09-21ACPICA core: Cleanup empty lines at file start and end.Robert Moore
2012-01-03Update ACPICA copyrights to 2012.Robert Moore
2011-01-03Update all ACPICA copyrights and signons to 2011.Robert Moore
2010-05-25Performance enhancement for namespace search and access.Robert Moore
2010-05-20Core: Replace all %d format specifiers with %u (unsigned).Robert Moore
2010-03-02Standardize integer output for ACPICA warnings/errors.Robert Moore
2010-01-08Update all ACPICA copyrights and signons to 2010.Robert Moore
2009-11-06Deploy new create integer interface where appropriate.Robert Moore
2009-08-12Remove error message for Store(Localx,Localx)Robert Moore
2009-02-05Remove ACPI_GET_OBJECT_TYPE macro.Robert Moore
2009-01-08Update all copyrights and signons to 2009.Robert Moore
2008-10-22Restructure includes into public/private.Robert Moore
2008-09-25Remove obsolete version number in module headers.Robert Moore
2008-09-23Fix for implicit return compatibility.Robert Moore
2008-08-27Cleanup for internal Reference Object.Robert Moore
2008-01-09Update copyright to 2008.rmoore1
2007-12-11Fixed a couple memory leaks associated with "implicit return" objects when th...rmoore1
2007-01-09Update copyright to 2007.rmoore1
2006-04-19Update ACPI_FUNCTION_* macros, no longer require quotes. Allows source conver...rmoore1
2006-03-14Optimize structs for 64-bit, cache for namespace nodes, remove NSnode ref countrmoore1
2006-03-10Rename ACPI memory macros for clarityrmoore1
2006-01-23Deploy ACPI_[ERROR, EXCEPTION, WARNING, INFO]rmoore1
2006-01-11Convert DB_ERROR/WARNs to REPORT_ERROR/WARNINGsrmoore1
2006-01-09Add 2006 copyrightrmoore1
2005-06-29Removed error message, not necessary, just overwrite in the case whereaystarik
2005-06-29Allow unititialized locals/args if slack enabledaystarik
2005-06-29Update a debug statementaystarik
2005-06-29Fix to NOT perform implicit conversion when storing to an ArgXaystarik
2005-06-29New error messages for AML_INTERNAL case(s); Fix to NOT copy args toaystarik
2005-06-29LINT changesaystarik
2005-06-29Fix for Store (Local0, Local1) did not create a new objectaystarik
2005-06-29Deployed UtGetDescriptorName for better debug outputaystarik
2005-06-29Revert to call-by-reference ArgX semantics. ACPI specification up toaystarik
2005-06-29Renamed ACPI_MOVE_UNALIGNED macros to simply ACPI_MOVEaystarik
2005-06-29Automated code cleanupaystarik
2005-06-29Prefixed all #defines in acconfig.h with ACPI_aystarik
2005-06-29fix debug prints to use proper format stringsaystarik
2005-06-291) Fix for store to local/arg 2) Fix for store to local/arg thataystarik
2005-06-29Update Store-To-Arg to handle the new "reference Object" model foraystarik
2005-06-29Deployed new UtGetObjectTypeName function. Fully deployed use ofaystarik
2005-06-29Removed obsolete ACPI_OBJECT_TYPE8 typedef and changed all referencesaystarik
2005-06-29Macro rename and cleanupaystarik
2005-06-29Fix for indirect store (broken in recent restructuring)aystarik
2005-06-29Cleanup of method arg/local interfacesaystarik