summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Application/Shell/Shell.c
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: Export default shell delay as PCDTomas Pilar2023-01-201-1/+1
* ShellPkg: Apply uncrustify changesMichael Kubacki2021-12-071-1023/+1188
* ShellPkg/Application: Fix various typosAntoine Coeur2020-02-101-4/+4
* ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* ShellPkg: add array index check for shell delay optionZhichao Gao2019-02-221-2/+6
* ShellPkg-ShellApp: Provide fully-qualified path to shell scriptsJim.Dailey@dell.com2018-11-051-3/+23
* ShellPkg: Create a homefilesystem environment variableJim.Dailey@dell.com2018-10-031-0/+2
* ShellPkg Shell: Remove an unused global variableshenglei2018-09-071-3/+0
* ShellPkg Shell: Remove redundant functionsshenglei2018-09-061-29/+0
* ShellPkg: Clean up source filesLiming Gao2018-06-281-48/+48
* ShellPkg: Fix the bug that handling Ctrl-C improperlyRuiyu Ni2017-11-291-6/+6
* ShellPkg: Fix MSFT C4255 warningSong, BinX2017-11-141-0/+1
* ShellPkg: Fix misuses of AllocateCopyPoolJian J Wang2017-11-081-1/+3
* ShellPkg: Update CWD and current mapping when commands returnHuajing Li2017-08-301-1/+17
* 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-261-6/+6
* 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-231-1/+1
* ShellPkg: Fix shell not able to run startup.nshChen A Chen2017-03-231-58/+56
* ShellPkg/Shell: Add double quotes to args with white spaceMichael Kinney2017-01-111-9/+57
* ShellPkg/Application: Remove unnecessary EFIAPIChen A Chen2016-10-091-36/+0
* Revert "ShellPkg: Move FindFirstCharacter/GetNextParameter to ShellCommandLib"Ruiyu Ni2016-08-251-28/+53
* ShellPkg: Unregister hotkey callback when exiting ShellRuiyu Ni2016-07-291-1/+1
* ShellPkg: Move FindFirstCharacter/GetNextParameter to ShellCommandLibRuiyu Ni2016-07-201-53/+28
* 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: 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-121-1/+5
* ShellPkg : Cache the environment variable into memory to enhanceQiu Shumin2016-04-151-0/+4
* ShellPkg: Per UEFI Shell 2.2 SPEC to make Shell supports 'NoNesting'.Qiu Shumin2016-03-161-3/+38
* ShellPkg: Fix the TAB-auto-completion memory leak.Qiu Shumin2015-12-241-0/+3
* ShellPkg: Fix memory leak when running Shell script.Qiu Shumin2015-12-241-0/+38
* ShellPkg: Refine the code logic of 'command history'.Qiu Shumin2015-12-241-1/+28
* ShellPkg: fix RVCT warning due to CONST in typecast.Cohen Eugene2015-11-261-1/+1
* ShellPkg: Don't strip positional parameters of quotation marks.Qiu Shumin2015-11-091-15/+15
* ShellPkg: Fix 'EfiShellExecute' doesn't get command status correctly.Qiu Shumin2015-10-261-12/+57
* ShellPkg: Fix Shell does not support ASCII pipe(|a).Qiu Shumin2015-09-151-11/+25
* ShellPkg: Refine code to use Strn**S safe functions instead of Str**S ones in...Qiu Shumin2015-07-091-31/+36
* ShellPkg: Use safe string functions to refine code.Qiu Shumin2015-06-301-15/+35
* ShellPkg: Added newline at the end of source filesOlivier Martin2015-04-021-1/+1
* Shellpkg: Fix spelling errors in Shell.c/Shell.h commentsJoe Peterson2015-02-061-27/+27
* 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-041-1/+1
* 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-041-1/+1