summaryrefslogtreecommitdiff
path: root/source/os_specific/service_layers/oswinxf.c
AgeCommit message (Expand)Author
2014-02-19Update comments for ACPICA name - no functional change.Robert Moore
2014-02-13iASL: Remove -g option (get ACPI tables from registry).Robert Moore
2014-01-06Update ACPICA copyrights to 2014.Robert Moore
2013-12-17Utilities: Cleanup declarations of the AcpiGbl_DebugFile global.Robert Moore
2013-09-25Cleanup global variable that is used only by OSL code.Robert Moore
2013-08-09Application OSLs: Set return value for the PCI read functions.Robert Moore
2013-05-02New: Portable acpidump utility (get system ACPI tables).Robert Moore
2013-04-23Standardize all switch() blocks.Robert Moore
2013-04-12Windows OSL: Remove obsolete reference to memory list field.Robert Moore
2013-01-15Utilities: Performance update for OSL AcpiOsPrintf function.Robert Moore
2013-01-08Update ACPICA copyrights to 2013.Robert Moore
2012-11-26Add time macros for various timer/time manipulation.Robert Moore
2012-10-12Deploy ACPI_MOVE_NAME across ACPICA source base.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-21ACPICA core: Cleanup empty lines at file start and end.Robert Moore
2012-07-12Remove use of scanf to read single characters.Robert Moore
2012-05-16Introduce AcpiOsWaitEventsComplete interface.Robert Moore
2012-02-09Add AcpiOsPhysicalTableOverride interface.Robert Moore
2012-02-02Expand OSL memory read/write interfaces to 64 bits.Robert Moore
2012-01-03Update ACPICA copyrights to 2012.Robert Moore
2011-10-28Add error msg for unsupported I/O requests (not 8/16/32 bit length)Robert Moore
2011-06-08Service Layers: Make multi-thread support configurable.Robert Moore
2011-05-17Debugger: Add max buffer length argument to AcpiOsGetLine.Robert Moore
2011-01-03Update all ACPICA copyrights and signons to 2011.Robert Moore
2010-12-17Update ordering of include files.Robert Moore
2010-09-24Cleanup Windows OSL modules. No functional change.Robert Moore
2010-09-24Replace _MULTI_THREADED with ACPI_SINGLE_THREADED and cleanup.Robert Moore
2010-08-20Make ACPI_THREAD_ID no longer configurable, always UINT64.Robert Moore
2010-08-17Obsolete the AcpiOsDerivePciId OSL interface.Robert Moore
2010-08-05Add new host interfaces for _OSI support.Robert Moore
2010-07-16Fix AcpiOsReadPciConfiguration prototype.Robert Moore
2010-05-20iASL/Tools: Replace all %d format specifiers with %u (unsigned).Robert Moore
2010-04-23Update/clarify some parameter names associated with ACPI_HANDLE.Robert Moore
2010-03-30iASL: Update -g option (get local tables) for Windows 7.Robert Moore
2010-03-12Automated cleanup.Robert Moore
2010-03-03Add local cache interfaces for testing purposes only.Robert Moore
2010-03-02Standardize integer output for ACPICA warnings/errors.Robert Moore
2010-01-19Remove obsolete ACPI_INTEGER (acpi_integer) type.Robert Moore
2010-01-08Update all ACPICA copyrights and signons to 2010.Robert Moore
2009-04-15Win OSL: comment update.Robert Moore
2009-04-14Fix implementation of AML BreakPoint operator (break to debugger).Robert Moore
2009-03-26acpiexec: Add option for debug semaphore timeout (-z).Robert Moore
2009-03-25Increase max sempahores for windows OSL.Robert Moore
2009-03-13Remove obsolete AcpiOsValidateAddress interface.Robert Moore
2009-01-21Update Windows OSL.Robert Moore
2009-01-20iASL: Split windows table access to new file (-g).Robert Moore
2009-01-08Update all copyrights and signons to 2009.Robert Moore
2008-12-09Allow OS override of all ACPI tables.Robert Moore
2008-10-22Restructure includes into public/private.Robert Moore