summaryrefslogtreecommitdiff
path: root/source/components/namespace/nsinit.c
Commit message (Expand)AuthorAgeFilesLines
* nsinit: remove tabsRobert Moore2016-03-311-1/+1
* Namespace: Reorder \_SB._INI to make sure it is evaluated before _REG evaluat...Lv Zheng2016-03-181-20/+52
* Interpreter: Fix a regression triggered because of wrong Linux ECDT supportLv Zheng2016-03-111-0/+2
* Interpreter: Initialize the Status variable.Robert Moore2016-02-021-1/+1
* Namespace: Ensure \_SB._INI executed before any _REGLv Zheng2016-02-021-53/+82
* Source tree: Update copyright notices to 2016Robert Moore2016-01-061-1/+1
* Merge pull request #101 from zetalog/acpica-pathRobert Moore2015-10-141-1/+1
|\
| * Debugger: reduce old external path formatLv Zheng2015-10-091-1/+1
| * Namespace: Fix wrong error logLv Zheng2015-10-091-1/+1
* | Core: Major update for code formatting, no functional changesRobert Moore2015-10-091-4/+4
|/
* Update source file permissions (2)Robert Moore2015-09-231-0/+0
* Update source file permissions (1)Robert Moore2015-09-231-0/+0
* De-macroize calls to standard C library functions.Robert Moore2015-06-091-2/+2
* Update Copyright headers to 2015.David E. Box2015-01-271-1/+1
* Revert "source and test: update copyright notices to 2015"David E. Box2015-01-271-728/+728
* source and test: update copyright notices to 2015David E. Box2015-01-231-728/+728
* Remove extraneous #defines, no functional change.Robert Moore2014-10-091-2/+0
* Standardize one blank line after copyright header, no functional change.Robert Moore2014-08-141-1/+0
* Add auto-serialization support for ill-behaved control methods.Robert Moore2014-01-241-3/+2
* Update ACPICA copyrights to 2014.Robert Moore2014-01-061-1/+1
* Fix for _INI regression introduced in version 20130328.Robert Moore2013-05-071-0/+1
* Standardize all switch() blocks.Robert Moore2013-04-231-0/+9
* Add argument typechecking for all predefined ACPI names.Robert Moore2013-04-121-3/+3
* Update ACPICA copyrights to 2013.Robert Moore2013-01-081-1/+1
* Update ACPICA initialization messages.Robert Moore2012-12-061-3/+3
* Namespace: Eliminate dot...dot output during initialization.Robert Moore2012-12-061-19/+4
* Small fix for standard Intel legal header.Robert Moore2012-09-271-1/+1
* Remove extra spaces after periods in the Intel license.Robert Moore2012-09-261-11/+11
* Remove extra spaces after periods within comments.Robert Moore2012-09-261-1/+1
* Update ACPICA copyrights to 2012.Robert Moore2012-01-031-1/+1
* Update all ACPICA copyrights and signons to 2011.Robert Moore2011-01-031-1/+1
* Performance enhancement for namespace search and access.Robert Moore2010-05-251-2/+2
* Truncate I/O addresses to 16 bits for Windows compatibility.Robert Moore2010-05-201-0/+10
* Expand device initialization counters to 32 bits.Robert Moore2010-05-201-2/+2
* Expand initialization counters to 32 bits.Robert Moore2010-05-181-6/+6
* Update all ACPICA copyrights and signons to 2010.Robert Moore2010-01-081-1/+1
* Add post-order callback to AcpiWalkNamespace.Robert Moore2009-10-281-3/+3
* Windows compatibility: autoexecute root _INI method.Robert Moore2009-09-021-0/+16
* Formatting update - no functional changes.Robert Moore2009-02-201-9/+10
* Update all copyrights and signons to 2009.Robert Moore2009-01-081-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
* Fix for hang on GPE method invocation.Robert Moore2008-05-211-1/+0
* Update copyright to 2008.rmoore12008-01-091-2/+2
* Implemented full argument resolution support for the BankValue argument to Ba...rmoore12007-12-111-1/+11
* Update copyright to 2007.rmoore12007-01-091-2/+2
* ACPICA: Enhanced the implementation of the "serialized mode" of the interpret...rmoore12006-09-011-7/+3
* Always set status back to AE_OK after attermpt to run _INIrmoore12006-06-021-2/+5
* automated cleanuprmoore12006-05-261-2/+2
* Pass correct node to global handler and allow handler to set statusrmoore12006-05-241-5/+9