Age | Commit message (Expand) | Author |
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 |
2008-10-11 | Modify MDE source code according to MDE library update. | xli24 |
2008-09-24 | clean up baselib according to review comments. | vanjeff |
2008-09-09 | fix build issue | eric_tian |
2008-09-09 | Function description in baselib.h is not clear. change it to comply with Doxg... | eric_tian |
2008-09-04 | clean up the un-suitable ';' location when declaring the functions. | vanjeff |
2008-08-14 | Use doxygen comment style for document entity such as struct, enum, variable ... | klu2 |
2008-07-31 | Remove blank for function typedef, it will break generating doxygen document. | klu2 |
2008-07-25 | Code Scrub for MdePkg. | yshang1 |
2008-07-08 | Code scrub: | yshang1 |
2008-05-27 | De-unicode in comment for all source files. | qhuang8 |
2008-05-23 | 1) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib. | qwang12 |