summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Application
Commit message (Expand)AuthorAgeFilesLines
* Shellpkg: Fix spelling errors in Shell.c/Shell.h commentsJoe Peterson2015-02-062-36/+36
* 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-0411-10/+10
* 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-042-2/+2
* ShellPkg: Update Shell.uni file with a better general command response output.Tapan Shah2015-02-031-0/+0
* 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: Fix typos.Qiu Shumin2015-02-021-2/+2
* ShellPkg: Refactor quote and escape search to use new functionJaben Carsey2015-01-301-73/+24
* ShellPkg: Refactor Split search to generic functionJaben Carsey2015-01-302-31/+56
* ShellPkg: refine command line parsingJaben Carsey2015-01-273-119/+214
* ShellPkg: Always remove non-defined environment variableJaben Carsey2015-01-271-11/+10
* ShellPkg: Refine the fomat in INF/DEC files to follow spec.Qiu Shumin2015-01-221-30/+30
* MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ...Daryl McDaniel2015-01-133-4/+3
* 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
* ShellPkg: Fix Meta Data misspellingJaben Carsey2014-10-031-29/+29
* Roll back check in r15180 which caused the shell always returns EFI_ABORTED n...Ruiyu Ni2014-09-184-242/+59
* ShellPkg: Fix the support for command line comments.Qiu Shumin2014-09-182-7/+38
* ShellPkg: Do TrimSpace again after StdIn, StdOut, and StdErr are set up.Ni Ruiyu2014-09-171-0/+1
* ShellPkg: Replace the usage of StrnCpy with CopyMem to avoid potential buffer...Qiu Shumin2014-09-101-3/+5
* ShellPkg: Replace assignment statement with 'StrnCpy' to append terminal NULL...Qiu Shumin2014-09-091-1/+1
* ShellPkg: Not add redundant quotes any longer to parameters with spaces.Jaben Carsey2014-09-051-10/+10
* ShellPkg: Refine the code style and comment.Qiu Shumin2014-09-053-2/+3
* ShellPkg: Refactor string manipulationJaben Carsey2014-09-027-98/+115
* ShellPkg: Remove 'STATIC' from function declarations to avoid source level de...Qiu Shumin2014-08-292-2/+1
* ShellPkg: leave quotes around paramsJaben Carsey2014-08-211-1/+5
* ShellPkg: Add support for UEFI Shell 2.1 spec command line commentsChris Phillips2014-08-211-0/+18
* ShellPkg: Fix EFI_SHELL_PROTOCOL to contain new members from UEFI Shell 2.1 specChris Phillips2014-08-183-8/+11
* 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-063-38/+182
* ShellPkg: UpdateStdInStdOutStdErr(): append BOM to new unicode fileLaszlo Ersek2014-07-311-4/+10
* ShellPkg: UpdateStdInStdOutStdErr(): extract WriteFileTag()Laszlo Ersek2014-07-311-15/+33
* Update code to support VS2013 tool chain.Eric Dong2014-07-291-0/+3
* Refine code to make it more safely.Eric Dong2014-06-262-0/+3
* ShellPkg: replace unrecognized Environment Variables with empty quotes so com...Jaben Carsey2014-05-221-5/+5
* Update the comments for function 'InternalShellExecuteDevicePath' in ShellPro...Qiu Shumin2014-05-222-25/+27
* ShellPkg: Do not mix status when executing a commandOlivier Martin2014-05-133-7/+14
* ShellPkg: Fix using root of driveJaben Carsey2014-04-111-1/+3
* ShellPkg: Fix command-line parsing to start with Argv[0] when comparing passe...Chris Phillips2014-04-041-3/+14
* 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
* ShellPkg: Fix file system change issue that results in ASSERTChris Phillips2014-03-271-2/+2
* 1.Add code to check the pointer 'CorrectedPath' in Ls.c line 460 before ref...Shumin Qiu2014-03-071-2/+6
* Convert the value from 'int' to 'CHAR16' to match the type of variable in She...Shumin Qiu2014-02-281-1/+1
* ShellPkg/ShellProtocol.c: Fix case sensitivity in GetAlias and SetAliasBrendan Jackman2014-02-261-15/+63
* ShellPkg: refactor elimination of non-replaced environment variablesJaben Carsey2014-02-121-34/+108