5022 Commits

Author SHA1 Message Date
aystarik
3d957dff6a Pass thru MAX_DEPTH parameter in dump routines
date	99.05.17.22.20.00;	author rmoore1;	state Exp;
2005-06-29 18:21:13 +00:00
aystarik
eb41134c5a Removed all compilation warnings under BeOS.
date	99.05.14.16.31.00;	author grsmith1;	state Exp;
2005-06-29 18:21:12 +00:00
aystarik
1c09e52332 Merged AML and ACPI exception codes
date	99.05.12.21.59.00;	author rmoore1;	state Exp;
2005-06-29 18:21:11 +00:00
aystarik
8728e109a2 Prefixed all interpreter procs with "aml"
date	99.05.07.22.07.00;	author rmoore1;	state Exp;
2005-06-29 18:21:07 +00:00
aystarik
77ba90641d Minor printing cleanup
date	99.04.30.23.03.00;	author rmoore1;	state Exp;
2005-06-29 18:20:29 +00:00
aystarik
cebed6078b ACPI NameSpace Manager
date	99.04.08.23.22.00;	author rmoore1;	state Exp;
2005-06-29 18:20:23 +00:00
aystarik
f1ff7c95ce New memory list handling
date	2005.06.17.19.42.00;	author rmoore1;	state Exp;
2005-06-29 18:20:21 +00:00
aystarik
9c8565e4ca Moved prototypes for "static" functions from headers into the defining
C module.


date	2005.03.31.23.13.00;	author rmoore1;	state Exp;
2005-06-29 18:20:20 +00:00
aystarik
d1aba7e9d6 Update for static functions, cleanup
date	2005.03.21.22.05.00;	author rmoore1;	state Exp;
2005-06-29 18:20:18 +00:00
aystarik
2880576b49 0 should be NULL
date	2004.11.02.23.29.00;	author rmoore1;	state Exp;
2005-06-29 18:20:16 +00:00
aystarik
4ed9a002c1 type in a comment
date	2004.05.11.20.30.00;	author rmoore1;	state Exp;
2005-06-29 18:20:14 +00:00
aystarik
136ed67577 Better debug output
date	2004.03.11.21.18.00;	author rmoore1;	state Exp;
2005-06-29 18:20:12 +00:00
aystarik
5ff5d13d76 Fix to properly set table ID in created namespace objects. Removed
static DSDT table ID.


date	2003.05.09.20.02.00;	author rmoore1;	state Exp;
2005-06-29 18:20:09 +00:00
aystarik
31f6c09ca2 Fix to update reference counts on parents during node deletion
date	2003.05.07.21.11.00;	author rmoore1;	state Exp;
2005-06-29 18:20:08 +00:00
aystarik
a60fd3fc7f BUG FIX: Add support for delete node case where the node is the
parent's only child.


date	2003.04.25.21.57.00;	author rmoore1;	state Exp;
2005-06-29 18:20:06 +00:00
aystarik
77ef7c0c37 Alphabetic namespace sort causes side-effects
date	2002.10.31.22.13.00;	author rmoore1;	state Exp;
2005-06-29 18:20:03 +00:00
aystarik
8d6676681c Fixed a typecast
date	2002.10.24.20.58.00;	author rmoore1;	state Exp;
2005-06-29 18:20:02 +00:00
aystarik
c4c1670676 Third pass to include lint changes/comments/cleanup.
date	2002.04.10.21.54.00;	author rmoore1;	state Exp;
2005-06-29 18:19:59 +00:00
aystarik
891a1a443a Support for late evaluation of Buffer and Package operands (They may
contain TermArgs).


date	2002.03.13.18.13.00;	author rmoore1;	state Exp;
2005-06-29 18:19:53 +00:00
aystarik
5972e556e0 Removed a debug statement
date	2001.12.04.22.31.00;	author rmoore1;	state Exp;
2005-06-29 18:19:48 +00:00
aystarik
a4da3579ca updated some comments
date	2001.12.04.22.05.00;	author rmoore1;	state Exp;
2005-06-29 18:19:47 +00:00
aystarik
e856ed1d40 Fixed problems with namespace walk
date	2001.11.30.22.20.00;	author rmoore1;	state Exp;
2005-06-29 18:19:46 +00:00
aystarik
5a3a6cc693 Macro rename and cleanup
date	2001.11.21.17.06.00;	author rmoore1;	state Exp;
2005-06-29 18:19:45 +00:00
aystarik
051295c847 Cleanup and comment update
date	2001.11.16.23.53.00;	author rmoore1;	state Exp;
2005-06-29 18:19:44 +00:00
aystarik
f90dcd21b9 Use GetAttachedObject instead of directly accessing Node->Object
date	2001.11.07.17.15.00;	author rmoore1;	state Exp;
2005-06-29 18:19:43 +00:00
aystarik
1515cd03f0 Removed TbSystemTablePtr
date	2001.10.16.21.05.00;	author rmoore1;	state Exp;
2005-06-29 18:19:41 +00:00
aystarik
3ba60246f4 A little cleanup
date	2001.09.21.22.13.00;	author rmoore1;	state Exp;
2005-06-29 18:19:38 +00:00
aystarik
3aea477708 Removed use of PopObject() for efficiency
date	2001.09.03.18.00.00;	author rmoore1;	state Exp;
2005-06-29 18:19:37 +00:00
aystarik
98327761a6 Cleanup of function names used in entry macros
date	2001.08.24.22.04.00;	author rmoore1;	state Exp;
2005-06-29 18:19:35 +00:00
aystarik
4ab7f6a02b global fix: declare functions not in headers as static
date	2000.11.07.02.49.00;	author agrover;	state Exp;
2005-06-29 18:19:23 +00:00
aystarik
927539cc3a date 2000.08.29.19.56.00; author rmoore1; state Exp; 2005-06-29 18:19:20 +00:00
aystarik
650f0b04f7 Added metrics for name table allocation
date	2000.08.23.21.12.00;	author rmoore1;	state Exp;
2005-06-29 18:19:18 +00:00
aystarik
f3be073ee6 Fixed exit macros
date	2000.05.19.22.00.00;	author rmoore1;	state Exp;
2005-06-29 18:19:06 +00:00
aystarik
78c790147d Clear NTEs as they are deleted
date	2000.05.08.16.02.00;	author rmoore1;	state Exp;
2005-06-29 18:19:05 +00:00
aystarik
d502443186 Support for method owner IDs
date	2000.04.21.22.16.00;	author rmoore1;	state Exp;
2005-06-29 18:19:04 +00:00
aystarik
63afacefc8 Function renames; component mutex, Support for load/unload table
date	2000.04.19.22.34.00;	author rmoore1;	state Exp;
2005-06-29 18:19:03 +00:00
aystarik
f062886e9b Reference count fix.
date	2000.03.09.21.15.00;	author rmoore1;	state Exp;
2005-06-29 18:19:02 +00:00
aystarik
fd8a2a75be Changes to eliminate warnings at VC warning level 4
date	2000.03.03.18.12.00;	author rmoore1;	state Exp;
2005-06-29 18:19:01 +00:00
aystarik
5c04a0008e More generic deletenamespace
date	2000.02.29.21.36.00;	author rmoore1;	state Exp;
2005-06-29 18:19:00 +00:00
aystarik
e4b7b64458 All table management functions moved to new Table subcomponent
date	99.10.13.22.24.00;	author rmoore1;	state Exp;
2005-06-29 18:18:57 +00:00
aystarik
57173415ca Broke out single table deletion into separate procedure
date	99.10.13.19.59.00;	author rmoore1;	state Exp;
2005-06-29 18:18:56 +00:00
aystarik
35c34717c9 Added common DataType field for NTEs and internal objects
date	99.09.03.17.45.00;	author rmoore1;	state Exp;
2005-06-29 18:18:54 +00:00
aystarik
d9dfb9fbb5 Macro to determine if a pointer is in an ACPI table
date	99.08.26.16.06.00;	author rmoore1;	state Exp;
2005-06-29 18:18:52 +00:00
aystarik
f5d1fbeff1 New function, NsIsInSystemTable
date	99.08.24.21.09.00;	author rmoore1;	state Exp;
2005-06-29 18:18:51 +00:00
aystarik
23174bac00 Support for multiple ACPI tables per table type
date	99.08.20.22.57.00;	author rmoore1;	state Exp;
2005-06-29 18:18:50 +00:00
aystarik
2f8c88ac73 Uses common object delete function
date	99.08.11.20.25.00;	author rmoore1;	state Exp;
2005-06-29 18:18:48 +00:00
aystarik
8030ec5a5f Removed "scope" function calls -- obsolete.
date	99.08.03.17.36.00;	author rmoore1;	state Exp;
2005-06-29 18:18:45 +00:00
aystarik
83afff03ec Bug fixes, new low-level table free procedure
date	99.07.22.17.49.00;	author rmoore1;	state Exp;
2005-06-29 18:18:44 +00:00
aystarik
282443b9c4 Better deletion of object values
date	99.07.20.21.41.00;	author rmoore1;	state Exp;
2005-06-29 18:18:42 +00:00
aystarik
b9489e48d2 Namespace allocation and deletion utilities
date	99.07.19.23.13.00;	author rmoore1;	state Exp;
2005-06-29 18:18:41 +00:00