summaryrefslogtreecommitdiff
path: root/ShellPkg/Application
AgeCommit message (Expand)Author
2015-09-18ShellPkg: Fix GCC build fail and code refine.Qiu Shumin
2015-09-18ShellPkg: Fix Shell fail when execute command in ShellProtocol.Execute().Yang Jadis
2015-09-15ShellPkg: Fix Shell does not support ASCII pipe(|a).Qiu Shumin
2015-09-10ShellPkg: Fix Shell fail with redundant space following delay number.Qiu Shumin
2015-09-01ShellPkg: Replace use case of deprecated function GetVariable with GetVariable2.Eric Dong
2015-08-20ShellPkg: force use of AARCH64 small model when building DEBUG shellArd Biesheuvel
2015-07-26ShellPkg: Fix the ASSERT issue in Shell 'for' loopQiu Shumin
2015-07-09ShellPkg: Refine code to use Strn**S safe functions instead of Str**S ones in...Qiu Shumin
2015-07-04ShellPkg: Fix bug introduced by r17730.Heyi Guo
2015-06-30ShellPkg: Refine code to make catenae length more precise.Qiu Shumin
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin
2015-06-23ShellPkg: Make BOOLEAN variable not use explicit comparison.Qiu Shumin
2015-06-15ShellPkg: update Console to clear screen when resettingJaben Carsey
2015-06-09ShellPkg\Application\Shell: Clean start row information after the console has...Qiu Shumin
2015-04-27ShellPkg: Refine the logic about allocating memory for variable name and data.Qiu Shumin
2015-04-02ShellPkg: Added newline at the end of source filesOlivier Martin
2015-02-06Shellpkg: Fix spelling errors in Shell.c/Shell.h commentsJoe Peterson
2015-02-06ShellPkg: command help with -? flag is not working and it gives too many argu...Jaben Carsey
2015-02-04ShellPkg: Standardized HP Copyright Message StringTapan Shah
2015-02-04ShellPkg: Revert 16720 and 16734. Jaben Carsey
2015-02-04ShellPkg: Revert 16720 and 16734. Jaben Carsey
2015-02-04ShellPkg: cast return value to correct type based on what we passed in.Jaben Carsey
2015-02-04ShellPkg: Fix typos.Qiu Shumin
2015-02-03ShellPkg: Update Shell.uni file with a better general command response output.Tapan Shah
2015-02-03ShellPkg: Refactor out a now-redundant functionJaben Carsey
2015-02-02ShellPkg: Add quotes around NSH index argument replacementJaben Carsey
2015-02-02ShellPkg: Fix typos.Qiu Shumin
2015-01-30ShellPkg: Refactor quote and escape search to use new functionJaben Carsey
2015-01-30ShellPkg: Refactor Split search to generic functionJaben Carsey
2015-01-27ShellPkg: refine command line parsingJaben Carsey
2015-01-27ShellPkg: Always remove non-defined environment variableJaben Carsey
2015-01-22ShellPkg: Refine the fomat in INF/DEC files to follow spec.Qiu Shumin
2015-01-13MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ...Daryl McDaniel
2014-12-31ShellPkg: Check the unrecognized environment variable name before it is remov...Qiu Shumin
2014-12-26ShellPkg: Add code to handle the split ('|') in a double-quoted string. Qiu Shumin
2014-10-03ShellPkg: Fix Meta Data misspellingJaben Carsey
2014-09-18Roll back check in r15180 which caused the shell always returns EFI_ABORTED n...Ruiyu Ni
2014-09-18ShellPkg: Fix the support for command line comments.Qiu Shumin
2014-09-17ShellPkg: Do TrimSpace again after StdIn, StdOut, and StdErr are set up.Ni Ruiyu
2014-09-10ShellPkg: Replace the usage of StrnCpy with CopyMem to avoid potential buffer...Qiu Shumin
2014-09-09ShellPkg: Replace assignment statement with 'StrnCpy' to append terminal NULL...Qiu Shumin
2014-09-05ShellPkg: Not add redundant quotes any longer to parameters with spaces.Jaben Carsey
2014-09-05ShellPkg: Refine the code style and comment.Qiu Shumin
2014-09-02ShellPkg: Refactor string manipulationJaben Carsey
2014-08-29ShellPkg: Remove 'STATIC' from function declarations to avoid source level de...Qiu Shumin
2014-08-21ShellPkg: leave quotes around paramsJaben Carsey
2014-08-21ShellPkg: Add support for UEFI Shell 2.1 spec command line commentsChris Phillips
2014-08-18ShellPkg: Fix EFI_SHELL_PROTOCOL to contain new members from UEFI Shell 2.1 specChris Phillips
2014-08-18ShellPkg: Fix comments. Refine code style. Qiu Shumin
2014-08-06Updates the UEFI Shell to produce the new protocol with additional 4 functions.Jaben Carsey