summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/LinkedList.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdePkg: Apply uncrustify changesMichael Kubacki1-30/+30
2019-04-09MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdePkg: Clean up source filesLiming Gao1-30/+30
2017-08-16MdePkg/BaseLib: Update internal LinkedList verifications.Marvin.Haeuser@outlook.com1-58/+49
2017-08-16MdePkg/BaseLib: Add IsNodeInList() function.Marvin.Haeuser@outlook.com1-1/+65
2013-08-08Match the comments with the implementation for Baselib::GetFirstNode.Shumin Qiu1-2/+2
2013-03-13Fix minor typos in BaseLib LinkedList commentslgao41-12/+12
2011-06-15For BaseLib IsNull() function , update retval value comment to match its func...lgao41-3/+3
2010-06-24Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter1-49/+49
2010-04-23Update the copyright notice formathhtian1-2/+2
2009-11-211) Add new BaseLib API GetPreviousNode()mdkinney1-2/+37
2009-07-28Add PcdVerifyNoteInList for judge whether do verification of node in list in ...klu21-44/+84
2009-07-23Rename BaseLib internal functions by adding InternalBaseLib.lgao41-9/+9
2008-12-11Synchronize BaseLib h files to c files.gikidy1-35/+35
2008-11-25Synchronize function comment in MdePkg\Library\BaseLib.h with the instance o...gikidy1-27/+32
2008-10-20removed blank lines to refine source codes.vanjeff1-3/+0
2008-10-11Modify MDE source code according to MDE library update.xli241-5/+7
2008-09-24Update BaseLib according to code review comments.xli241-4/+6
2008-09-17remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff1-3/+1
2008-07-08Code scrub:yshang11-0/+3
2008-04-22Fix typo in comment.klu21-4/+4
2007-07-12Removed MdePkg usage of ModuleName: in file headersAJFISH1-2/+0
2007-06-29Removed CommonHeader.h generated file from the MdePkg. AJFISH1-1/+1
2007-06-22Import some basic libraries instances for Mde Packages. vanjeff1-0/+470
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch1-465/+0
2007-01-25Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli241-0/+2
2006-07-201.Added EFIAPI for some assembly functions declarevanjeff1-18/+17
2006-07-191. added functions header for BaseUefiDecompressLivanjeff1-0/+21
2006-07-061. Sync LinkedList.c with MWGvanjeff1-3/+0
2006-06-301.Updated some functions header of BaseLib with new MWG specvanjeff1-17/+25
2006-06-26• BaseMemoryLib:qhuang81-2/+2
2006-06-22In before, FixedPcdGetxx macro was defined as global variable, it is wrong. I...klu21-2/+2
2006-06-02Deleted x64\SwitchStack.c Ipf/SwitchStack.c.vanjeff1-0/+5
2006-04-21Initial import.bbahnsen1-0/+433