Age | Commit message (Expand) | Author |
2015-01-13 | MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ... | Daryl McDaniel |
2014-12-15 | MdePkg: Add deprecate flag for the functions which has a replace function in ... | Eric Dong |
2014-11-07 | Add safe string function to base lib. | jyao1 |
2013-08-08 | Match the comments with the implementation for Baselib::GetFirstNode. | Shumin Qiu |
2013-07-29 | MdePkg/BaseLib: Added ARM Aarch64 architecture support | Harry Liebel |
2013-03-13 | Fix minor typos in BaseLib LinkedList comments | lgao4 |
2012-12-25 | Add ASSERT() for BitField operations to make sure the input value is valid. | lgao4 |
2012-02-27 | Update the modifier of ThunkContext parameter for AsmPrepareThunk16() in Base... | lgao4 |
2011-09-02 | Move generic IA32_SEGMENT_DESCRIPTOR definition to BaseLib.h. | li-elvin |
2011-06-28 | Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr. | jcarsey |
2011-06-15 | For BaseLib IsNull() function , update retval value comment to match its func... | lgao4 |
2010-04-23 | Update the copyright notice format | hhtian |
2010-03-12 | Grammatical and disclaimer changes (does not follow internal C coding stds.) | myronporter |
2009-11-21 | 1) Add new BaseLib API GetPreviousNode() | mdkinney |
2009-08-24 | Fix file headers and a few comments | mdkinney |
2009-08-19 | Remove tabs in source code in MdePkg. | qhuang8 |
2009-08-19 | Update to make end-of-line consistent for all source files in MdePkg. There a... | qhuang8 |
2009-08-18 | Add ARM specific Jump Buffer | mdkinney |
2009-07-28 | Add PcdVerifyNoteInList for judge whether do verification of node in list in ... | klu2 |
2009-06-10 | Save/Restore xmm6-xmm15 in function setJump/longJump. | gikidy |
2009-06-04 | Second set of changes based on a review of the code comments in the Include d... | pkandel |
2009-05-04 | Update function comments for AsmPrepareThunk16, AsmThunk16, AsmPrepareAndThun... | klu2 |
2009-04-29 | Add limitation clarification for usage of AsmPrepareThunk16(), AsmThunk16(), ... | klu2 |
2009-04-23 | update | eric_tian |
2009-01-30 | Split out Synchronization Library from Base Library | mdkinney |
2008-12-15 | 1. Simplify the implementation of AsmReadApplicationRegister() & AsmReadContr... | qhuang8 |
2008-12-12 | Fix some typo. | gikidy |
2008-12-12 | Do *not* use #elif but use seperate #define to make sure all structure can ex... | klu2 |
2008-12-11 | Synchronize MdePkg h files to Library/Base* c files. | gikidy |
2008-12-10 | fixed one bug when declaring IA32_IDT_GATE_DESCRIPTOR. | vanjeff |
2008-12-09 | Correct minor comments | lgao4 |
2008-12-09 | Synchronize comment of BaseLib.h and it's implementation to match the Spec. | gikidy |
2008-12-07 | Add macro comments for SWITCH_STACK_ENTRY_POINT | mdkinney |
2008-12-05 | Make comments match the Spec. | gikidy |
2008-12-05 | Update the text to use "x64" instead of "X64" in MdePkg. | qhuang8 |
2008-12-04 | Remove todo comment in BaseLib.h | lgao4 |
2008-12-04 | Change function IpfFlushCacheRange() to AsmFlushCacheRange() follow the Mde_L... | gikidy |
2008-12-03 | Add AsmEnableCache() and AsmDisableCache() as the IA32 & x64 specific BaseLib... | qhuang8 |
2008-12-01 | Split architecture judgement then doxygen can merge them into one document. | klu2 |
2008-12-01 | Remove NibbleToHexChar() function from BaseLib | lgao4 |
2008-11-27 | 1. Removal PalCallStatic API | qhuang8 |
2008-11-26 | Remove checking for overflow in several Multiple functions in BaseLib, for it... | qhuang8 |
2008-11-25 | Synchronize function comment in MdePkg\Library\BaseLib.h with the instance o... | gikidy |
2008-11-19 | Detab | qhuang8 |
2008-11-19 | Update doxygen comment for VarArg list parameter. "..."'s description is added. | qwang12 |
2008-11-18 | refine the comments | vanjeff |
2008-11-17 | synchronize the MdePkg/Include/Library/BaseLib.h and the MDE_Library_Spec. | gikidy |
2008-11-14 | Synchronization of MDE Library Spec., Mde.dec, and corresponding head files i... | jji4 |
2008-11-04 | Update function prototype modifier. | qwang12 |
2008-10-27 | Add X64 Gate Descriptor | mdkinney |