summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellCommandLib
AgeCommit message (Expand)AuthorFilesLines
2021-05-14ShellPkg/UefiShellCommandLib: suppress incorrect gcc warningSergei Dmitrouk1-0/+5
2021-01-19ShellPkg/ShellCommandLib: add ShellSortFileList()Laszlo Ersek3-0/+332
2019-11-08ShellPkg/CommandLib: Use first found UC for unsupported PlatformLangMarvin H?user1-1/+5
2019-10-09ShellPkg: stop using EFI_HANDLE in place of EFI_HII_HANDLELaszlo Ersek2-2/+2
2019-09-03ShellPkg/CommandLib: avoid NULL derefence and memory leakHeinrich Schuchardt1-6/+14
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney4-27/+4
2018-06-29ShellPkg: Removing ipf which is no longer supported from edk2.chenc21-2/+2
2018-06-28ShellPkg: Clean up source filesLiming Gao2-17/+17
2018-01-29ShellPkg/CommandLib: Locate proper UnicodeCollation instanceRuiyu Ni2-12/+67
2017-08-30ShellPkg: Fix bug that fails to change CWD after "map -r".Huajing Li1-1/+35
2017-08-30ShellPkg: Rename gShellCurDir to gShellCurMappingHuajing Li1-3/+3
2017-05-04ShellPkg/ShellCommandLib: Update DumpHex to print {|}~Jeff Westfahl1-1/+1
2017-04-18ShellPkg/ConsistMapping: Remove unneeded memory reallocationRuiyu Ni1-9/+2
2016-11-11ShellPkg/ShellCommandLib: Add missing EFIAPI for public library APIsRuiyu Ni1-1/+3
2016-10-19ShellPkg: Update sources to include MdePkg protocol definitionsRuiyu Ni1-4/+3
2016-10-09ShellPkg/UefiShellCommandLib: Remove unnecessary EFIAPIChen A Chen2-9/+0
2016-09-22ShellPkg: Remove current working dir path ".;" from 'path' variableTapan Shah1-3/+1
2016-08-25Revert "ShellPkg: Move FindFirstCharacter/GetNextParameter to ShellCommandLib"Ruiyu Ni1-185/+0
2016-08-25Revert "ShellPkg: Add Shell[Get|Set]RawCmdLine to ShellCommandLib"Ruiyu Ni1-45/+0
2016-08-10ShellPkg-UefiShellCommandLib: Add EFIAPI in VA_List library functionShi, Steven1-0/+1
2016-07-29ShellPkg: Correct files with CRLF line endingLiming Gao1-2/+2
2016-07-20ShellPkg: Add Shell[Get|Set]RawCmdLine to ShellCommandLibRuiyu Ni1-0/+45
2016-07-20ShellPkg: Move FindFirstCharacter/GetNextParameter to ShellCommandLibRuiyu Ni1-0/+185
2016-07-20ShellPkg/UefiShellCommandLib.c: Formalize EOLRuiyu Ni1-61/+61
2016-07-18ShellPkg/UefiShellCommandLib.c: Handle memory allocation failureRuiyu Ni1-8/+28
2016-07-18ShellPkg/ConsistMapping.c: Handle memory allocation failureRuiyu Ni1-179/+320
2016-04-25ShellPkg: Enahance 'dh' command to add more protocols decoding supportTapan Shah2-1/+62
2016-04-13ShellPkg: Update Guid/Protocol usages in INF files.Liming Gao1-1/+1
2016-01-21ShellPkg: elevate DumpHex() from Debug1-internal to generic-internalLaszlo Ersek2-1/+70
2015-12-25ShellPkg: Fix memory leak in function'ShellCommandConsistMappingInitialize'.Yao Jiewen1-0/+1
2015-12-25ShellPkg: Fix memory leak in function 'ShellCommandCreateInitialMappingsAndPa...Yao Jiewen1-0/+3
2015-12-08ShellPkg: Refine the code to reduce time cost of 'map -r'Qiu Shumin1-10/+30
2015-07-08ShellPkg: Fix typo of 'determines' in ShellPkg.Bruce Cran1-2/+2
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin1-2/+2
2015-06-03ShellPkg: Add pipe support for parse commandTapan Shah1-2/+1
2015-02-04ShellPkg: Standardized HP Copyright Message StringTapan Shah1-1/+1
2015-01-22ShellPkg: Refine the fomat in INF/DEC files to follow spec.Qiu Shumin1-12/+12
2014-12-12Refine code to follow edkii coding style.Dong Eric1-3/+38
2014-11-24ShellPkg: Add extended USB decoding for consistent device namesjaben carsey2-36/+89
2014-11-24ShellPkg: Add optional extended decode for Vendor Device Nodes for consistent...jaben carsey2-0/+31
2014-11-12[PATHC] ShellPkg: control code flow with a PCDJaben Carsey2-22/+17
2014-08-31ShellPkg Build failure of AllocateZeroPool usage. This patch updates Allocate...Gao, Liming1-1/+1
2014-08-29This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy ...Jaben Carsey2-18/+6
2014-08-29Register pre-defined command aliases in sorted order.Tapan Shah1-3/+33
2014-08-18ShellPkg: Fix comments. Refine code style. Qiu Shumin1-2/+2
2014-08-05Fix the use of ASSERT and other fixes to memory allocation failures (like fre...Jaben Carsey1-4/+11
2014-08-05This searches for handles that produce the dynamic command protocol after sea...Jaben Carsey3-117/+270
2014-06-23ShellPkg: Move UpdateMapping() out of Map command and added to UefiShellComma...Tapan Shah1-6/+109
2014-01-09ShellPkg: remove memory leak in file handle listJaben Carsey1-2/+33
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2-10/+1