summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Application/Shell/ShellProtocol.c
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg/Shell: Do not set end device path if already endMichael D Kinney2022-12-131-1/+7
* ShellPkg: Apply uncrustify changesMichael Kubacki2021-12-071-1188/+1381
* ShellPkg/ShellProtocol: sort files by FullName in RemoveDupInFileList()Laszlo Ersek2021-01-191-0/+16
* ShellPkg/Application: Fix various typosAntoine Coeur2020-02-101-18/+18
* ShellPkg/ShellProtocol: Return error code while fail parsing cmd-lineZhichao Gao2019-12-191-1/+4
* ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* ShellPkg Shell: Remove redundant functionsshenglei2018-09-061-80/+1
* ShellPkg/set: Fix EfiShellSetEnv to use case sensitive compareRuiyu Ni2018-08-161-30/+9
* ShellPkg: Clean up source filesLiming Gao2018-06-281-27/+27
* ShellPkg/Shell: Check the OpenVolume result in OpenRootByHandle()Hao Wu2017-11-151-2/+7
* ShellPkg: Fix MSFT C4255 warningSong, BinX2017-11-141-0/+2
* ShellPkg/Shell: Avoid reading content beyond string boundaryHao Wu2017-09-211-1/+2
* ShellPkg: Rename gShellCurDir to gShellCurMappingHuajing Li2017-08-301-4/+4
* ShellPkg: Avoid buffer out-of-bound accessRuiyu Ni2017-07-281-1/+1
* ShellPkg/alias: Fix bug to support upper-case aliasRuiyu Ni2017-06-051-25/+25
* ShellPkg: Add Shell invocation option '-exit'Chen A Chen2017-03-231-2/+2
* ShellPkg/Application: Fix ">v" cannot update environment variableChen A Chen2016-12-091-2/+2
* ShellPkg/Shell: fix CopyGuid() arg order in EfiShellGetGuidFromName()Laszlo Ersek2016-10-181-1/+1
* ShellPkg/Application: Remove unnecessary EFIAPIChen A Chen2016-10-091-21/+4
* ShellPkg: Expand special output file to include "NULL" and case insensitiveTapan Shah2016-09-221-2/+4
* ShellPkg: Fix the incorrect return status in function FindFiles()Dandan Bi2016-09-011-0/+4
* ShellPkg: Fix FindFiles() to handle "fsx:EFI\BOOT" pathRuiyu Ni2016-08-101-7/+6
* ShellPkg: Fix a potential NULL pointer deference issueRuiyu Ni2016-07-251-2/+4
* ShellPkg/ShellProtocol.c: Handle memory allocation failureRuiyu Ni2016-07-181-30/+68
* ShellPkg/ShellAddEnvVarToList: Handle memory allocation failureRuiyu Ni2016-07-181-19/+11
* ShellPkg/IsVolatileEnv: Handle memory allocation failureRuiyu Ni2016-07-181-2/+12
* ShellPkg: Fix Shell treats every .EFI file as an executable application.Qiu Shumin2016-04-261-0/+15
* ShellPkg : Cache the environment variable into memory to enhanceQiu Shumin2016-04-151-43/+58
* ShellPkg: Remove the unused local variable.Qiu Shumin2016-03-171-3/+0
* ShellPkg: Per UEFI Shell 2.2 SPEC to make Shell supports 'NoNesting'.Qiu Shumin2016-03-161-21/+118
* ShellPkg: Fix memory leak in function 'EfiShellSetCurDir' and 'EfiShellSetMap'.Yao Jiewen2015-12-251-0/+9
* ShellPkg: Fix memory leak in 'InternalShellExecuteDevicePath'.Yao Jiewen2015-12-241-0/+1
* ShellPkg: Fix memory leak in ShellProtocol.Qiu Shumin2015-12-231-0/+6
* ShellPkg/Shell - Fix ASSERT() when FvSimpleFileSystemDxe is usedMichael Kinney2015-12-121-26/+25
* ShellPkg: Don't strip positional parameters of quotation marks.Qiu Shumin2015-11-091-1/+1
* ShellPkg: Refine code by initializing local variable and adding ASSERT statem...Qiu Shumin2015-10-281-0/+2
* ShellPkg: Fix 'EfiShellExecute' doesn't get command status correctly.Qiu Shumin2015-10-261-26/+46
* ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin2015-10-231-5/+13
* ShellPkg: Replace use case of deprecated function GetVariable with GetVariable2.Eric Dong2015-09-011-1/+3
* ShellPkg: Fix bug introduced by r17730.Heyi Guo2015-07-041-1/+1
* ShellPkg: Use safe string functions to refine code.Qiu Shumin2015-06-301-7/+14
* ShellPkg: Refine the logic about allocating memory for variable name and data.Qiu Shumin2015-04-271-13/+28
* ShellPkg: Standardized HP Copyright Message StringTapan Shah2015-02-041-1/+1
* Roll back check in r15180 which caused the shell always returns EFI_ABORTED n...Ruiyu Ni2014-09-181-46/+5
* ShellPkg: Fix the support for command line comments.Qiu Shumin2014-09-181-4/+19
* ShellPkg: Refine the code style and comment.Qiu Shumin2014-09-051-1/+1
* ShellPkg: Refactor string manipulationJaben Carsey2014-09-021-18/+11
* ShellPkg: Remove 'STATIC' from function declarations to avoid source level de...Qiu Shumin2014-08-291-1/+1
* ShellPkg: Fix EFI_SHELL_PROTOCOL to contain new members from UEFI Shell 2.1 specChris Phillips2014-08-181-5/+6
* ShellPkg: Fix comments. Refine code style. Qiu Shumin2014-08-181-3/+3