summaryrefslogtreecommitdiff
path: root/ShellPkg/Application/Shell/Shell.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04Renormalized end-of-lines from master@27b044605cd5f6b33a3d231576003850b3fe305btrunkkx1-3350/+3350
2023-10-17ShellPkg: Increase PcdShellPrintBufferSize from UINT16 to UINT32Giri Mudusuru1-2/+3
2023-04-03ShellPkg: Fix conditionally uninitialized variablesMichael Kubacki1-0/+1
2023-01-20ShellPkg: Export default shell delay as PCDTomas Pilar1-1/+1
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-1023/+1188
2020-02-11ShellPkg/Application: Fix various typosAntoine Coeur1-4/+4
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-02-22ShellPkg: add array index check for shell delay optionZhichao Gao1-2/+6
2018-11-05ShellPkg-ShellApp: Provide fully-qualified path to shell scriptsJim.Dailey@dell.com1-3/+23
2018-10-03ShellPkg: Create a homefilesystem environment variableJim.Dailey@dell.com1-0/+2
2018-09-07ShellPkg Shell: Remove an unused global variableshenglei1-3/+0
2018-09-06ShellPkg Shell: Remove redundant functionsshenglei1-29/+0
2018-06-28ShellPkg: Clean up source filesLiming Gao1-48/+48
2017-11-29ShellPkg: Fix the bug that handling Ctrl-C improperlyRuiyu Ni1-6/+6
2017-11-14ShellPkg: Fix MSFT C4255 warningSong, BinX1-0/+1
2017-11-08ShellPkg: Fix misuses of AllocateCopyPoolJian J Wang1-1/+3
2017-08-30ShellPkg: Update CWD and current mapping when commands returnHuajing Li1-1/+17
2017-04-26ShellPkg/Shell: eliminate double-free in RunSplitCommand()Laszlo Ersek1-1/+0
2017-04-26ShellPkg/Shell: clean up bogus member types in SPLIT_LISTLaszlo Ersek1-6/+6
2017-04-07ShellPkg: Fix Shell to not return without startup.nsh after timeoutRuiyu Ni1-0/+5
2017-03-29ShellPkg/Shell: Avoid potential null pointer deferenceRuiyu Ni1-0/+6
2017-03-28ShellPkg/Shell: Make comments align with the functionDandan Bi1-2/+2
2017-03-23ShellPkg: Add Shell invocation option '-exit'Chen A Chen1-1/+1
2017-03-23ShellPkg: Fix shell not able to run startup.nshChen A Chen1-58/+56
2017-01-11ShellPkg/Shell: Add double quotes to args with white spaceMichael Kinney1-9/+57
2016-10-09ShellPkg/Application: Remove unnecessary EFIAPIChen A Chen1-36/+0
2016-08-25Revert "ShellPkg: Move FindFirstCharacter/GetNextParameter to ShellCommandLib"Ruiyu Ni1-28/+53
2016-07-29ShellPkg: Unregister hotkey callback when exiting ShellRuiyu Ni1-1/+1
2016-07-20ShellPkg: Move FindFirstCharacter/GetNextParameter to ShellCommandLibRuiyu Ni1-53/+28
2016-07-18ShellPkg/Shell.c: Handle memory allocation failureRuiyu Ni1-8/+19
2016-05-25ShellPkg/App: Fix memory leak and save resources.Marvin H?user1-2/+14
2016-05-20ShellPkg: Also accept gEfiUnicodeCollation2ProtocolGuid for parsing.Marvin H?user1-2/+9
2016-05-13ShellPkg: Use a local variable to cache the pointer.Jaben Carsey1-2/+4
2016-05-12report line number for command errors in a script.Jaben Carsey1-1/+5
2016-04-15ShellPkg : Cache the environment variable into memory to enhanceQiu Shumin1-0/+4
2016-03-16ShellPkg: Per UEFI Shell 2.2 SPEC to make Shell supports 'NoNesting'.Qiu Shumin1-3/+38
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 Shumin1-0/+38
2015-12-24ShellPkg: Refine the code logic of 'command history'.Qiu Shumin1-1/+28
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 Shumin1-15/+15
2015-10-26ShellPkg: Fix 'EfiShellExecute' doesn't get command status correctly.Qiu Shumin1-12/+57
2015-09-15ShellPkg: Fix Shell does not support ASCII pipe(|a).Qiu Shumin1-11/+25
2015-07-09ShellPkg: Refine code to use Strn**S safe functions instead of Str**S ones in...Qiu Shumin1-31/+36
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin1-15/+35
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 Peterson1-27/+27
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 Shah1-1/+1
2015-02-04ShellPkg: Revert 16720 and 16734. Jaben Carsey1-7/+6