summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Application/Shell
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: Unregister hotkey callback when exiting ShellRuiyu Ni2016-07-291-1/+1
* ShellPkg: Fix a potential NULL pointer deference issueRuiyu Ni2016-07-251-2/+4
* ShellPkg: Move FindFirstCharacter/GetNextParameter to ShellCommandLibRuiyu Ni2016-07-254-258/+30
* ShellPkg/ShellProtocol.c: Handle memory allocation failureRuiyu Ni2016-07-252-33/+82
* ShellPkg/ShellAddEnvVarToList: Handle memory allocation failureRuiyu Ni2016-07-253-33/+43
* ShellPkg/IsVolatileEnv: Handle memory allocation failureRuiyu Ni2016-07-255-31/+56
* ShellPkg/Shell.c: Handle memory allocation failureRuiyu Ni2016-07-251-8/+19
* ShellPkg/App: Fix memory leak and save resources.Marvin H?user2016-07-131-2/+14
* ShellPkg: Also accept gEfiUnicodeCollation2ProtocolGuid for parsing.Marvin H?user2016-07-131-2/+9
* ShellPkg: Fix the incorrect behavior when pressing 'shift' key.Pedroa Liu2016-07-131-0/+6
* ShellPkg: Use a local variable to cache the pointer.Jaben Carsey2016-07-131-2/+4
* report line number for command errors in a script.Jaben Carsey2016-07-132-1/+6
* ShellPkg: Fix Shell treats every .EFI file as an executable application.Qiu Shumin2016-07-132-1/+19
* ShellPkg : Cache the environment variable into memory to enhanceQiu Shumin2016-07-134-45/+322
* ShellPkg: Update Guid/Protocol usages in INF files.Liming Gao2016-07-131-5/+5
* ShellPkg AARCH64: remove DEBUG BuildOptions overrideArd Biesheuvel2016-07-131-7/+0
* ShellPkg: Remove the unused local variable.Qiu Shumin2016-07-131-3/+0
* ShellPkg: Per UEFI Shell 2.2 SPEC to make Shell supports 'NoNesting'.Qiu Shumin2016-07-133-25/+162
* ShellPkg: Fix Shell ASSERT when read 'TAB' key fail from 'ConIn'.Qiu Shumin2016-07-131-2/+4
* ShellPkg: Use DOS format end of line.Qiu Shumin2016-07-131-7/+7
* ShellPkg: Increase reallocation size for temp memory filesJim_Dailey@Dell.com2016-07-131-4/+6
* ShellPkg: Do not write the UNICODE BOM on ConOut.Jim_Dailey@Dell.com2016-07-131-2/+4
* ShellPkg: Add FileSize member to shell memory file structure.Jim_Dailey@Dell.com2016-07-131-3/+6
* ShellPkg: Don't strip BOM when piping UCS2 data to a UEFI appJim_Dailey@Dell.com2016-07-131-11/+6
* ShellPkg: Support finding help message embedded in resource section.Qiu Shumin2016-07-133-17/+259
* ShellPkg: Do NULL pointer check before the pointer is used.Qiu Shumin2016-07-131-1/+5
* ShellPkg: Fix ASCII and UNICODE file pipes.jaben carsey2016-07-131-16/+30
* ShellPkg: Refine the code format.Qiu Shumin2015-12-251-2/+21
* ShellPkg: Fix memory leak in function 'EfiShellSetCurDir' and 'EfiShellSetMap'.Yao Jiewen2015-12-251-0/+9
* Subject: [PATCH 5/9] ShellPkg: Fix memory leak in function'ManBufferFindSecti...Qiu Shumin2015-12-251-0/+2
* ShellPkg: Fix memory leak in 'InternalShellExecuteDevicePath'.Yao Jiewen2015-12-251-0/+1
* ShellPkg: Fix the TAB-auto-completion memory leak.Qiu Shumin2015-12-251-0/+3
* ShellPkg: Fix memory leak when running Shell script.Qiu Shumin2015-12-252-0/+61
* ShellPkg: Refine the code logic of 'command history'.Qiu Shumin2015-12-252-13/+41
* ShellPkg: Fix memory leak in ShellProtocol.Qiu Shumin2015-12-251-0/+6
* ShellPkg: Fix memory leak in SimpleTextOutput on file.Qiu Shumin2015-12-251-1/+3
* ShellPkg: Fix unhandled value in switch statementPaulo Alcantara2015-12-181-0/+2
* ShellPkg: Ease the shell's MAN file Title Header syntax requirements.Jim Dailey2015-12-181-48/+150
* ShellPkg/Shell - Fix ASSERT() when FvSimpleFileSystemDxe is usedMichael Kinney2015-12-181-26/+25
* ShellPkg: Convert all .uni files to utf-8Jordan Justen2015-12-181-0/+0
* ShellPkg: fix RVCT warning due to CONST in typecast.Cohen Eugene2015-12-181-1/+1
* ShellPkg: Don't strip positional parameters of quotation marks.Qiu Shumin2015-12-185-48/+80
* ShellPkg: Refine code by initializing local variable and adding ASSERT statem...Qiu Shumin2015-12-181-0/+2
* ShellPkg: Fix 'EfiShellExecute' doesn't get command status correctly.Qiu Shumin2015-12-184-40/+125
* ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin2015-12-183-5/+14
* ShellPkg: Fix ASCII input redirection does not work correctly.Qiu Shumin2015-12-183-8/+39
* ShellPkg: Fix GCC build fail and code refine.Qiu Shumin2015-09-181-11/+23
* ShellPkg: Fix Shell fail when execute command in ShellProtocol.Execute().Yang Jadis2015-09-181-1/+1
* ShellPkg: Fix Shell does not support ASCII pipe(|a).Qiu Shumin2015-09-151-11/+25
* ShellPkg: Fix Shell fail with redundant space following delay number.Qiu Shumin2015-09-102-0/+12