summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Application/Shell/ShellProtocol.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updates the UEFI Shell to produce the new protocol with additional 4 functions.Jaben Carsey2014-08-061-34/+178
* Update code to support VS2013 tool chain.Eric Dong2014-07-291-0/+3
* Refine code to make it more safely.Eric Dong2014-06-261-0/+1
* Update the comments for function 'InternalShellExecuteDevicePath' in ShellPro...Qiu Shumin2014-05-221-13/+14
* ShellPkg: Do not mix status when executing a commandOlivier Martin2014-05-131-3/+7
* ShellPkg: Fix using root of driveJaben Carsey2014-04-111-1/+3
* ShellPkg: Allow opening of root drive nodesJaben Carsey2014-03-311-18/+33
* ShellPkg: Fix potential memory leak when failing to fully create a structureJaben Carsey2014-03-311-3/+25