summaryrefslogtreecommitdiff
path: root/ShellPkg/Application/Shell/ShellProtocol.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-03ShellPkg: Fix conditionally uninitialized variablesMichael Kubacki1-29/+31
2022-12-13ShellPkg/Shell: Do not set end device path if already endMichael D Kinney1-1/+7
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-1188/+1381
2021-01-19ShellPkg/ShellProtocol: sort files by FullName in RemoveDupInFileList()Laszlo Ersek1-0/+16
2020-02-10ShellPkg/Application: Fix various typosAntoine Coeur1-18/+18
2019-12-19ShellPkg/ShellProtocol: Return error code while fail parsing cmd-lineZhichao Gao1-1/+4
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-09-06ShellPkg Shell: Remove redundant functionsshenglei1-80/+1
2018-08-16ShellPkg/set: Fix EfiShellSetEnv to use case sensitive compareRuiyu Ni1-30/+9
2018-06-28ShellPkg: Clean up source filesLiming Gao1-27/+27
2017-11-15ShellPkg/Shell: Check the OpenVolume result in OpenRootByHandle()Hao Wu1-2/+7
2017-11-14ShellPkg: Fix MSFT C4255 warningSong, BinX1-0/+2
2017-09-21ShellPkg/Shell: Avoid reading content beyond string boundaryHao Wu1-1/+2
2017-08-30ShellPkg: Rename gShellCurDir to gShellCurMappingHuajing Li1-4/+4
2017-07-28ShellPkg: Avoid buffer out-of-bound accessRuiyu Ni1-1/+1
2017-06-05ShellPkg/alias: Fix bug to support upper-case aliasRuiyu Ni1-25/+25
2017-03-23ShellPkg: Add Shell invocation option '-exit'Chen A Chen1-2/+2
2016-12-09ShellPkg/Application: Fix ">v" cannot update environment variableChen A Chen1-2/+2
2016-10-18ShellPkg/Shell: fix CopyGuid() arg order in EfiShellGetGuidFromName()Laszlo Ersek1-1/+1
2016-10-09ShellPkg/Application: Remove unnecessary EFIAPIChen A Chen1-21/+4
2016-09-22ShellPkg: Expand special output file to include "NULL" and case insensitiveTapan Shah1-2/+4
2016-09-01ShellPkg: Fix the incorrect return status in function FindFiles()Dandan Bi1-0/+4
2016-08-10ShellPkg: Fix FindFiles() to handle "fsx:EFI\BOOT" pathRuiyu Ni1-7/+6
2016-07-25ShellPkg: Fix a potential NULL pointer deference issueRuiyu Ni1-2/+4
2016-07-18ShellPkg/ShellProtocol.c: Handle memory allocation failureRuiyu Ni1-30/+68
2016-07-18ShellPkg/ShellAddEnvVarToList: Handle memory allocation failureRuiyu Ni1-19/+11
2016-07-18ShellPkg/IsVolatileEnv: Handle memory allocation failureRuiyu Ni1-2/+12
2016-04-26ShellPkg: Fix Shell treats every .EFI file as an executable application.Qiu Shumin1-0/+15
2016-04-15ShellPkg : Cache the environment variable into memory to enhanceQiu Shumin1-43/+58
2016-03-17ShellPkg: Remove the unused local variable.Qiu Shumin1-3/+0
2016-03-16ShellPkg: Per UEFI Shell 2.2 SPEC to make Shell supports 'NoNesting'.Qiu Shumin1-21/+118
2015-12-25ShellPkg: Fix memory leak in function 'EfiShellSetCurDir' and 'EfiShellSetMap'.Yao Jiewen1-0/+9
2015-12-24ShellPkg: Fix memory leak in 'InternalShellExecuteDevicePath'.Yao Jiewen1-0/+1
2015-12-23ShellPkg: Fix memory leak in ShellProtocol.Qiu Shumin1-0/+6
2015-12-12ShellPkg/Shell - Fix ASSERT() when FvSimpleFileSystemDxe is usedMichael Kinney1-26/+25
2015-11-09ShellPkg: Don't strip positional parameters of quotation marks.Qiu Shumin1-1/+1
2015-10-28ShellPkg: Refine code by initializing local variable and adding ASSERT statem...Qiu Shumin1-0/+2
2015-10-26ShellPkg: Fix 'EfiShellExecute' doesn't get command status correctly.Qiu Shumin1-26/+46
2015-10-23ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin1-5/+13
2015-09-01ShellPkg: Replace use case of deprecated function GetVariable with GetVariable2.Eric Dong1-1/+3
2015-07-04ShellPkg: Fix bug introduced by r17730.Heyi Guo1-1/+1
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin1-7/+14
2015-04-27ShellPkg: Refine the logic about allocating memory for variable name and data.Qiu Shumin1-13/+28
2015-02-04ShellPkg: Standardized HP Copyright Message StringTapan Shah1-1/+1
2014-09-18Roll back check in r15180 which caused the shell always returns EFI_ABORTED n...Ruiyu Ni1-46/+5
2014-09-18ShellPkg: Fix the support for command line comments.Qiu Shumin1-4/+19
2014-09-05ShellPkg: Refine the code style and comment.Qiu Shumin1-1/+1
2014-09-02ShellPkg: Refactor string manipulationJaben Carsey1-18/+11
2014-08-29ShellPkg: Remove 'STATIC' from function declarations to avoid source level de...Qiu Shumin1-1/+1
2014-08-18ShellPkg: Fix EFI_SHELL_PROTOCOL to contain new members from UEFI Shell 2.1 specChris Phillips1-5/+6