summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Application/Shell
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg/redirection: Insert \xFEFF after converting ASCII to UnicodeRuiyu Ni2018-08-161-15/+31
* ShellPkg/set: Fix EfiShellSetEnv to use case sensitive compareRuiyu Ni2018-08-161-30/+9
* ShellPkg: Removing ipf which is no longer supported from edk2.chenc22018-06-291-2/+2
* ShellPkg: Clean up source filesLiming Gao2018-06-2812-217/+217
* ShellPkg/ConsoleLogger: Fix a typo in UpdateDisplayFromHistory()Hao Wu2018-03-041-2/+2
* ShellPkg/help: Fix "-?" may not show manual sometimesRuiyu Ni2018-02-132-254/+73
* ShellPkg: Fix the bug that handling Ctrl-C improperlyRuiyu Ni2017-11-291-6/+6
* ShellPkg/Shell: Check the OpenVolume result in OpenRootByHandle()Hao Wu2017-11-151-2/+7
* ShellPkg: Fix MSFT C4255 warningSong, BinX2017-11-142-0/+3
* ShellPkg: Fix misuses of AllocateCopyPoolJian J Wang2017-11-081-1/+3
* ShellPkg/Shell: Avoid reading content beyond string boundaryHao Wu2017-09-211-1/+2
* ShellPkg: Update CWD and current mapping when commands returnHuajing Li2017-08-301-1/+17
* ShellPkg: Rename gShellCurDir to gShellCurMappingHuajing Li2017-08-301-4/+4
* ShellPkg: Avoid buffer out-of-bound accessRuiyu Ni2017-07-281-1/+1
* ShellPkg/alias: Fix bug to support upper-case aliasRuiyu Ni2017-06-051-25/+25
* ShellPkg/Shell: eliminate double-free in RunSplitCommand()Laszlo Ersek2017-04-261-1/+0
* ShellPkg/Shell: clean up bogus member types in SPLIT_LISTLaszlo Ersek2017-04-262-8/+8
* ShellPkg: Fix Shell to not return without startup.nsh after timeoutRuiyu Ni2017-04-071-0/+5
* ShellPkg/Shell: Avoid potential null pointer deferenceRuiyu Ni2017-03-291-0/+6
* ShellPkg/Shell: Make comments align with the functionDandan Bi2017-03-281-2/+2
* ShellPkg: Add Shell invocation option '-exit'Chen A Chen2017-03-232-3/+3
* ShellPkg: Fix shell not able to run startup.nshChen A Chen2017-03-231-58/+56
* ShellPkg: add GUID declaration for FILE_GUID of UEFI Shell app to packageArd Biesheuvel2017-03-221-1/+1
* ShellPkg: Refine type cast for pointer subtractionHao Wu2017-03-061-3/+3
* ShellPkg/Shell: Add double quotes to args with white spaceMichael Kinney2017-01-111-9/+57
* ShellPkg: Fix a bug ">>v" cannot append data to environment variableChen A Chen2017-01-061-1/+5
* ShellPkg/Application: Fix ">v" cannot update environment variableChen A Chen2016-12-093-44/+142
* ShellPkg: Fix the coding style issueBi, Dandan2016-11-101-2/+2
* ShellPkg: Update sources to include MdePkg protocol definitionsRuiyu Ni2016-10-191-3/+2
* ShellPkg/Shell: fix CopyGuid() arg order in EfiShellGetGuidFromName()Laszlo Ersek2016-10-181-1/+1
* ShellPkg/Application: Remove unnecessary EFIAPIChen A Chen2016-10-0917-158/+4
* ShellPkg/Shell: Update CRC32 in the EFI System Table headerCinnamon Shia2016-10-031-0/+20
* ShellPkg: Expand special output file to include "NULL" and case insensitiveTapan Shah2016-09-222-3/+6
* ShellPkg: Fix the incorrect return status in function FindFiles()Dandan Bi2016-09-011-0/+4
* Revert "ShellPkg: Move FindFirstCharacter/GetNextParameter to ShellCommandLib"Ruiyu Ni2016-08-254-30/+258
* ShellPkg: Fix FindFiles() to handle "fsx:EFI\BOOT" pathRuiyu Ni2016-08-101-7/+6
* ShellPkg: TAB logic incorrectly shows files in CWD when typing \<TAB>Ruiyu Ni2016-08-101-2/+13
* ShellPkg: TAB logic incorrectly chops out fs0: when typing fs0:<TAB>Ruiyu Ni2016-08-101-127/+185
* 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-204-258/+30
* ShellPkg/ShellProtocol.c: Handle memory allocation failureRuiyu Ni2016-07-182-33/+82
* ShellPkg/ShellAddEnvVarToList: Handle memory allocation failureRuiyu Ni2016-07-183-33/+43
* ShellPkg/IsVolatileEnv: Handle memory allocation failureRuiyu Ni2016-07-185-31/+56
* ShellPkg/Shell.c: Handle memory allocation failureRuiyu Ni2016-07-181-8/+19
* ShellPkg/App: Fix memory leak and save resources.Marvin H?user2016-05-251-2/+14
* ShellPkg: Also accept gEfiUnicodeCollation2ProtocolGuid for parsing.Marvin H?user2016-05-201-2/+9
* ShellPkg: Fix the incorrect behavior when pressing 'shift' key.Pedroa Liu2016-05-181-0/+6
* ShellPkg: Use a local variable to cache the pointer.Jaben Carsey2016-05-131-2/+4
* report line number for command errors in a script.Jaben Carsey2016-05-122-1/+6