summaryrefslogtreecommitdiff
path: root/ShellPkg/Application/Shell
AgeCommit message (Expand)AuthorFilesLines
2015-12-25ShellPkg: Fix memory leak in function 'EfiShellSetCurDir' and 'EfiShellSetMap'.Yao Jiewen1-0/+9
2015-12-25Subject: [PATCH 5/9] ShellPkg: Fix memory leak in function'ManBufferFindSecti...Qiu Shumin1-0/+2
2015-12-24ShellPkg: Fix memory leak in 'InternalShellExecuteDevicePath'.Yao Jiewen1-0/+1
2015-12-24ShellPkg: Fix the TAB-auto-completion memory leak.Qiu Shumin1-0/+3
2015-12-24ShellPkg: Fix memory leak when running Shell script.Qiu Shumin2-0/+61
2015-12-24ShellPkg: Refine the code logic of 'command history'.Qiu Shumin2-13/+41
2015-12-23ShellPkg: Fix memory leak in ShellProtocol.Qiu Shumin1-0/+6
2015-12-23ShellPkg: Fix memory leak in SimpleTextOutput on file.Qiu Shumin1-1/+3
2015-12-21ShellPkg: Refine the code format.Qiu Shumin1-2/+21
2015-12-16ShellPkg: Fix unhandled value in switch statementPaulo Alcantara1-0/+2
2015-12-16ShellPkg: Ease the shell's MAN file Title Header syntax requirements.Jim Dailey1-48/+150
2015-12-12ShellPkg/Shell - Fix ASSERT() when FvSimpleFileSystemDxe is usedMichael Kinney1-26/+25
2015-12-10ShellPkg: Convert all .uni files to utf-8Jordan Justen1-0/+0
2015-11-26ShellPkg: fix RVCT warning due to CONST in typecast.Cohen Eugene1-1/+1
2015-11-09ShellPkg: Don't strip positional parameters of quotation marks.Qiu Shumin5-48/+80
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-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-07Shellpkg: Fix spelling errors in Shell.c/Shell.h commentsJoe Peterson2-36/+36
2015-02-07ShellPkg: command help with -? flag is not working and it gives too many argu...Jaben Carsey1-4/+2
2015-02-05ShellPkg: 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-03ShellPkg: 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