summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: Apply uncrustify changesMichael Kubacki2021-12-071-512/+608
* ShellPkg/UefiShellCommandLib: suppress incorrect gcc warningSergei Dmitrouk2021-05-141-0/+5
* ShellPkg/ShellCommandLib: add ShellSortFileList()Laszlo Ersek2021-01-191-0/+312
* 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-091-1/+1
* ShellPkg/CommandLib: avoid NULL derefence and memory leakHeinrich Schuchardt2019-09-031-6/+14
* ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* ShellPkg: Clean up source filesLiming Gao2018-06-281-7/+7
* ShellPkg/CommandLib: Locate proper UnicodeCollation instanceRuiyu Ni2018-01-291-11/+65
* 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/ShellCommandLib: Add missing EFIAPI for public library APIsRuiyu Ni2016-11-111-1/+3
* ShellPkg/UefiShellCommandLib: Remove unnecessary EFIAPIChen A Chen2016-10-091-6/+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: 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: Enahance 'dh' command to add more protocols decoding supportTapan Shah2016-04-251-1/+60
* ShellPkg: elevate DumpHex() from Debug1-internal to generic-internalLaszlo Ersek2016-01-211-0/+69
* ShellPkg: Fix memory leak in function 'ShellCommandCreateInitialMappingsAndPa...Yao Jiewen2015-12-251-0/+3
* ShellPkg: Fix typo of 'determines' in ShellPkg.Bruce Cran2015-07-081-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 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-291-16/+4
* 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-051-115/+266
* 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-261-8/+0
* ShellPkg: remove unused enumjcarsey2013-05-131-7/+1
* ShellPkg: Updates to 'help' commandjcarsey2012-12-131-2/+43
* ShellPkg: Correct 3 places where memory was not being properly released by th...jcarsey2012-11-131-4/+5
* ShellPkg: Eliminate loss of high bits in return value from exit command on 64...jcarsey2011-09-151-2/+21
* Refine comments and two code style.ydong102011-09-021-5/+5
* Move the 2 functions associated with reading whole lines at a single time fro...jcarsey2011-07-061-151/+0
* This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey2011-06-301-106/+0
* Clarify that the shared variables of the shell protocols are properly named.jcarsey2011-06-271-22/+0
* move a function to the correct library.jcarsey2011-04-131-0/+48
* consist mapping - add comments and change variable names.jcarsey2011-03-251-19/+40
* update error handling to use less ASSERT.jcarsey2010-11-121-4/+14
* move DeleteScriptFileStruct from a private to a public function. This allows...jcarsey2010-10-041-12/+17
* udk2010.up2.shell initial release.jcarsey2010-09-141-0/+1511