Age | Commit message (Expand) | Author | Files | Lines |
2009-11-21 | 1) Add new BaseLib API GetPreviousNode() | mdkinney | 1 | -2/+30 |
2009-08-24 | Fix file headers and a few comments | mdkinney | 1 | -1/+1 |
2009-08-19 | Remove tabs in source code in MdePkg. | qhuang8 | 1 | -11/+11 |
2009-08-19 | Update to make end-of-line consistent for all source files in MdePkg. There a... | qhuang8 | 1 | -21/+21 |
2009-08-18 | Add ARM specific Jump Buffer | mdkinney | 1 | -0/+21 |
2009-07-28 | Add PcdVerifyNoteInList for judge whether do verification of node in list in ... | klu2 | 1 | -4/+6 |
2009-06-10 | Save/Restore xmm6-xmm15 in function setJump/longJump. | gikidy | 1 | -0/+2 |
2009-06-04 | Second set of changes based on a review of the code comments in the Include d... | pkandel | 1 | -81/+81 |
2009-05-04 | Update function comments for AsmPrepareThunk16, AsmThunk16, AsmPrepareAndThun... | klu2 | 1 | -6/+6 |
2009-04-29 | Add limitation clarification for usage of AsmPrepareThunk16(), AsmThunk16(), ... | klu2 | 1 | -1/+10 |
2009-04-23 | update | eric_tian | 1 | -21/+32 |
2009-01-30 | Split out Synchronization Library from Base Library | mdkinney | 1 | -254/+0 |
2008-12-15 | 1. Simplify the implementation of AsmReadApplicationRegister() & AsmReadContr... | qhuang8 | 1 | -0/+44 |
2008-12-12 | Fix some typo. | gikidy | 1 | -7/+7 |
2008-12-12 | Do *not* use #elif but use seperate #define to make sure all structure can ex... | klu2 | 1 | -2/+2 |
2008-12-11 | Synchronize MdePkg h files to Library/Base* c files. | gikidy | 1 | -3/+3 |
2008-12-10 | fixed one bug when declaring IA32_IDT_GATE_DESCRIPTOR. | vanjeff | 1 | -18/+22 |
2008-12-09 | Correct minor comments | lgao4 | 1 | -75/+75 |
2008-12-09 | Synchronize comment of BaseLib.h and it's implementation to match the Spec. | gikidy | 1 | -32/+108 |
2008-12-07 | Add macro comments for SWITCH_STACK_ENTRY_POINT | mdkinney | 1 | -3/+11 |
2008-12-05 | Make comments match the Spec. | gikidy | 1 | -35/+33 |
2008-12-05 | Update the text to use "x64" instead of "X64" in MdePkg. | qhuang8 | 1 | -104/+104 |
2008-12-04 | Remove todo comment in BaseLib.h | lgao4 | 1 | -1/+0 |
2008-12-04 | Change function IpfFlushCacheRange() to AsmFlushCacheRange() follow the Mde_L... | gikidy | 1 | -11/+9 |
2008-12-03 | Add AsmEnableCache() and AsmDisableCache() as the IA32 & x64 specific BaseLib... | qhuang8 | 1 | -0/+28 |
2008-12-01 | Split architecture judgement then doxygen can merge them into one document. | klu2 | 1 | -6/+10 |
2008-12-01 | Remove NibbleToHexChar() function from BaseLib | lgao4 | 1 | -129/+0 |
2008-11-27 | 1. Removal PalCallStatic API | qhuang8 | 1 | -61/+99 |
2008-11-26 | Remove checking for overflow in several Multiple functions in BaseLib, for it... | qhuang8 | 1 | -4/+0 |
2008-11-25 | Synchronize function comment in MdePkg\Library\BaseLib.h with the instance o... | gikidy | 1 | -23/+23 |
2008-11-19 | Detab | qhuang8 | 1 | -61/+61 |
2008-11-19 | Update doxygen comment for VarArg list parameter. "..."'s description is added. | qwang12 | 1 | -1/+4 |
2008-11-18 | refine the comments | vanjeff | 1 | -2/+4 |
2008-11-17 | synchronize the MdePkg/Include/Library/BaseLib.h and the MDE_Library_Spec. | gikidy | 1 | -112/+167 |
2008-11-14 | Synchronization of MDE Library Spec., Mde.dec, and corresponding head files i... | jji4 | 1 | -8/+9 |
2008-11-04 | Update function prototype modifier. | qwang12 | 1 | -1/+1 |
2008-10-27 | Add X64 Gate Descriptor | mdkinney | 1 | -5/+27 |
2008-10-11 | Modify MDE source code according to MDE library update. | xli24 | 1 | -14/+16 |
2008-09-24 | clean up baselib according to review comments. | vanjeff | 1 | -27/+27 |
2008-09-09 | fix build issue | eric_tian | 1 | -0/+1 |
2008-09-09 | Function description in baselib.h is not clear. change it to comply with Doxg... | eric_tian | 1 | -163/+156 |
2008-09-04 | clean up the un-suitable ';' location when declaring the functions. | vanjeff | 1 | -8/+4 |
2008-08-14 | Use doxygen comment style for document entity such as struct, enum, variable ... | klu2 | 1 | -15/+15 |
2008-07-31 | Remove blank for function typedef, it will break generating doxygen document. | klu2 | 1 | -1/+1 |
2008-07-25 | Code Scrub for MdePkg. | yshang1 | 1 | -5/+7 |
2008-07-08 | Code scrub: | yshang1 | 1 | -29/+22 |
2008-05-27 | De-unicode in comment for all source files. | qhuang8 | 1 | -7239/+7239 |
2008-05-23 | 1) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib. | qwang12 | 1 | -0/+129 |
2008-04-22 | Fix missing include header file and fix typo in comment. | klu2 | 1 | -6/+6 |
2008-04-22 | Fix typo in comment. | klu2 | 1 | -4/+4 |