summaryrefslogtreecommitdiff
path: root/ShellPkg/Application
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-21ShellPkg: leave quotes around paramsJaben Carsey1-1/+5
2014-08-21ShellPkg: Add support for UEFI Shell 2.1 spec command line commentsChris Phillips1-0/+18
2014-08-18ShellPkg: Fix EFI_SHELL_PROTOCOL to contain new members from UEFI Shell 2.1 specChris Phillips3-8/+11
2014-08-18ShellPkg: Fix comments. Refine code style. Qiu Shumin1-3/+3
2014-08-06Updates the UEFI Shell to produce the new protocol with additional 4 functions.Jaben Carsey3-38/+182
2014-07-31ShellPkg: UpdateStdInStdOutStdErr(): append BOM to new unicode fileLaszlo Ersek1-4/+10
2014-07-31ShellPkg: UpdateStdInStdOutStdErr(): extract WriteFileTag()Laszlo Ersek1-15/+33
2014-07-29Update code to support VS2013 tool chain.Eric Dong1-0/+3
2014-06-26Refine code to make it more safely.Eric Dong2-0/+3
2014-05-22ShellPkg: replace unrecognized Environment Variables with empty quotes so com...Jaben Carsey1-5/+5
2014-05-22Update the comments for function 'InternalShellExecuteDevicePath' in ShellPro...Qiu Shumin2-25/+27
2014-05-13ShellPkg: Do not mix status when executing a commandOlivier Martin3-7/+14
2014-04-11ShellPkg: Fix using root of driveJaben Carsey1-1/+3
2014-04-04ShellPkg: Fix command-line parsing to start with Argv[0] when comparing passe...Chris Phillips1-3/+14
2014-03-31ShellPkg: Allow opening of root drive nodesJaben Carsey1-18/+33
2014-03-31ShellPkg: Fix potential memory leak when failing to fully create a structureJaben Carsey1-3/+25
2014-03-27ShellPkg: Fix file system change issue that results in ASSERTChris Phillips1-2/+2
2014-03-07 1.Add code to check the pointer 'CorrectedPath' in Ls.c line 460 before ref...Shumin Qiu1-2/+6
2014-02-28Convert the value from 'int' to 'CHAR16' to match the type of variable in She...Shumin Qiu1-1/+1
2014-02-26ShellPkg/ShellProtocol.c: Fix case sensitivity in GetAlias and SetAliasBrendan Jackman1-15/+63
2014-02-12ShellPkg: refactor elimination of non-replaced environment variablesJaben Carsey1-34/+108