summaryrefslogtreecommitdiff
path: root/MdePkg
AgeCommit message (Expand)AuthorFilesLines
2009-02-06Fix typos in comments.qhuang81-4/+4
2009-02-06Convert macros in the DevicePathLib to functions.mdkinney3-27/+516
2009-02-05Add comment to explain use of the types "int" and "unsigned int" in the imple...mdkinney1-0/+16
2009-02-051) Remove UEFI specific defines from IndustryStandard/PeImage.hmdkinney6-92/+65
2009-02-05Add Ppi/Guid/Protocol header file path into the comments for user reference.lgao41-0/+7
2009-02-04Minor adjust the logic in BasePrintLib and fix several typosqhuang82-30/+27
2009-02-03use the GUIDed versions of events listed in all of our module/lib implementat...jji43-6/+11
2009-02-02Fix minor coding style issue.qhuang81-1/+1
2009-02-01The PCD library function will do ASSERT if CallBackFunction is NULL according...qwang121-0/+4
2009-02-01Add check when use *Pointer as Sd->mRight[*Pointer] to avoid out of Array bound.lgao41-5/+7
2009-01-30Fix typosmdkinney1-3/+3
2009-01-30Split out Synchronization Library from Base Librarymdkinney31-2482/+0
2009-01-30Split out Synchronization Library from Base Librarymdkinney39-387/+2953
2009-01-24Add check when use Index as Array [Index] to avoid out of Array bound.lgao41-3/+3
2009-01-23Add ASSERT in case SalSystemTable is NULL.qhuang81-1/+1
2009-01-23Remove volatile for local Index, and Use Memory library functions to fix the ...lgao42-21/+12
2009-01-23DuplicateDevicePath() function use wrong comment same as AppendDevicePath() f...klu22-2/+2
2009-01-23Fix typos in Pcd token numberqhuang81-2/+2
2009-01-22Add check when use Index as Array [Index] to avoid out of Array bound.lgao41-8/+10
2009-01-22DuplicateDevicePath() function use wrong comment same as AppendDevicePath() f...klu21-1/+1
2009-01-21adjust code to remove Klocwork issues.vanjeff1-1/+1
2009-01-19Add ASSERT in case SalSystemTable is NULL.qhuang81-1/+1
2009-01-19Fix a bug that length might be a negative value for worker function BasePrint...qhuang83-12/+12
2009-01-16added newline after brief summaryjgong51-0/+2
2009-01-14Apply BaseMemoryLib to replace the for loop.qhuang83-15/+13
2009-01-141. add gEfiDebugPortVariableGuid and gEfiDebugPortDevicePathGuid in MdePkg.de...vanjeff1-39/+41
2009-01-14INF extension reviewedjji41-11/+11
2009-01-14To pass ICC build.vanjeff1-1/+3
2009-01-14fixed assumption 32bit Local Apic timer counter.vanjeff2-2/+10
2009-01-13Add UefiBootServicesTableLib library class reference in HobLib, because if no...klu21-1/+2
2009-01-13Roll back ASSERT which is break DUET boot.klu21-1/+0
2009-01-13Fix the bug that EntryPoint of DisablePaging64() is corrupted.xli242-3/+7
2009-01-09INF extension reviewedjji419-26/+27
2009-01-09INF file verified, and Coding Style reviewed.gikidy26-74/+75
2009-01-09INF extension reviewedjji41-20/+19
2009-01-08INF extension reviewedjji41-0/+9
2009-01-08minimum update function header.vanjeff1-2/+2
2009-01-08Update function header.vanjeff1-2/+4
2009-01-08INF extension reviewedjji45-7/+7
2009-01-07Memory overflow verifiedjji41-2/+2
2009-01-07Fix memory overflow. gikidy1-5/+11
2009-01-07Add check for Zero Relocation section.lgao42-34/+54
2009-01-04Temporarily remove the assertions and we may find some error handling way to ...qhuang81-3/+0
2008-12-31Add some ASSERT()s to avoid NULL reference.gikidy1-0/+3
2008-12-29Update copyright for files modified in this yearqhuang8468-468/+468
2008-12-29fixed potential NULL pointer reference issue.vanjeff1-71/+71
2008-12-24code scrub ArpDxejgong51-124/+170
2008-12-24updated some comments.vanjeff2-10/+12
2008-12-23Scrubbed some code for Ip4ConfigDxe.jgong51-47/+90
2008-12-22detabqhuang83-13/+13