summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLevel1CommandsLib
AgeCommit message (Expand)AuthorFilesLines
2023-12-08ShellPkg: Fix typosPage Chen2-3/+3
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki8-942/+1085
2019-10-09ShellPkg: stop using EFI_HANDLE in place of EFI_HII_HANDLELaszlo Ersek2-2/+2
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney10-69/+10
2018-06-28ShellPkg: Clean up source filesLiming Gao7-163/+163
2018-02-06ShellPkg/for: Fix potential null pointer deferenceRuiyu Ni1-2/+4
2016-10-19ShellPkg: Update sources to include MdePkg protocol definitionsRuiyu Ni1-4/+3
2016-10-09ShellPkg/UefiShellLevel1CommandsLib: Remove unnecessary EFIAPIChen A Chen4-14/+0
2016-07-25ShellPkg/If: Fix issue to pass static code checkerRuiyu Ni1-0/+1
2016-07-18ShellPkg/If: Handle memory allocation failureRuiyu Ni1-42/+53
2016-07-18ShellPkg/For: Handle memory allocation failureRuiyu Ni1-3/+9
2016-06-30ShellPkg: don't call functions with side effects in ASSERT_EFI_ERROR()Laszlo Ersek1-2/+8
2015-12-09ShellPkg: Convert all .uni files to utf-8Jordan Justen1-0/+0
2015-09-09ShellPkg: Fix 'for' command fail with multiple fields.Qiu Shumin1-0/+5
2015-08-25ShellPkg: use UEFI_APPLICATION module type for Shell componentsArd Biesheuvel1-1/+1
2015-02-04ShellPkg: Standardized HP Copyright Message StringTapan Shah8-7/+7
2015-02-03ShellPkg: Update Level1 profile commands response outputTapan Shah7-24/+29
2015-01-22ShellPkg: Refine the fomat in INF/DEC files to follow spec.Qiu Shumin1-3/+3
2015-01-13MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ...Daryl McDaniel2-3/+1
2014-09-17ShellPkg: Remove redundant quotes for command 'FOR' in Shell.Qiu Shumin1-9/+11
2014-08-29Cleanup UefiShellLevel1CommandsLib commands help output string to :Tapan Shah1-0/+0
2014-08-04Update the en-US definition in 'UefiShellInstall1CommandsLib.uni', 'UefiShell...Qiu Shumin1-0/+0
2014-06-26Refine code to make it more safely.Eric Dong1-22/+9
2014-02-05ShellPkg: patch to the "for" command when used with "in" iterating files in a...Leandro G. Biss Becker1-2/+4
2013-12-17ShellPkg: Fix "for" command statement initialization.Jaben Carsey1-6/+2
2013-11-15ShellPkg: "For Run" fix for spaces between numeralsJaben Carsey1-6/+29
2013-11-15ShellPkg: Skip leading tabs when processing command line and scriptsChris Phillips2-3/+13
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni1-2/+1
2013-06-11ShellPkg: Fix ARM build errors.jcarsey1-6/+0
2013-05-07ShellPkg: Fixed build error 'variable set but not used'jcarsey1-4/+1
2012-12-13ShellPkg: Updates to 'help' commandjcarsey1-0/+0
2012-06-12ShellPkg: Fix en-US characters that are outside the Basic Latin character set...jcarsey1-0/+0
2012-01-05ShellPkg: fix For command parsing list of values.jcarsey1-5/+3
2011-11-17ShellPkg: Update the ‘for’ command to check number length correctly with ...jcarsey1-1/+1
2011-10-14ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey3-137/+155
2011-09-21Clean up the private GUID definition in module Level.lgao43-6/+5
2011-09-15ShellPkg: Eliminate loss of high bits in return value from exit command on 64...jcarsey1-4/+4
2011-09-02Refine comments and two code style.ydong104-49/+49
2011-06-30This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey2-4/+3
2011-06-30add fixes for code verification happyness.jcarsey1-0/+4
2011-05-16add support to easily remove profiles and shell levels. the libraries will n...jcarsey1-1/+1
2011-04-07ShellParametersProtocol - remove parsing from within quoted parameters.jcarsey1-5/+10
2011-04-05add comments to function declarations and definitions and updated to match co...jcarsey1-1/+1
2011-04-04check memory allocations for success.jcarsey1-1/+3
2011-04-01Comment's added and fixed.jcarsey3-37/+139
2011-03-30pointer verification (not NULL) and buffer overrun fixes.jcarsey3-8/+87
2011-03-25Updating level 1 commands.jcarsey8-136/+414
2010-10-04Verify memory allocations were successful.jcarsey1-1/+8
2010-10-04change the en-dash to the standard dash character.jcarsey1-0/+0
2010-09-20ShellPkg: Fix "unreachable code" warning with VS2005jljusten1-2/+0