summaryrefslogtreecommitdiff
path: root/ShellPkg/Application
AgeCommit message (Expand)AuthorFilesLines
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 Shumin4-40/+125
2015-10-23ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin3-5/+14
2015-10-15ShellPkg: Fix ASCII input redirection does not work correctly.Qiu Shumin3-8/+39
2015-09-29ShellPkg: Add a simple case to test shell parameter parsing logicRuiyu Ni4-5/+75
2015-09-18ShellPkg: Fix GCC build fail and code refine.Qiu Shumin1-11/+23
2015-09-17ShellPkg: Fix Shell fail when execute command in ShellProtocol.Execute().Yang Jadis1-1/+1
2015-09-15ShellPkg: Fix Shell does not support ASCII pipe(|a).Qiu Shumin1-11/+25
2015-09-10ShellPkg: Fix Shell fail with redundant space following delay number.Qiu Shumin2-0/+12
2015-09-01ShellPkg: Replace use case of deprecated function GetVariable with GetVariable2.Eric Dong1-1/+3
2015-08-20ShellPkg: force use of AARCH64 small model when building DEBUG shellArd Biesheuvel1-0/+6
2015-07-26ShellPkg: Fix the ASSERT issue in Shell 'for' loopQiu Shumin1-1/+1
2015-07-09ShellPkg: Refine code to use Strn**S safe functions instead of Str**S ones in...Qiu Shumin2-33/+38
2015-07-04ShellPkg: Fix bug introduced by r17730.Heyi Guo1-1/+1
2015-06-30ShellPkg: Refine code to make catenae length more precise.Qiu Shumin1-2/+2
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin6-41/+83
2015-06-23ShellPkg: Make BOOLEAN variable not use explicit comparison.Qiu Shumin1-1/+1
2015-06-15ShellPkg: update Console to clear screen when resettingJaben Carsey1-0/+6
2015-06-09ShellPkg\Application\Shell: Clean start row information after the console has...Qiu Shumin1-3/+10
2015-04-27ShellPkg: Refine the logic about allocating memory for variable name and data.Qiu Shumin2-38/+72
2015-04-02ShellPkg: Added newline at the end of source filesOlivier Martin1-1/+1
2015-02-06Shellpkg: Fix spelling errors in Shell.c/Shell.h commentsJoe Peterson2-36/+36
2015-02-06ShellPkg: command help with -? flag is not working and it gives too many argu...Jaben Carsey1-4/+2
2015-02-04ShellPkg: Standardized HP Copyright Message StringTapan Shah11-10/+10
2015-02-04ShellPkg: Revert 16720 and 16734. Jaben Carsey1-7/+6
2015-02-04ShellPkg: Revert 16720 and 16734. Jaben Carsey1-14/+58
2015-02-04ShellPkg: cast return value to correct type based on what we passed in.Jaben Carsey1-4/+4
2015-02-04ShellPkg: Fix typos.Qiu Shumin2-2/+2
2015-02-03ShellPkg: Update Shell.uni file with a better general command response output.Tapan Shah1-0/+0
2015-02-03ShellPkg: Refactor out a now-redundant functionJaben Carsey1-51/+8
2015-02-02ShellPkg: Add quotes around NSH index argument replacementJaben Carsey1-10/+10
2015-02-02ShellPkg: Fix typos.Qiu Shumin1-2/+2
2015-01-30ShellPkg: Refactor quote and escape search to use new functionJaben Carsey1-73/+24
2015-01-30ShellPkg: Refactor Split search to generic functionJaben Carsey2-31/+56
2015-01-27ShellPkg: refine command line parsingJaben Carsey3-119/+214
2015-01-27ShellPkg: Always remove non-defined environment variableJaben Carsey1-11/+10
2015-01-22ShellPkg: Refine the fomat in INF/DEC files to follow spec.Qiu Shumin1-30/+30
2015-01-13MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ...Daryl McDaniel3-4/+3
2014-12-31ShellPkg: Check the unrecognized environment variable name before it is remov...Qiu Shumin1-8/+58
2014-12-26ShellPkg: Add code to handle the split ('|') in a double-quoted string. Qiu Shumin1-43/+75
2014-10-03ShellPkg: Fix Meta Data misspellingJaben Carsey1-29/+29
2014-09-18Roll back check in r15180 which caused the shell always returns EFI_ABORTED n...Ruiyu Ni4-242/+59
2014-09-18ShellPkg: Fix the support for command line comments.Qiu Shumin2-7/+38
2014-09-17ShellPkg: Do TrimSpace again after StdIn, StdOut, and StdErr are set up.Ni Ruiyu1-0/+1
2014-09-10ShellPkg: Replace the usage of StrnCpy with CopyMem to avoid potential buffer...Qiu Shumin1-3/+5
2014-09-09ShellPkg: Replace assignment statement with 'StrnCpy' to append terminal NULL...Qiu Shumin1-1/+1
2014-09-05ShellPkg: Not add redundant quotes any longer to parameters with spaces.Jaben Carsey1-10/+10
2014-09-05ShellPkg: Refine the code style and comment.Qiu Shumin3-2/+3
2014-09-02ShellPkg: Refactor string manipulationJaben Carsey7-98/+115
2014-08-29ShellPkg: Remove 'STATIC' from function declarations to avoid source level de...Qiu Shumin2-2/+1