summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Application/Shell/Shell.c
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: Clean up source filesLiming Gao2018-06-281-48/+48
* ShellPkg: Fix the bug that handling Ctrl-C improperlyRuiyu Ni2017-11-291-6/+6
* ShellPkg: Fix MSFT C4255 warningSong, BinX2017-11-141-0/+1
* ShellPkg: Fix misuses of AllocateCopyPoolJian J Wang2017-11-081-1/+3
* ShellPkg: Update CWD and current mapping when commands returnHuajing Li2017-08-301-1/+17
* ShellPkg/Shell: eliminate double-free in RunSplitCommand()Laszlo Ersek2017-04-261-1/+0
* ShellPkg/Shell: clean up bogus member types in SPLIT_LISTLaszlo Ersek2017-04-261-6/+6
* ShellPkg: Fix Shell to not return without startup.nsh after timeoutRuiyu Ni2017-04-071-0/+5
* ShellPkg/Shell: Avoid potential null pointer deferenceRuiyu Ni2017-03-291-0/+6
* ShellPkg/Shell: Make comments align with the functionDandan Bi2017-03-281-2/+2
* ShellPkg: Add Shell invocation option '-exit'Chen A Chen2017-03-231-1/+1
* ShellPkg: Fix shell not able to run startup.nshChen A Chen2017-03-231-58/+56
* ShellPkg/Shell: Add double quotes to args with white spaceMichael Kinney2017-01-111-9/+57
* ShellPkg/Application: Remove unnecessary EFIAPIChen A Chen2016-10-091-36/+0
* Revert "ShellPkg: Move FindFirstCharacter/GetNextParameter to ShellCommandLib"Ruiyu Ni2016-08-251-28/+53
* ShellPkg: Unregister hotkey callback when exiting ShellRuiyu Ni2016-07-291-1/+1
* ShellPkg: Move FindFirstCharacter/GetNextParameter to ShellCommandLibRuiyu Ni2016-07-201-53/+28
* ShellPkg/Shell.c: Handle memory allocation failureRuiyu Ni2016-07-181-8/+19
* ShellPkg/App: Fix memory leak and save resources.Marvin H?user2016-05-251-2/+14
* ShellPkg: Also accept gEfiUnicodeCollation2ProtocolGuid for parsing.Marvin H?user2016-05-201-2/+9
* ShellPkg: Use a local variable to cache the pointer.Jaben Carsey2016-05-131-2/+4
* report line number for command errors in a script.Jaben Carsey2016-05-121-1/+5
* ShellPkg : Cache the environment variable into memory to enhanceQiu Shumin2016-04-151-0/+4
* ShellPkg: Per UEFI Shell 2.2 SPEC to make Shell supports 'NoNesting'.Qiu Shumin2016-03-161-3/+38
* ShellPkg: Fix the TAB-auto-completion memory leak.Qiu Shumin2015-12-241-0/+3
* ShellPkg: Fix memory leak when running Shell script.Qiu Shumin2015-12-241-0/+38
* ShellPkg: Refine the code logic of 'command history'.Qiu Shumin2015-12-241-1/+28
* ShellPkg: fix RVCT warning due to CONST in typecast.Cohen Eugene2015-11-261-1/+1
* ShellPkg: Don't strip positional parameters of quotation marks.Qiu Shumin2015-11-091-15/+15
* ShellPkg: Fix 'EfiShellExecute' doesn't get command status correctly.Qiu Shumin2015-10-261-12/+57
* ShellPkg: Fix Shell does not support ASCII pipe(|a).Qiu Shumin2015-09-151-11/+25
* ShellPkg: Refine code to use Strn**S safe functions instead of Str**S ones in...Qiu Shumin2015-07-091-31/+36
* ShellPkg: Use safe string functions to refine code.Qiu Shumin2015-06-301-15/+35
* ShellPkg: Added newline at the end of source filesOlivier Martin2015-04-021-1/+1
* Shellpkg: Fix spelling errors in Shell.c/Shell.h commentsJoe Peterson2015-02-061-27/+27
* ShellPkg: command help with -? flag is not working and it gives too many argu...Jaben Carsey2015-02-061-4/+2
* ShellPkg: Standardized HP Copyright Message StringTapan Shah2015-02-041-1/+1
* ShellPkg: Revert 16720 and 16734. Jaben Carsey2015-02-041-7/+6
* ShellPkg: Revert 16720 and 16734. Jaben Carsey2015-02-041-14/+58
* ShellPkg: cast return value to correct type based on what we passed in.Jaben Carsey2015-02-041-4/+4
* ShellPkg: Fix typos.Qiu Shumin2015-02-041-1/+1
* ShellPkg: Refactor out a now-redundant functionJaben Carsey2015-02-031-51/+8
* ShellPkg: Add quotes around NSH index argument replacementJaben Carsey2015-02-021-10/+10
* ShellPkg: Refactor Split search to generic functionJaben Carsey2015-01-301-30/+38
* ShellPkg: refine command line parsingJaben Carsey2015-01-271-43/+47
* ShellPkg: Always remove non-defined environment variableJaben Carsey2015-01-271-11/+10
* ShellPkg: Check the unrecognized environment variable name before it is remov...Qiu Shumin2014-12-311-8/+58
* ShellPkg: Add code to handle the split ('|') in a double-quoted string. Qiu Shumin2014-12-261-43/+75
* Roll back check in r15180 which caused the shell always returns EFI_ABORTED n...Ruiyu Ni2014-09-181-168/+42
* ShellPkg: Fix the support for command line comments.Qiu Shumin2014-09-181-3/+19