summaryrefslogtreecommitdiff
path: root/source/os_specific/service_layers/oswinxf.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Efi edk2"revert-143-efi-edk2Robert Moore2016-06-151-0/+3
* OSL: Add correct AcpiGbl_DebugTimeout export to allow acpiexec to linkLv Zheng2016-06-061-3/+0
* Source tree: Update copyright notices to 2016Robert Moore2016-01-061-1/+1
* Some additional code formatting correctionsRobert Moore2015-10-271-6/+13
* Update source file permissions (2)Robert Moore2015-09-231-0/+0
* Update source file permissions (1)Robert Moore2015-09-231-0/+0
* 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-1633/+1633
* source and test: update copyright notices to 2015David E. Box2015-01-231-1633/+1633
* iASL: Improve cacheing, reduce memory leaks.Robert Moore2014-08-131-2/+0
* Utilities: Add formatted printing APIs.Lv Zheng2014-06-121-0/+7
* OSL: Cleanup AcpiOsPrintf()/AcpiOsVprintf() stubs.Lv Zheng2014-06-121-1/+0
* acpiexamples: Enable notify/region examples.Lv Zheng2014-06-121-1/+4
* OSL: Cleanup AcpiOsMapMemory()/AcpiOsUnmapMemory() stubs.Lv Zheng2014-05-201-0/+2
* OSL: Cleanup AcpiOsGetRootPointer() stubs.Lv Zheng2014-05-201-5/+3
* OSL: Cleanup AcpiOsGetThreadId()/AcpiOsExecute() stubs.Lv Zheng2014-05-201-0/+17
* OSL: Cleanup AcpiOsAllocateZeroed() stubs.Lv Zheng2014-05-201-0/+27
* Update comments for ACPICA name - no functional change.Robert Moore2014-02-191-1/+1
* iASL: Remove -g option (get ACPI tables from registry).Robert Moore2014-02-131-27/+0
* Update ACPICA copyrights to 2014.Robert Moore2014-01-061-1/+1
* Utilities: Cleanup declarations of the AcpiGbl_DebugFile global.Robert Moore2013-12-171-2/+0
* Cleanup global variable that is used only by OSL code.Robert Moore2013-09-251-1/+1
* Application OSLs: Set return value for the PCI read functions.Robert Moore2013-08-091-0/+1
* New: Portable acpidump utility (get system ACPI tables).Robert Moore2013-05-021-9/+9
* Standardize all switch() blocks.Robert Moore2013-04-231-0/+9
* Windows OSL: Remove obsolete reference to memory list field.Robert Moore2013-04-121-1/+0
* Utilities: Performance update for OSL AcpiOsPrintf function.Robert Moore2013-01-151-3/+27
* Update ACPICA copyrights to 2013.Robert Moore2013-01-081-1/+1
* Add time macros for various timer/time manipulation.Robert Moore2012-11-261-3/+4
* Deploy ACPI_MOVE_NAME across ACPICA source base.Robert Moore2012-10-121-1/+1
* 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
* ACPICA core: Cleanup empty lines at file start and end.Robert Moore2012-09-211-1/+0
* Remove use of scanf to read single characters.Robert Moore2012-07-121-3/+7
* Introduce AcpiOsWaitEventsComplete interface.Robert Moore2012-05-161-0/+21
* Add AcpiOsPhysicalTableOverride interface.Robert Moore2012-02-091-0/+27
* Expand OSL memory read/write interfaces to 64 bits.Robert Moore2012-02-021-5/+6
* Update ACPICA copyrights to 2012.Robert Moore2012-01-031-1/+1
* Add error msg for unsupported I/O requests (not 8/16/32 bit length)Robert Moore2011-10-281-1/+12
* Service Layers: Make multi-thread support configurable.Robert Moore2011-06-081-55/+58
* Debugger: Add max buffer length argument to AcpiOsGetLine.Robert Moore2011-05-171-5/+18
* Update all ACPICA copyrights and signons to 2011.Robert Moore2011-01-031-1/+1
* Update ordering of include files.Robert Moore2010-12-171-3/+2
* Cleanup Windows OSL modules. No functional change.Robert Moore2010-09-241-92/+99
* Replace _MULTI_THREADED with ACPI_SINGLE_THREADED and cleanup.Robert Moore2010-09-241-41/+80
* Make ACPI_THREAD_ID no longer configurable, always UINT64.Robert Moore2010-08-201-1/+1
* Obsolete the AcpiOsDerivePciId OSL interface.Robert Moore2010-08-171-11/+0
* Add new host interfaces for _OSI support.Robert Moore2010-08-051-22/+0
* Fix AcpiOsReadPciConfiguration prototype.Robert Moore2010-07-161-1/+1
* iASL/Tools: Replace all %d format specifiers with %u (unsigned).Robert Moore2010-05-201-4/+4