]> git.proxmox.com Git - mirror_edk2.git/history - MdePkg/Library/BaseLib
Add check before use to make code run more safer.
[mirror_edk2.git] / MdePkg / Library / BaseLib /
2011-08-02 geekboy15aMdePkg: Fixed hang/reset in thunk code when building...
2011-07-12 andrewfishMdePkg: Fix X64 clang compile issues.
2011-06-28 jcarseyClarify the requirements for the Destination parameter...
2011-06-15 lgao4For BaseLib IsNull() function , update retval value...
2011-02-01 andrewfishReplace INTERWORK_FUNC, with GCC_ASM_EXPORT() and GCC_A...
2010-12-15 andrewfishFix issue with CodeSourcery gcc requiring assembly...
2010-12-06 jljustenMdePkg: Fix GCC Thunk support for IA32
2010-11-12 li-elvinFix the issue that the high 16-bit of EAX may contain...
2010-08-16 sfu5Refine code.
2010-08-13 sfu5Refine code.
2010-08-09 hhuan13Fixed K9 scan issues.
2010-06-25 myronporterMinor grammatical work--mostly adding periods. Items...
2010-06-24 myronporterMinor grammatical work--mostly adding periods. Items...
2010-06-22 myronporterMinor grammatical work--mostly adding periods. Items...
2010-06-22 MyronPorterMinor grammatical work--mostly adding periods. Items...
2010-06-11 myronporterMinor grammatical work--mostly adding periods. Sending...
2010-06-01 geekboy15aFixed issue with InternalX86ReadIdtr referencing LDT...
2010-05-20 jljustenMdePkg BaseLib: Fix GCC build break
2010-05-20 qhuang8Fix GCC build break as MemoryFence() API has already...
2010-05-20 qhuang8Fix some typos
2010-05-18 hhtianUpdate copyright format
2010-05-18 qhuang81. Restore the inline C implementation of GCC assembly...
2010-05-10 xdu2Fix bug in AsmCpuVirtual() to return 1 instead of 0...
2010-05-07 mdkinneyFix ICC 11.1 build break
2010-04-23 hhtianUpdate the copyright notice format
2010-04-16 geekboy15aFixed GCC 4.4 build issue due to incorrect prefix....
2010-04-16 geekboy15aFixed GCC 4.4 build issue. Also fixed issue where...
2010-03-17 andrewfishAdd Math64.S to reduce the number of compiler intrinsic...
2010-03-01 mdkinneyRemove assumption that the transition code for transiti...
2010-02-24 lgao41. Correct File header to ## @file
2010-02-23 klu2Disable interrupt when changing IDTR register.
2010-02-23 qhuang8Temporarily remove the C implementation of some GCC...
2010-01-27 qhuang8Clean up MdePkg source to correct some coding style...
2009-12-23 qhuang8Fix a bug in MdePkg BaseLib: StrnCat() and AsciiStrnCat...
2009-12-07 eric_tianaccording to IA32 intel architecture spec, mwait instuc...
2009-12-07 eric_tianfix GCC build issue, mWait instruction need not the...
2009-12-06 AJFISHFixes for ARM build in the EdkCompatibilityPkg and...
2009-11-21 mdkinney1) Add new BaseLib API GetPreviousNode()
2009-11-17 klu2Add ASM_PFX() for exposed symoble from assemble to C
2009-09-01 qhuang8Split AsmReadKr7() and AsmWriteKr7() from AccessKr...
2009-08-24 mdkinneyFix file headers
2009-08-20 qhuang81. Use .p2align directive instead of ambiguous .align...
2009-08-19 qhuang8Remove tabs in source code in MdePkg.
2009-08-19 qhuang8Update to make end-of-line consistent for all source...
2009-08-18 mdkinneyMake EOL consistent
2009-08-18 mdkinneyAdd ARM support
2009-08-11 qhuang8Minor update source to make end-of-line consistent.
2009-08-11 qhuang8Remove all unnecessary .align directives in MdePkg
2009-07-28 klu2Add PcdVerifyNoteInList for judge whether do verificati...
2009-07-23 lgao4Rename BaseLib internal functions by adding InternalBas...
2009-06-10 gikidyFor X64 BASE_LIBRARY_JUMP_BUFFER is 64-bit aligned...
2009-06-10 gikidySave/Restore xmm6-xmm15 in function setJump/longJump...
2009-06-10 gikidySave/Restore xmm6-xmm15 in function setJump/longJump.
2009-06-05 klu2 Need use 32-bit register to hold 32-bit stack address.
2009-06-05 klu2 Need use 32-bit register to hold 32-bit stack address.
2009-06-05 klu2Fix the bug that if code is run above 4G, AsmDisablePag...
2009-06-05 klu2Fix the bug that if code is run above 4G, AsmDisablePag...
2009-06-04 xli24Add ASSERT check for AsmFlushCacheRange().
2009-06-03 qhuang81. Fix the bug that we should use rip relative addressi...
2009-06-03 qhuang8Save label "@F" to 64-bit register (r10) instead of...
2009-06-02 qhuang8Use rip relative addressing for x64 label for Thunk16...
2009-05-26 qhuang8Correct one minor instruction to clear the lower 4...
2009-05-26 qhuang8Fix the bug in x64 thunk code that it cannot handle...
2009-05-20 xli24Replace .globl with ASM_GLOBAL
2009-05-20 xli241. Remove .extern from GCC assembly.
2009-05-12 rsun3Fix the implementation of AsciiStrStr() and StrStr...
2009-05-08 rsun3Fix bugs in StrStr() and AsciiStrStr().
2009-05-04 klu2Update function comments for AsmPrepareThunk16, AsmThun...
2009-05-04 klu2Add checking for ThunkAttribute to avoid THUNK_ATTRIBUT...
2009-04-30 qhuang8Fix the bug that EnablePaging64() should assert() for...
2009-04-29 klu2Add limitation clarification for usage of AsmPrepareThu...
2009-04-23 eric_tianupdate string function comment to clear the semantic...
2009-04-17 qhuang8Save segment registers on stack in case the thunk code...
2009-04-10 jljustenFix some build issues encountered with ELFGCC.
2009-04-07 eric_tianadd assertion condition to satisfy the requirement...
2009-03-10 qhuang8Remove incorrect assertion. According to spec, it shoul...
2009-03-02 xli24Fix the error that part of instructions of AsmWriteIva...
2009-02-23 qhuang8Clean up to remove unreferenced data structure
2009-02-10 lgao4Change style 0 == Index to Index == 0
2009-01-30 mdkinneySplit out Synchronization Library from Base Library
2009-01-30 mdkinneySplit out Synchronization Library from Base Library
2009-01-13 xli24Fix the bug that EntryPoint of DisablePaging64() is...
2009-01-09 gikidyINF file verified, and Coding Style reviewed.
2009-01-08 vanjeffUpdate function header.
2008-12-29 qhuang8Update copyright for files modified in this year
2008-12-22 qhuang8Update to use Dos format for all .s files
2008-12-17 qhuang8Add AccessMsrDb.s for MSFT tool chain. It uses raw...
2008-12-15 qhuang81. Simplify the implementation of AsmReadApplicationReg...
2008-12-12 gikidyFix some typo.
2008-12-11 gikidySynchronize MdePkg h files to Library/Base* c files.
2008-12-11 gikidySynchronize BaseLib h files to c files.
2008-12-09 gikidySynchronize comment of BaseLib.h and it's implementatio...
2008-12-05 gikidyMake comments match the Spec.
2008-12-05 qhuang8Update the text to use "x64" instead of "X64" in MdePkg.
2008-12-04 gikidyChange function IpfFlushCacheRange() to AsmFlushCacheRa...
2008-12-03 qhuang8Add AsmEnableCache() and AsmDisableCache() as the IA32...
2008-12-01 qhuang8De-Unicode in MdePkg source files.
2008-12-01 klu2Fix the issue that wrong doxygen header comments.
2008-12-01 lgao4Remove NibbleToHexChar() function from BaseLib
2008-11-27 qhuang81. Removal PalCallStatic API
next