| Commit message (Expand) | Author | Age | Files | Lines |
* | MdePkg: Apply uncrustify changes | Michael Kubacki | 2021-12-07 | 2 | -50/+40 |
* | MdePkg: Do not use CreateEventEx unless required | Vitaly Cheptsov via Groups.Io | 2020-01-10 | 2 | -6/+2 |
* | MdePkg/UefiDebugLibConOut: Pass the correct buffer size | Marvin Haeuser | 2019-11-04 | 1 | -2/+2 |
* | MdePkg/UefiDebugLibConOut: Add destructor to CloseEvent | Xu, Wei6 | 2019-07-29 | 2 | -0/+24 |
* | MdePkg/UefiDebugLibConOut: make global variable static | Zhichao Gao | 2019-04-28 | 1 | -1/+1 |
* | MdePkg/UefidebugLibConOut: Make it runtime safe | Aaron Antone | 2019-04-22 | 3 | -58/+147 |
* | MdePkg: Replace BSD License with BSD+Patent License | Michael D Kinney | 2019-04-09 | 3 | -19/+3 |
* | MdePkg/UefidebugLibConOut: Add new APIs | Bret Barkelew | 2019-04-02 | 1 | -5/+101 |
* | MdePkg: Removing ipf which is no longer supported from edk2. | Chen A Chen | 2018-09-25 | 1 | -2/+2 |
* | MdePkg: Clean up source files | Liming Gao | 2018-06-28 | 2 | -35/+35 |
* | MdePkg: Convert all .uni files to utf-8 | Jordan Justen | 2015-12-15 | 1 | -0/+0 |
* | MdePkg: DebugAssert enhancement | Baraneedharan Anbazhagan | 2015-12-07 | 1 | -1/+2 |
* | MdePkg: Update BaseDebugLibConOut library | Liming Gao | 2015-02-06 | 2 | -2/+21 |
* | MdePkg: Convert non DOS format files to DOS format | Gao, Liming | 2014-09-03 | 1 | -0/+0 |
* | MdePkg: INF/DEC file updates to EDK II packages | Gao, Liming | 2014-08-27 | 1 | -0/+0 |
* | MdePkg: INF/DEC file updates to EDK II packages | Gao, Liming | 2014-08-27 | 1 | -2/+3 |
* | Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode ... | erictian | 2012-08-29 | 1 | -2/+2 |
* | Update DebugLib to provide support for "err" command in the EFI Shell to adju... | mdkinney | 2011-03-10 | 2 | -7/+8 |
* | Minor grammatical work--mostly adding periods. Items with ONLY period added ... | myronporter | 2010-06-30 | 1 | -3/+5 |
* | Minor grammatical work--mostly adding periods. Items with ONLY period added ... | myronporter | 2010-06-25 | 2 | -7/+7 |
* | Update the copyright notice format | hhtian | 2010-04-23 | 2 | -4/+4 |
* | 1. Correct File header to ## @file | lgao4 | 2010-02-24 | 1 | -5/+5 |
* | INF extension reviewed | jji4 | 2009-01-09 | 1 | -3/+3 |
* | Synchronize MdePkg/Library *.h files with c files | gikidy | 2008-12-11 | 1 | -1/+1 |
* | Synchronize function comment in | gikidy | 2008-11-26 | 1 | -22/+9 |
* | Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATION_VERSION and EFI_SPE... | lgao4 | 2008-11-25 | 1 | -1/+0 |
* | Update doxygen comment for VarArg list parameter. "..."'s description is added. | qwang12 | 2008-11-19 | 1 | -1/+2 |
* | Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in I... | eric_tian | 2008-10-29 | 1 | -1/+0 |
* | Refine file header for INF files of MDE library instances. | xli24 | 2008-10-28 | 1 | -0/+2 |
* | use UnicodeVSPrintAsciiFormat, UnicodeSPrintAsciiFormat to simplify code. | klu2 | 2008-09-08 | 1 | -7/+10 |
* | Correct the wrong '?' character to '-', and add check DestinationBuffer == So... | lgao4 | 2008-09-08 | 1 | -1/+1 |
* | remove the unused msa files in MdePkg. | lgao4 | 2008-08-25 | 1 | -75/+0 |
* | Code scrub for the Debug library, PostCode library, Print library, and Extrac... | lgao4 | 2008-07-15 | 2 | -10/+10 |
* | Fix a bug to print correct message to ConOut and StdErr as they accept unicod... | qwang12 | 2007-09-20 | 1 | -2/+7 |
* | Merge the PI enabling works from the branch | qwang12 | 2007-09-04 | 1 | -7/+2 |
* | Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec... | qhuang8 | 2007-08-30 | 1 | -5/+5 |
* | remove some comments introduced by tools. | vanjeff | 2007-07-20 | 1 | -9/+3 |
* | Remove unused comments in MdePkg. | yshang1 | 2007-07-19 | 1 | -36/+0 |
* | removed [includes] section from MdePkg and MdeModulePkg .inf files. The inclu... | AJFISH | 2007-06-29 | 1 | -10/+0 |
* | Checked in part of MDE library instances following PI and UEFI. It includes: | yshang1 | 2007-06-22 | 3 | -39/+15 |
* | Import some Pei and Dxe related instances for MdePkg. | vanjeff | 2007-06-22 | 4 | -0/+468 |
* | Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist... | lhauch | 2007-06-01 | 2 | -322/+0 |
* | 1) Initialize gBS, gST, gImageHandle in UefiBootServicesTableLib.c to NULL | qwang12 | 2007-04-06 | 1 | -3/+3 |
* | Add supported module type & arch filter for all libraries in MdePkg to filter... | qhuang8 | 2007-01-30 | 1 | -14/+14 |
* | Make MDE package pass intel IPF compiler with /W4 /WX switched on. | xli24 | 2007-01-25 | 1 | -4/+4 |
* | 1. Add the fix for the following Bugs: | cwu11 | 2006-11-03 | 1 | -1/+1 |
* | Remove the duplicated Copy Right in msa header. | lgao4 | 2006-09-27 | 1 | -10/+0 |
* | Change PcdDebugPrintErrorLevel PCD declare in msa as DYNAMIC, because this PC... | lgao4 | 2006-09-07 | 1 | -1/+1 |
* | Added license & copyright declaration | jwang36 | 2006-07-13 | 1 | -0/+10 |
* | 1. Updated some files’ description files in MdePkg, EdkModulePkg & EdkNt32Pkg. | qhuang8 | 2006-07-12 | 1 | -6/+7 |