summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellCommandLib
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg/ShellCommandLib: add ShellSortFileList()Laszlo Ersek2021-01-193-0/+332
* ShellPkg/CommandLib: Use first found UC for unsupported PlatformLangMarvin H?user2019-11-081-1/+5
* ShellPkg: stop using EFI_HANDLE in place of EFI_HII_HANDLELaszlo Ersek2019-10-092-2/+2
* ShellPkg/CommandLib: avoid NULL derefence and memory leakHeinrich Schuchardt2019-09-031-6/+14
* ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-094-27/+4
* ShellPkg: Removing ipf which is no longer supported from edk2.chenc22018-06-291-2/+2
* ShellPkg: Clean up source filesLiming Gao2018-06-282-17/+17
* ShellPkg/CommandLib: Locate proper UnicodeCollation instanceRuiyu Ni2018-01-292-12/+67
* ShellPkg: Fix bug that fails to change CWD after "map -r".Huajing Li2017-08-301-1/+35
* ShellPkg: Rename gShellCurDir to gShellCurMappingHuajing Li2017-08-301-3/+3
* ShellPkg/ShellCommandLib: Update DumpHex to print {|}~Jeff Westfahl2017-05-041-1/+1
* ShellPkg/ConsistMapping: Remove unneeded memory reallocationRuiyu Ni2017-04-181-9/+2
* ShellPkg/ShellCommandLib: Add missing EFIAPI for public library APIsRuiyu Ni2016-11-111-1/+3
* ShellPkg: Update sources to include MdePkg protocol definitionsRuiyu Ni2016-10-191-4/+3
* ShellPkg/UefiShellCommandLib: Remove unnecessary EFIAPIChen A Chen2016-10-092-9/+0
* ShellPkg: Remove current working dir path ".;" from 'path' variableTapan Shah2016-09-221-3/+1
* Revert "ShellPkg: Move FindFirstCharacter/GetNextParameter to ShellCommandLib"Ruiyu Ni2016-08-251-185/+0
* Revert "ShellPkg: Add Shell[Get|Set]RawCmdLine to ShellCommandLib"Ruiyu Ni2016-08-251-45/+0
* ShellPkg-UefiShellCommandLib: Add EFIAPI in VA_List library functionShi, Steven2016-08-101-0/+1
* ShellPkg: Correct files with CRLF line endingLiming Gao2016-07-291-2/+2
* ShellPkg: Add Shell[Get|Set]RawCmdLine to ShellCommandLibRuiyu Ni2016-07-201-0/+45
* ShellPkg: Move FindFirstCharacter/GetNextParameter to ShellCommandLibRuiyu Ni2016-07-201-0/+185
* ShellPkg/UefiShellCommandLib.c: Formalize EOLRuiyu Ni2016-07-201-61/+61
* ShellPkg/UefiShellCommandLib.c: Handle memory allocation failureRuiyu Ni2016-07-181-8/+28
* ShellPkg/ConsistMapping.c: Handle memory allocation failureRuiyu Ni2016-07-181-179/+320
* ShellPkg: Enahance 'dh' command to add more protocols decoding supportTapan Shah2016-04-252-1/+62
* ShellPkg: Update Guid/Protocol usages in INF files.Liming Gao2016-04-131-1/+1
* ShellPkg: elevate DumpHex() from Debug1-internal to generic-internalLaszlo Ersek2016-01-212-1/+70
* ShellPkg: Fix memory leak in function'ShellCommandConsistMappingInitialize'.Yao Jiewen2015-12-251-0/+1
* ShellPkg: Fix memory leak in function 'ShellCommandCreateInitialMappingsAndPa...Yao Jiewen2015-12-251-0/+3
* ShellPkg: Refine the code to reduce time cost of 'map -r'Qiu Shumin2015-12-081-10/+30
* ShellPkg: Fix typo of 'determines' in ShellPkg.Bruce Cran2015-07-081-2/+2
* ShellPkg: Use safe string functions to refine code.Qiu Shumin2015-06-301-2/+2
* ShellPkg: Add pipe support for parse commandTapan Shah2015-06-031-2/+1
* ShellPkg: Standardized HP Copyright Message StringTapan Shah2015-02-041-1/+1
* ShellPkg: Refine the fomat in INF/DEC files to follow spec.Qiu Shumin2015-01-221-12/+12
* Refine code to follow edkii coding style.Dong Eric2014-12-121-3/+38
* ShellPkg: Add extended USB decoding for consistent device namesjaben carsey2014-11-242-36/+89
* ShellPkg: Add optional extended decode for Vendor Device Nodes for consistent...jaben carsey2014-11-242-0/+31
* [PATHC] ShellPkg: control code flow with a PCDJaben Carsey2014-11-122-22/+17
* ShellPkg Build failure of AllocateZeroPool usage. This patch updates Allocate...Gao, Liming2014-08-311-1/+1
* This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy ...Jaben Carsey2014-08-292-18/+6
* Register pre-defined command aliases in sorted order.Tapan Shah2014-08-291-3/+33
* ShellPkg: Fix comments. Refine code style. Qiu Shumin2014-08-181-2/+2
* Fix the use of ASSERT and other fixes to memory allocation failures (like fre...Jaben Carsey2014-08-051-4/+11
* This searches for handles that produce the dynamic command protocol after sea...Jaben Carsey2014-08-053-117/+270
* ShellPkg: Move UpdateMapping() out of Map command and added to UefiShellComma...Tapan Shah2014-06-231-6/+109
* ShellPkg: remove memory leak in file handle listJaben Carsey2014-01-091-2/+33
* Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2013-07-262-10/+1
* ShellPkg: remove unused enumjcarsey2013-05-131-7/+1