summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04Renormalized end-of-lines from master@27b044605cd5f6b33a3d231576003850b3fe305btrunkkx1-2328/+2328
2023-12-08ShellPkg: Fix typosPage Chen1-3/+3
2023-04-03ShellPkg: Fix conditionally uninitialized variablesMichael Kubacki1-26/+30
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-512/+608
2021-05-14ShellPkg/UefiShellCommandLib: suppress incorrect gcc warningSergei Dmitrouk1-0/+5
2021-01-19ShellPkg/ShellCommandLib: add ShellSortFileList()Laszlo Ersek1-0/+312
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 Ersek1-1/+1
2019-09-03ShellPkg/CommandLib: avoid NULL derefence and memory leakHeinrich Schuchardt1-6/+14
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28ShellPkg: Clean up source filesLiming Gao1-7/+7
2018-01-29ShellPkg/CommandLib: Locate proper UnicodeCollation instanceRuiyu Ni1-11/+65
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
2016-11-11ShellPkg/ShellCommandLib: Add missing EFIAPI for public library APIsRuiyu Ni1-1/+3
2016-10-09ShellPkg/UefiShellCommandLib: Remove unnecessary EFIAPIChen A Chen1-6/+0
2016-09-23ShellPkg: 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-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-04-25ShellPkg: Enahance 'dh' command to add more protocols decoding supportTapan Shah1-1/+60
2016-01-21ShellPkg: elevate DumpHex() from Debug1-internal to generic-internalLaszlo Ersek1-0/+69
2015-12-25ShellPkg: Fix memory leak in function 'ShellCommandCreateInitialMappingsAndPa...Yao Jiewen1-0/+3
2015-07-08ShellPkg: Fix typo of 'determines' in ShellPkg.Bruce Cran1-2/+2
2015-06-03ShellPkg: Add pipe support for parse commandTapan Shah1-2/+1
2015-02-05ShellPkg: Standardized HP Copyright Message StringTapan Shah1-1/+1
2014-08-31ShellPkg Build failure of AllocateZeroPool usage. This patch updates Allocate...Gao, Liming1-1/+1
2014-08-30This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy ...Jaben Carsey1-16/+4
2014-08-30Register 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-06Fix the use of ASSERT and other fixes to memory allocation failures (like fre...Jaben Carsey1-4/+11
2014-08-06This searches for handles that produce the dynamic command protocol after sea...Jaben Carsey1-115/+266
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 Ni1-8/+0
2013-05-13ShellPkg: remove unused enumjcarsey1-7/+1
2012-12-14ShellPkg: Updates to 'help' commandjcarsey1-2/+43
2012-11-13ShellPkg: Correct 3 places where memory was not being properly released by th...jcarsey1-4/+5
2011-09-16ShellPkg: Eliminate loss of high bits in return value from exit command on 64...jcarsey1-2/+21
2011-09-02Refine comments and two code style.ydong101-5/+5
2011-07-07Move the 2 functions associated with reading whole lines at a single time fro...jcarsey1-151/+0
2011-07-01This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey1-106/+0
2011-06-28Clarify that the shared variables of the shell protocols are properly named.jcarsey1-22/+0
2011-04-14move a function to the correct library.jcarsey1-0/+48
2011-03-26consist mapping - add comments and change variable names.jcarsey1-19/+40
2010-11-13update error handling to use less ASSERT.jcarsey1-4/+14