summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
2009-02-13enhanced security check.vanjeff3-5/+9
2009-02-12enhanced security check.vanjeff1-0/+5
2009-02-12Enhanced status return check.vanjeff1-2/+2
2009-02-12add return value check.vanjeff1-1/+5
2009-02-12add NULL pointer check.vanjeff1-1/+7
2009-02-11Fix the typo in commentsqhuang81-1/+1
2009-02-11Adjust code to fix potential array out-bound issues.qhuang84-6/+19
2009-02-11Remove several unicode in comments.qhuang82-8/+8
2009-02-11Fix the potential illegal EBC opcode issue.qhuang82-22/+16
2009-02-11Include the missing Guid header file to refer the global Guidlgao42-6/+3
2009-02-10Correct typo in comments, clean IfrSupportLib.hlgao49-33/+13
2009-02-10Add in ASSERT to avoid NULL point dereference.qwang121-0/+2
2009-02-09update meta.vanjeff3-8/+23
2009-02-09ECC cleanup: Non-Boolean comparisons should use a compare operator (==, !=, >...qwang123-10/+10
2009-02-09Clean Network Driver to include Uefi.h, not PiDxe.h. lgao410-10/+10
2009-02-09Roll back the DEBUG mask change which cause SerialIo read_conf test item fail...niry15-50/+50
2009-02-06Add parenthesis to expression to make order of operations clearmdkinney1-1/+1
2009-02-06Clean up FaultTolerantWriteDxe to remove the duplicated definition.lgao46-101/+92
2009-02-06fix the operator priority bug.niry1-1/+1
2009-02-06Fix minor build issue. qhuang81-1/+1
2009-02-06K8: Add in ASSERT to detect possible NULL pointer dereference.qwang121-1/+6
2009-02-06Pass ECCjgong51-3/+3
2009-02-06Coding style checkedjji42-9/+9
2009-02-06fixed more issues by scrubbing.jgong55-63/+39
2009-02-06fix ecc warningeric_tian3-17/+33
2009-02-06Synced function header.jgong52-4/+2
2009-02-06code scrub for UefiPxeBcDxe.jgong516-1020/+1509
2009-02-06update format.vanjeff1-2/+2
2009-02-06Code level security checkedjji41-2/+3
2009-02-03Fix typo in meta data.klu21-2/+2
2009-02-03use the GUIDed versions of events listed below: EVT_SIGNAL_VIRTUAL_ADDRESS_CH...jji49-6/+22
2009-02-03fix some checklist issuesywu219-632/+632
2009-02-03remove some internal functions and allocate some FIFO data structure instead ...vanjeff4-180/+112
2009-02-03Fix non-asci char in comment.jlin161-1/+1
2009-02-031) Clean up the INF and add in comment to describe the surface area of modulesqwang124-23/+25
2009-02-03Add information in Meta-Data fileeric_tian3-9/+23
2009-02-02Remove the accidental check in of test code.qwang121-5/+0
2009-02-02Add in ASSERT to check out-of-bound and possible dereference of NULL pointers.qwang126-6/+32
2009-02-02The caller of FindVariable() function ensure VariableName != NULL && VendorGu...eric_tian1-1/+1
2009-02-01Update the protocol function to return EFI_INVALID_PARAMETER if CallBackFunc...qwang122-7/+14
2009-02-01re order the function definition to avoid unnecessary declaration.niry3-364/+366
2009-01-30Split out Synchronization Library from Base Librarymdkinney2-0/+2
2009-01-23Update for Meta data.xli247-23/+71
2009-01-23Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need ...klu241-17185/+0
2009-01-23Fix issue from code scrub.klu210-79/+65
2009-01-22Add check when use Index as Array [Index] to avoid out of Array bound.lgao41-0/+1
2009-01-22Add check after allocate pool.lgao41-1/+2
2009-01-22remove klocwork issue.vanjeff1-20/+20
2009-01-21Meta-data reviewed and verified.gikidy2-5/+5
2009-01-20K8:qwang124-5/+30