]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Library
MdeModulePkg: Fix SortLib library class name typo.
[mirror_edk2.git] / MdeModulePkg / Library /
2011-11-15 niruiyuDo not call LocateProtocol when the current TPL is...
2011-11-14 jyao1Follow PI1.2c spec, check empty string and return EFI_I...
2011-10-31 jljustenMdeModulePkg: Remove variables that are set, but not...
2011-10-27 lzeng14Add core FFS3 support, ExtractGuidedSectionLib/GuidedSe...
2011-10-26 niruiyuAdopt new IPv4/IPv6 device path for network modules.
2011-10-26 xdu2MdeModulePkg: Enhance error handling in NetLibGetMacAdd...
2011-10-08 andrewfishAdd a GUIDed HOB to init Debug Print error level earlie...
2011-10-08 sfu5Add pointer check for NULL before dereference it.
2011-09-16 lgao4Correct comments for NULL return value of HiiLib HiiAdd...
2011-09-02 jcarseyMdeModulePkg: Remove UefiBootServicesTableLib dependenc...
2011-08-29 jljustenMdeModulePkg: Add PiDxeS3BootScriptLib
2011-08-25 niruiyuAdd UEFI_APPLICATION module type support for the capsul...
2011-08-24 ydong10Refine code to follow coding style.
2011-08-16 rsun31. Add two performance measurement points for SMM perfo...
2011-08-09 lgao4Fix X64 VS2005 and VS2008 compile error.
2011-08-08 jcarseyclarify the logic of the print length counting function...
2011-08-02 jcarseyAdd 2 functions to UefiLib library class: CatSPrint...
2011-08-02 jljustenMdeModulePkg: Add SmmLockBox PEI implementation
2011-08-02 lgao4Fixed the issue in RuntimeStatusCode library that may...
2011-07-28 jljustenMdeModulePkg: Fix build error for UNIXGCC with IPF
2011-07-27 lzeng14For libraries that have multiple module types support...
2011-07-19 jljustenMdeModulePkg: Add SMM LockBox
2011-07-14 hhuan131. Define a netlib library function NetLibGetSystemGuid()
2011-04-19 ydong10Update ALTCFG reference from default name token to...
2011-03-16 mdkinneyAdd description for 64-byte FIFO enable bit for PcdSeri...
2011-03-15 ydong10git-svn-id: https://edk2.svn.sourceforge.net/svnroot...
2011-03-14 rsun3Fix a bug in SmmPerformanceLib that there is no return...
2011-03-10 mdkinneyUpdate DebugLib to provide support for "err" command...
2011-03-10 rsun3Add performance library instances for SMM performance...
2011-02-10 mdkinney1) Add PcdSerialDetectCable to MdeModulePkg to enable...
2011-02-04 mdkinneyClean up BaseSerialPortLib16550 to remove references...
2011-01-17 tye1Enhance the code to avoid the potential of return addre...
2011-01-13 ydong10Fix potential memory access violation
2010-12-27 mdkinneyAdd missing @param to function header comment.
2010-12-20 mdkinneyFix ICC build issues
2010-12-18 mdkinneyAdd generic SerialPortLib instance for 16550 UARTs...
2010-12-17 mdkinneyRemove UefiDriverEntryPoint from [LibraryClasses] secti...
2010-12-16 tye1Minor code update to make TcpIo unchanged when return...
2010-12-14 tye1Add a TcpIo library to facilitate usage of TCP service.
2010-11-23 vanjeff1. Rollback the changing on replacing MAX_EXTENDED_DATA...
2010-11-22 lgao4Compare DXE performance token name by DXE performance...
2010-11-16 mdkinneyFix spelling error in comment
2010-11-10 vanjeffReplaced MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CODE_DATA...
2010-11-04 mdkinneyPrevent infinite recursion when ASSERT(), DEBUG(),...
2010-10-15 qianouyangUpdate IPsec.h file to follow approved ECR which will...
2010-09-15 ydong10Refine soma code to make code run safely.
2010-09-10 mdkinneyUpdate this library to restrict usage to DXE_RUNTIME_DR...
2010-08-10 rsun3Minor code refinement.
2010-08-09 hhuan13Fixed K9 scan issues.
2010-08-06 jjin9Fix IP address text representation issue about leading...
2010-07-28 lgao4Roll back change r10696, because new update on r10700...
2010-07-28 lgao4Enhance PiSmmCoreMemoryAllocationLib Free function...
2010-07-26 lgao4Make sure gBS FreePool() is used to free the buffer...
2010-07-19 vanjeff1. Add init flag DEBUG_AGENT_INIT_DXE_AP.
2010-07-01 vanjeff1. fixed one bug to construct config request string...
2010-06-13 qianouyangAdd a UNION definition (IP_IO_IP_PROTOOCL) for EFI_IP4...
2010-05-27 lgao4Add three HiiLib APIs: HiiCreateTextOpCode, HiiCreateDa...
2010-05-13 qhuang8Fix minor format issue in file header
2010-04-24 hhtianUpdate the copyright notice format
2010-04-16 geekboy15aFixed GCC 4.4 build issues due to EFIAPI not being...
2010-04-06 lgao4Update the modules with the different module GUID to...
2010-03-19 rsun3git-svn-id: https://edk2.svn.sourceforge.net/svnroot...
2010-03-05 jyao1Move SmmCoreSmmServicesTableLib from MdePkg to MdeModul...
2010-03-01 jljustenMdeModulePkg DxeNetLib: Fix compiler warning
2010-02-27 vanjeff1. Refine debug agent library.
2010-02-26 vanjeffimport Debug Agent Library and null instance in MdeModu...
2010-02-25 mdkinneyAdd MemoryAllocationLib for PI SMM Core
2010-02-25 klu2Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION...
2010-02-25 lgao4Enhance SetupBrowser to support new UEFI HiiFormMap...
2010-02-24 lgao41. Correct File header to ## @file
2010-02-16 mdkinneyUse Memory Allocation Library instance for modules...
2010-02-09 lgao4Update HiiString Protocol and HiiSetString Api in HiiLib
2010-02-03 xdu2For network dynamic media support:
2010-02-01 qianouyangMdeModulePkg\Library\DxeNetLib: Update the NetLibStrToI...
2010-01-27 tye11. Fix the potential issue in NetbufGetFragment() when...
2010-01-25 tye1Update according to two review comments:
2010-01-25 tye1Add StrToIp functions to NetLib.
2010-01-15 lgao4Correct comments to match function declaration.
2010-01-12 tyeFix the warning: Line 389, the Index of mMonthName...
2010-01-11 tyeAdd ASSERT () to make sure the array is accessed within...
2010-01-08 vanjeffrefine the code and add more security check.
2009-12-31 mdkinneyMinor clean ups for these INF files.
2009-12-31 xli24Align name of constructor and destructor.
2009-12-31 xli24Refine DxeReportStatusCodeLib and RuntimeDxeReportStatu...
2009-12-30 xdu2Add VLAN support.
2009-12-30 xdu2Code clean up in NetLib:
2009-12-30 xli24Make use of UefiRuntimeLib for refinement.
2009-12-29 xli24Create RuntimeDxeReportStatusCodeLib instance.
2009-12-29 xli24Move SmmReportStatusCodeLib to MdeModulePkg.
2009-12-29 xli24Move PeiReportStatusCodeLib to MdeModulePkg.
2009-12-29 xli24Create DxeReportStatusCodeLib instance.
2009-12-29 xli24Move OemHookStatusCodeLibNull to MdeModulePkg.
2009-12-23 lgao4Try to get the image form device path by FALSE and...
2009-11-27 lgao4Fix GCC build error!
2009-11-26 lgao4Add new SecurityManagementLib, and update SecurityStub...
2009-11-20 rsun3EFI_HII_DATABASE_PROTOCOL.NewPackageList() allows insta...
2009-11-17 qouyangUpdated the IpIoLiband and the change includes:
2009-11-17 xdu2Update function description to be consistent with code...
2009-11-11 tye1. Add Link MTU support to IP4 and TCP4 driver.
2009-11-05 rsun3Change the behavior of the HII Library function HiiGetH...
next