summaryrefslogtreecommitdiff
path: root/source/components
Commit message (Expand)AuthorAgeFilesLines
* Update for new gcc-4 warning options.Robert Moore2010-01-086-58/+29
* Debugger: Cleanup output of returned buffer objects.Robert Moore2009-12-111-0/+4
* Move check for valid Thread ID structure.Robert Moore2009-12-101-9/+9
* Predefined name repair: automatically remove null package elements.Robert Moore2009-12-102-79/+61
* Module-level code: enable _REG execution in same scope.Robert Moore2009-12-105-3/+30
* Conditionally perform complex per-predefined-name repairs.Robert Moore2009-12-091-14/+24
* Update function headers and comments, no functional change.Robert Moore2009-12-082-6/+10
* Remove messages if predefined repair(s) are successful.Robert Moore2009-12-083-17/+32
* Move Package-to-Buffer repair code into common ToBuffer function.Robert Moore2009-12-043-48/+51
* Fix mutex errors when running _REG methods.Robert Moore2009-12-041-14/+21
* Update function headers; no functional change.Robert Moore2009-12-041-13/+14
* Add more conversions to predefined name repair module.Robert Moore2009-12-031-78/+357
* Update internal namespace node/handle interfaces.Robert Moore2009-11-2511-79/+38
* Automated cleanup - no functional change.Robert Moore2009-11-202-2/+1
* Add repair for bad _FDE/_GTM buffers.Robert Moore2009-11-202-15/+160
* Fix two additional Scope override error messages.Robert Moore2009-11-181-6/+8
* Fix two Scope type error messages.Robert Moore2009-11-181-8/+10
* Fix possible memory leak for module-level code execution.Robert Moore2009-11-181-0/+7
* Add additional module-level code support.Robert Moore2009-11-062-15/+62
* Deploy new create integer interface where appropriate.Robert Moore2009-11-0610-48/+22
* New internal utility function to create Integer objects.Robert Moore2009-11-051-0/+35
* Add repair for predefined methods that must return sorted lists.Robert Moore2009-11-042-0/+675
* Fix possible fault if return Package objects contain NULL elements.Robert Moore2009-10-291-1/+42
* Add post-order callback to AcpiWalkNamespace.Robert Moore2009-10-2811-107/+155
* Change package length error message to an info message.Robert Moore2009-10-281-3/+3
* Do not cross page boundaries when mapping operation regions.Robert Moore2009-10-281-9/+29
* Reduce severity of predefined repair messages, Warning to Info.Robert Moore2009-10-142-4/+52
* Fix possible memory leak for Scope ASL operator.Robert Moore2009-10-011-17/+33
* Debugger: Ignore errors during Batch execution.Robert Moore2009-10-011-3/+4
* Disassembler: Restructure code for externals, no functional change.Robert Moore2009-10-013-350/+16
* Remove possibility of executing _REG methods twice.Robert Moore2009-09-301-4/+65
* Disassembler: Properly handle externals with parent-prefix (carat)Robert Moore2009-09-303-2/+142
* Debugger: Add max count argument for Batch command.Robert Moore2009-09-292-11/+28
* Add repair for bad _MAT buffers.Robert Moore2009-09-231-2/+21
* Add repair for bad _BIF/_BIX packages.Robert Moore2009-09-231-25/+69
* Windows compatibility: autoexecute root _INI method.Robert Moore2009-09-021-0/+16
* Fix warning for 64-bit build.Robert Moore2009-09-021-3/+4
* Update _OSI with new Windows OS strings.Robert Moore2009-09-021-0/+3
* Fix memory leak for ill-formed Package objects.Robert Moore2009-09-011-5/+18
* Windows compatibility fix: same buffer/string store.Robert Moore2009-08-131-0/+14
* Remove error message for Store(Localx,Localx)Robert Moore2009-08-121-3/+4
* Fix extraneous warning if _DSM returns a package.Robert Moore2009-08-121-2/+6
* AcpiReset: Bypass port validation mechanism.Robert Moore2009-07-301-2/+16
* Fix warning msg, was depending on debug compile.Robert Moore2009-07-301-2/+2
* Fix symbol to allow correct translation of Linux code.Robert Moore2009-07-231-2/+1
* Add support for module-level executable AML code.Robert Moore2009-07-239-51/+322
* Fix suspend failure if PM2 control register does not exist.Robert Moore2009-07-201-6/+12
* ACPI 4.0: Add validation for new predefined names.Robert Moore2009-07-201-0/+1
* Fix fault if AcpiTerminate is called twice.Robert Moore2009-07-142-24/+21
* Fix regression for AcpiGetDevices - ID matching.Robert Moore2009-06-301-3/+3