]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Universal/Network
Roll back the DEBUG mask change which cause SerialIo read_conf test item failure.
[mirror_edk2.git] / MdeModulePkg / Universal / Network /
2009-02-09 niryRoll back the DEBUG mask change which cause SerialIo...
2009-02-06 jgong5Pass ECC
2009-02-06 jgong5fixed more issues by scrubbing.
2009-02-06 jgong5Synced function header.
2009-02-06 jgong5code scrub for UefiPxeBcDxe.
2009-02-03 jji4use the GUIDed versions of events listed below: EVT_SIG...
2009-02-03 ywu21fix some checklist issues
2009-02-01 niryre order the function definition to avoid unnecessary...
2009-01-18 klu2Fix the wrong file comments for SnpDxe.inf driver
2009-01-16 niryInsert comments for functions/macros and add the file...
2009-01-16 jgong5sync function header to avoid ecc
2009-01-16 jgong5Fixed OPTIONAL/comma issue
2009-01-16 jgong5code scrub fix
2009-01-13 ywu21unified "iSCSI" in all comments
2009-01-12 vanjeffremove information output in SNP poll function.
2009-01-08 niryChange the file headers and some function comments.
2008-12-30 jgong5code scrub for Ip4ConfigDxe
2008-12-29 niryFix the IN OUT modifier for parameters.
2008-12-29 niry1). Fix the debug level for DEBUG macro
2008-12-26 niryRemove a goto statement.
2008-12-25 vanjeffEFI_SIGNATURE_32 has been replaced by SIGNATURE_32
2008-12-24 niryFixing function headers.
2008-12-24 jgong5code scrub ArpDxe
2008-12-23 jgong5Scrubbed some code for Ip4ConfigDxe.
2008-12-17 jljustenMdeModulePkg/Universal/Network/IScsiDxe/IScsiImpl.h:
2008-12-16 qhuang8Clean up to update the reference of the these macros:
2008-12-16 qhuang8Fix several syntax issue to pass build.
2008-12-16 ywu21202033 make .h more clear, seperate ComponentName.h...
2008-12-16 ywu211) fix one goto issue in IScsiProto.c
2008-12-16 niryAdd comments for functions.
2008-12-15 ywu21it was root caused to be Spec issue instead of code...
2008-12-14 ywu211) delete unused parameter from IScsiCHAPOnRspReceived ()
2008-12-12 ywu211)update function header coding style issue
2008-12-10 ywu21correct /// usage mistake
2008-12-10 ywu21delete redundant **/
2008-12-10 ywu21update function header
2008-12-10 ywu21delete #include <Uefi/UefiBaseType.h>
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu211 update function header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21change to #include <PiDxe.h> #include <Uefi.h>
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-08 jgong5Code scrubbing.
2008-12-07 ywu21git-svn-id: https://edk2.svn.sourceforge.net/svnroot...
2008-12-06 mdkinneyChange _CR() to BASE_CR() to follow naming convention
2008-12-05 niryAdd comments for functions and fix some coding style...
2008-12-05 lgao4Add the missing internal header file to pass build
2008-12-05 ywu21for 202033
2008-12-05 ywu21for 202033
2008-12-05 ywu21change some comment and for 202033
2008-12-04 jji41)Global variables have been moved backward ahead of...
2008-12-04 vanjeffChanged the POLL&TIMEOUT timer values from 50ms to...
2008-12-03 gikidyRemove some useless EDK_RELEASE_VERSION, EFI_SPECIFICAT...
2008-12-01 lgao4Remove NibbleToHexChar() function from BaseLib
2008-12-01 vanjeff1. Fixed issue when calculating timeout value in timeou...
2008-11-28 niryFix coding style issues for Tcp4Dxe driver.
2008-11-27 vanjeffFixed one bug when calculating timeout value in timeout...
2008-11-18 jgong5synced function header
2008-11-18 jgong5synced function header
2008-11-18 jgong5synced function header
2008-11-18 xli24Refine MdeModulePkg to pass GCC build.
2008-11-18 niryfix code style issue and add function header
2008-11-14 jgong5Scrubbed part of the code.
2008-11-13 jgong5Scrubbed some code for Udp4
2008-11-13 nirysync comments, fix function header, rename variable...
2008-11-12 qhuang8Fix ICC build break.
2008-11-11 klu21, Add <Library/DevicePathLib.h> for all source that...
2008-11-11 jgong5Scrubbed more.
2008-11-11 jgong5Scrubbed some files for IP4
2008-11-05 klu21, Add missing header file reference in source code...
2008-11-04 qwang12Sync in bug fix from EDK I:
2008-10-31 qhuang8Update to use DOS format
2008-10-31 qwang12Change functional static variable to Global variable...
2008-10-30 jji4Patch to remove STATIC modifier. This is on longer...
2008-10-27 qwang12Make use of correct format String:
2008-10-21 qwang121) Update SetPeiServicesTablePointer's prototype add...
2008-10-14 qwang12Remove the unnecessary include, such as PiDxe.h, PiPei...
2008-09-19 vanjeff1. Sync Bug:PXE Boot issue- UefiPxeBc driver currently...
2008-09-16 jljustenMdePkg/Include/Uefi/UefiTcgPlatform.h:
2008-09-12 vanjeffremove duplicated code.
2008-09-12 vanjeffadd param ImageHandle for MnpFlushServiceData().
next