summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Application
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add code to check whether the pointer 'PathForReturn' in ShellProtocol.c is N...Shumin Qiu2014-02-121-1/+3
* ShellPkg: Fix changing to file system with 2 colons like "fs0::"Jaben Carsey2014-02-111-2/+4
* ShellPkg: Fix uninitialized Variable errorJaben Carsey2014-02-111-1/+1
* ShellPkg: InternalShellExecuteDevicePath: avoid memory leaksBrendan Jackman2014-02-111-20/+22
* ShellPkg: Make Argv[0] the full file path of the commandBrendan Jackman2014-02-111-0/+36
* ShellPkg: Error out when ProcessCommandLine failsBrendan Jackman2014-02-111-1/+4
* ShellPkg: Fixed Memory leak in UefiMain()Brendan Jackman2014-02-111-21/+27
* ShellPkg: Manually parse parametersBrendan Jackman2014-02-111-93/+155
* Add initializing code for local variable 'CalleeExitStatus' and 'ExitStatus' ...Shumin Qiu2014-01-281-1/+14
* 1. Fix several comments in function headers for 'ShellProtocol.c', 'ShellProt...Shumin Qiu2014-01-283-4/+3
* ShellPkg/ShellProtocol.c: Don't put consective "\"s in file pathsBrendan Jackman2014-01-241-1/+12
* ShellPkg/ShellProtocol.c: Don't overwrite Status in InternalShellExecuteDevic...Brendan Jackman2014-01-241-5/+17
* ShellPkg/Shell: Fix reporting of exit status in ShellProtocol.ExecuteBrendan Jackman2014-01-244-64/+236
* Update the comments in function headers to follow Doxygen special documentati...Shumin Qiu2014-01-231-0/+4
* Fix CRLF formatTian, Hot2014-01-222-397/+397
* ShellPkg: Change StdIn redirectionJaben Carsey2014-01-171-16/+37
* ShellPkg: Return the failureJaben Carsey2014-01-161-2/+2