summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-88/+89
2019-10-09ShellPkg: stop using EFI_HANDLE in place of EFI_HII_HANDLELaszlo Ersek1-1/+1
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28ShellPkg: Clean up source filesLiming Gao1-5/+5
2018-01-29ShellPkg/Level2Command: Use UnicodeCollation in StrinCmpRuiyu Ni1-31/+34
2018-01-08ShellPkg/UefiShellLevel2CommandsLib: add missing EFIAPI call conv specLaszlo Ersek1-1/+2
2016-11-15ShellPkg: Fix typos in comments and variablesGary Lin1-1/+1
2016-10-09ShellPkg/UefiShellLevel2CommandsLib: Remove unnecessary EFIAPIChen A Chen1-5/+0
2015-10-23ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin1-1/+2
2014-09-17ShellPkg: Remove redundant quotes in file path string for Shell command param...Qiu Shumin1-0/+39
2014-08-29Add new aliases called ‘move’ and ‘mount’ for ‘mv’ and ‘map’ ...Tapan Shah1-0/+2
2014-08-28ShellPkg: Fix ‘ren’ alias for ‘mv’ command.Tapan Shah1-2/+2
2014-02-11ShellPkg: Prevent "set" command from updating %lasterror%Jaben Carsey1-2/+2
2011-10-18Fix a code typo.ydong101-1/+1
2011-10-17ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey1-2/+6
2011-10-14ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey1-0/+4
2011-09-21Clean up the private GUID definition in module Level.lgao41-4/+0
2011-06-30This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey1-1/+1
2011-05-16add support to easily remove profiles and shell levels. the libraries will n...jcarsey1-1/+1
2011-04-13move a function to the correct library.jcarsey1-48/+1
2011-03-25Cd - add more input verification.jcarsey1-3/+26
2010-09-14udk2010.up2.shell initial release.jcarsey1-0/+329