summaryrefslogtreecommitdiff
path: root/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdePkg: Apply uncrustify changesMichael Kubacki1-41/+48
2021-12-07MdePkg: Change OPTIONAL keyword usage styleMichael D Kinney1-5/+4
2019-04-09MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-02-21MdePkg/UefiDevicePathLibDevicePathProtocol: Add sanity check for FilePath dev...Jian J Wang1-0/+9
2018-06-28MdePkg: Clean up source filesLiming Gao1-95/+95
2016-11-09MdePkg DevicePathLib: Validate before touch input buffer.Eric Dong1-5/+21
2016-11-09MdePkg DevicePathLib: Rollback former change.Eric Dong1-16/+6
2016-10-19MdePkg UefiDevicePathLibDevicePathProtocol: Validate before use.Eric Dong1-7/+17
2014-12-23Do not assert when the device path node length is invalid.Ruiyu Ni1-8/+3
2013-07-26Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText...Ruiyu Ni1-13/+164
2012-09-24Add new API IsDevicePathValid() to UefiDevicePathLib.niruiyu1-15/+80
2010-06-30Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter1-67/+94
2010-06-25Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter1-1/+1
2010-04-23Update the copyright notice formathhtian1-2/+2
2009-09-08add modifier EFIAPI for library interfaces.vanjeff1-1/+10
2009-05-20Remove redundant #include statementsmdkinney1-1/+0
2009-02-24Fix build broken.klu21-1/+1
2009-02-24Remove the work-around in DevicePathLib to judge the end of device path node ...qhuang81-1/+1
2009-02-13Spec checkedjji41-3/+3
2009-02-06Fix IN OUT specifiersmdkinney1-3/+3
2009-02-06Fix ICC build breakqhuang81-5/+5
2009-02-06Convert macros in the DevicePathLib to functions.mdkinney1-0/+224
2009-01-23DuplicateDevicePath() function use wrong comment same as AppendDevicePath() f...klu21-1/+1
2008-12-29Update copyright for files modified in this yearqhuang81-1/+1
2008-11-26Synchronize function comment in gikidy1-11/+24
2008-11-111, Move device path utility macros from protocol's header file to DevicePathL...klu21-1/+1
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-2/+1
2008-09-09Code cleanup for library instances in MdePkg.klu21-5/+4
2007-09-24Fix one minor comment issue in last check-inqhuang81-1/+2
2007-09-24Update DevicePathLib to reflect the update of UEFI device utility protocolqhuang81-3/+6
2007-07-20remove some comments introduced by tools.vanjeff1-9/+3
2007-07-12Removed MdePkg usage of ModuleName: in file headersAJFISH1-2/+0
2007-07-06Enable Intel IPF compilation for MdePkg.qwang121-0/+2
2007-06-22Checked in part of MDE library instances following PI and UEFI. It includes:yshang11-2/+16
2007-06-22Import some Pei and Dxe related instances for MdePkg.vanjeff1-0/+353
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch1-348/+0
2006-07-06 PciLib:qhuang81-10/+12
2006-07-05 DebugLib:qhuang81-78/+150
2006-04-21Initial import.bbahnsen1-0/+274