5763 Commits

Author SHA1 Message Date
aystarik
00c784951b Added LF at EOF
date	2000.08.09.18.04.00;	author rmoore1;	state Exp;
2005-06-29 19:03:21 +00:00
aystarik
d47882d56b date 2000.08.07.22.49.00; author rmoore1; state Exp; 2005-06-29 19:03:20 +00:00
aystarik
a3c121666c big ass #ifndef so this only compiles when no other C lib available
date	2000.08.03.01.28.00;	author agrover;	state Exp;
2005-06-29 19:03:19 +00:00
aystarik
e5d019955f Comments from 07/18/00 code review
date	2000.07.19.22.54.00;	author rmoore1;	state Exp;
2005-06-29 19:03:17 +00:00
aystarik
81655ae474 Removed ACPI_SIZE type
date	2000.06.30.20.36.00;	author rmoore1;	state Exp;
2005-06-29 19:03:15 +00:00
aystarik
f876091f0d More cleanup
date	2000.06.30.14.50.00;	author mwalz;	state Exp;
2005-06-29 19:03:14 +00:00
aystarik
cc64130470 Renamed all functions. Leading underscore was causing trouble
date	2000.03.21.21.56.00;	author rmoore1;	state Exp;
2005-06-29 19:03:09 +00:00
aystarik
6f30512e7c Changed _strupr to __strupr (two __) unable to link on WDM because
there is a _strupr already in the WDM libs slightly different types. Rolled
back previous change to _strstr.


date	2000.03.14.22.35.00;	author rmosgrov;	state Exp;
2005-06-29 19:03:08 +00:00
aystarik
f92f5fda53 Changed _strstr to __strstr (two __) unable to link on WDM because
there is a _strstr already in the WDM libs slightly different types.


date	2000.03.14.22.23.00;	author rmosgrov;	state Exp;
2005-06-29 19:03:07 +00:00
aystarik
238e161da6 Added some new functions
date	2000.03.09.22.14.00;	author rmoore1;	state Exp;
2005-06-29 19:03:06 +00:00
aystarik
837d2a3f4c Macro support to eliminate excessive debug string duplication
date	99.10.14.20.54.00;	author rmoore1;	state Exp;
2005-06-29 19:03:04 +00:00
aystarik
2c1b5567d9 Added procedure headers
date	99.10.12.23.43.00;	author rmoore1;	state Exp;
2005-06-29 19:03:03 +00:00
aystarik
ab2771548a Local implementations of Clib functions
date	99.10.11.23.45.00;	author rmoore1;	state Exp;
2005-06-29 19:03:01 +00:00
aystarik
d8c69bb5cc date 2005.06.23.20.50.00; author rmoore1; state Exp; 2005-06-29 19:03:00 +00:00
aystarik
90207a6ebf moved cache code to utcache.c
date	2005.06.24.19.41.00;	author rmoore1;	state Exp;
2005-06-29 19:02:58 +00:00
aystarik
1b7b3204b2 Two functions could not be static
date	2005.03.29.18.13.00;	author rmoore1;	state Exp;
2005-06-29 19:02:54 +00:00
aystarik
193ed9db64 Header updates, cleanup
date	2005.03.24.18.43.00;	author rmoore1;	state Exp;
2005-06-29 19:02:53 +00:00
aystarik
5f343d2678 Update for static functions, cleanup
date	2005.03.21.21.10.00;	author rmoore1;	state Exp;
2005-06-29 19:02:52 +00:00
aystarik
77e4a061cf Support for optional object cache
date	2005.01.20.23.09.00;	author rmoore1;	state Exp;
2005-06-29 19:02:51 +00:00
aystarik
73d7cd9747 Clear buffer in the case where buffer already exists
date	2004.09.02.17.59.00;	author rmoore1;	state Exp;
2005-06-29 19:02:48 +00:00
aystarik
3a1063f350 Use smaller struct header when allocating space. Was wasting space
date	2004.08.26.15.54.00;	author rmoore1;	state Exp;
2005-06-29 19:02:47 +00:00
aystarik
5feed514c5 Update function headers
date	2004.06.11.17.10.00;	author rmoore1;	state Exp;
2005-06-29 19:02:46 +00:00
aystarik
2b0f23c5b3 Deployed UtGetDescriptorName for better debug output
date	2003.10.22.20.52.00;	author rmoore1;	state Exp;
2005-06-29 19:02:43 +00:00
aystarik
97fa5e00cb Deployed new procedure to extract NS Node name and validate the node.
Prevents faults during debug output.


date	2003.10.21.23.31.00;	author rmoore1;	state Exp;
2005-06-29 19:02:42 +00:00
aystarik
71a68ea2f6 Debug output update
date	2003.09.26.21.12.00;	author rmoore1;	state Exp;
2005-06-29 19:02:41 +00:00
aystarik
0c8c4fbcf1 User buffer was overwritten if the the buffer was too small. Duh.
date	2002.12.12.21.15.00;	author rmoore1;	state Exp;
2005-06-29 19:02:38 +00:00
aystarik
f0f3a15320 Debug output fixes for 16-bit
date	2002.05.17.17.27.00;	author rmoore1;	state Exp;
2005-06-29 19:02:34 +00:00
aystarik
bf94eb63e1 Fifth lint pass - CLEAN for 32-bit and 64-bit
date	2002.04.12.20.46.00;	author rmoore1;	state Exp;
2005-06-29 19:02:32 +00:00
aystarik
717811f2e5 Migrated ASL compiler and core components to use a common
PARSE_OBJECT.


date	2002.04.04.21.19.00;	author rmoore1;	state Exp;
2005-06-29 19:02:29 +00:00
aystarik
49767f06b6 Missed a paren
date	2002.02.13.00.03.00;	author rmoore1;	state Exp;
2005-06-29 19:02:27 +00:00
aystarik
40aa2c8612 Added error checking after all mutex acquires and most mutex releases.
date	2002.02.12.23.57.00;	author rmoore1;	state Exp;
2005-06-29 19:02:26 +00:00
aystarik
4a9873768a ACPI_ALLOCATE_LOCAL_BUFFER now allocates via the local tracking
interface (allows the allocation to be used in internal objects as well as
tracks the allocation).


date	2002.02.08.20.11.00;	author rmoore1;	state Exp;
2005-06-29 19:02:24 +00:00
aystarik
21c1af070e Obsoleted AcpiOsCallocate interface
date	2002.01.18.22.41.00;	author rmoore1;	state Exp;
2005-06-29 19:02:22 +00:00
aystarik
336d67826d Changes to support Intel 64-bit compiler
date	2001.12.12.00.13.00;	author rmoore1;	state Exp;
2005-06-29 19:02:19 +00:00
aystarik
f20dc1cfee New ACPI_SIZE type for all "size" parameters and pointer diffs
date	2001.12.10.22.44.00;	author rmoore1;	state Exp;
2005-06-29 19:02:18 +00:00
aystarik
9bf0393c32 Macro rename and cleanup
date	2001.11.21.17.06.00;	author rmoore1;	state Exp;
2005-06-29 19:02:17 +00:00
aystarik
43fb529526 Added THREAD_STATE to track threads and mutexes
date	2001.11.06.21.29.00;	author rmoore1;	state Exp;
2005-06-29 19:02:16 +00:00
aystarik
398ceddff2 Cleanup - extraneous spaces and tab removal
date	2001.11.02.00.06.00;	author rmoore1;	state Exp;
2005-06-29 19:02:15 +00:00
aystarik
3e72645032 Simplified the dump allocation routine
date	2001.10.30.19.49.00;	author rmoore1;	state Exp;
2005-06-29 19:02:14 +00:00
aystarik
42a1c2ced7 Removed TbSystemTablePtr
date	2001.10.16.21.05.00;	author rmoore1;	state Exp;
2005-06-29 19:02:12 +00:00
aystarik
7ed3c77953 Major rework of the reference count mechanism for internal objects.
date	2001.10.08.18.03.00;	author rmoore1;	state Exp;
2005-06-29 19:02:11 +00:00
aystarik
5e7fa8948a Renamed the allocation tracking functions
date	2001.09.20.15.36.00;	author rmoore1;	state Exp;
2005-06-29 19:02:10 +00:00
aystarik
5c9612b2ff Renamed UtDumpCurrentAllocations to UtDumpAllocations
date	2001.09.17.22.47.00;	author rmoore1;	state Exp;
2005-06-29 19:02:09 +00:00
aystarik
49564e80b6 Merged WALK_STATE and PARSE_STATE; new common function for
initialization of WALK_STATE


date	2001.09.11.20.10.00;	author rmoore1;	state Exp;
2005-06-29 19:02:08 +00:00
aystarik
a1f89286aa Name of memory list is debug-only
date	2001.08.31.22.02.00;	author rmoore1;	state Exp;
2005-06-29 19:02:07 +00:00
aystarik
f001480061 Completed rename of all globals to prefix "AcpiGbl_", added stack
tracing mechanism


date	2001.08.27.15.39.00;	author rmoore1;	state Exp;
2005-06-29 19:02:04 +00:00
aystarik
4f135b5bf5 Cleanup of function names used in entry macros
date	2001.08.24.22.04.00;	author rmoore1;	state Exp;
2005-06-29 19:02:03 +00:00
aystarik
ae2853c04c Generic cache routines and common data struct
date	2001.08.14.16.47.00;	author rmoore1;	state Exp;
2005-06-29 19:02:01 +00:00
aystarik
213a48f428 change DEBUG_TRACK_ALLOCATIONS to DBG_TRACK_ALLOCATIONS. This prevents
the ACPI_DEBUG-removing code in asconvert from getting us.


date	2001.07.10.21.02.00;	author agrover;	state Exp;
2005-06-29 19:02:00 +00:00
aystarik
2de2897c30 doc fix
date	2001.07.10.19.51.00;	author agrover;	state Exp;
2005-06-29 19:01:59 +00:00