summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib
AgeCommit message (Expand)AuthorFilesLines
2023-12-18ShellPkg: Tidy for code readabilityDaniel Nguyen1-19/+24
2023-12-08ShellPkg: Fix typosPage Chen8-16/+16
2023-03-13ShellPkg/Library: Fix 32-bit truncation of pointer valuesMichael D Kinney1-2/+1
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki16-2432/+2725
2021-01-19ShellPkg/Ls: sort output by FileName in non-SFO modeLaszlo Ersek1-0/+14
2020-08-19ShellPkg: Fix spelling mistake for occurredMichael D Kinney2-2/+2
2020-06-18ShellPkg: Update timezone of 3 citiesDorapika Wu1-6/+6
2019-11-04ShellPkg/Ls: Return empty content for all empty foldersMarvin Haeuser1-5/+28
2019-11-04ShellPkg/Ls: Consider UEFI timezone may not be setMarvin Haeuser1-1/+1
2019-10-09ShellPkg: stop taking EFI_HANDLE in place of SHELL_FILE_HANDLELaszlo Ersek1-1/+1
2019-10-09ShellPkg: stop using EFI_HANDLE in place of EFI_HII_HANDLELaszlo Ersek2-2/+2
2019-09-25ShellPkg: Unload image on EFI_SECURITY_VIOLATIONDandan Bi1-1/+10
2019-08-12ShellPkg/UefiShellLevel2CommansLib: Pointer Resonse should be checkedGao, Zhichao2-2/+8
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney18-125/+18
2018-10-12ShellPkg-Cd: Ensure all valid cd targets are handled properlyJim.Dailey@dell.com1-4/+4
2018-06-29ShellPkg: Removing ipf which is no longer supported from edk2.chenc21-2/+2
2018-06-28ShellPkg: Clean up source filesLiming Gao17-200/+200
2018-02-09ShellPkg/rm: fix hang when deleting an absolutely-empty directoryRuiyu Ni1-3/+4
2018-02-06ShellPkg/map: Fix out-of-bound read when "map fsn"Ruiyu Ni1-6/+12
2018-01-29ShellPkg/Level2Command: Use UnicodeCollation in StrinCmpRuiyu Ni5-45/+49
2018-01-08ShellPkg/UefiShellLevel2CommandsLib: add missing EFIAPI call conv specLaszlo Ersek1-1/+2
2017-08-21ShellPkg/mkdir: support creating nested directoriesHuajing Li1-8/+46
2017-08-21Shell/mkdir: Modify the help content to align to spec.Huajing Li1-9/+6
2017-07-26ShellPkg/map: Recognize CDROM changeRuiyu Ni1-1/+53
2017-07-26ShellPkg/ls: Display the file time in local time.Li Huajing1-1/+117
2017-06-07ShellPkg/parse: Handle Unicode stream from pipe correctlyRuiyu Ni1-142/+3
2017-03-06ShellPkg: Refine type cast for pointer subtractionHao Wu1-2/+2
2017-02-03ShellPkg/cd: Do not print the destination dir when CD exitsRuiyu Ni1-3/+1
2016-12-29ShellPkg/cd: Fix "cd" to support "fs0:dir" (no slash after ':')Ruiyu Ni1-176/+241
2016-12-05ShellPkg/MV: Fix MV to deny moving parent of current directoryChen A Chen1-6/+75
2016-11-15ShellPkg: Fix typos in comments and variablesGary Lin1-1/+1
2016-11-07ShellPkg/reset: Support "-fwui" flagChen A Chen2-5/+44
2016-10-27ShellPkg/UefiShellLevel2CommandsLib: rebase to ARRAY_SIZE()Laszlo Ersek1-1/+1
2016-10-19ShellPkg: Update sources to include MdePkg protocol definitionsRuiyu Ni1-4/+3
2016-10-12ShellPkg:?cd \? command fails to go back to the root directory of a file systemTapan Shah1-1/+11
2016-10-09ShellPkg/UefiShellLevel2CommandsLib: Remove unnecessary EFIAPIChen A Chen12-53/+0
2016-08-17ShellPkg/Ls: Handle the case when SearchString is NULLRuiyu Ni1-0/+5
2016-08-10ShellPkg/ls: Display the correct directory pathRuiyu Ni1-0/+1
2016-08-10ShellPkg/ls: Fix to support "ls fs0:File.txt"Ruiyu Ni1-5/+4
2016-07-18ShellPkg/Mv: Handle memory allocation failureRuiyu Ni1-5/+9
2016-07-18ShellPkg/Cp: Handle memory allocation failureRuiyu Ni1-6/+13
2016-07-18ShellPkg/Cd: Handle memory allocation failureRuiyu Ni1-13/+21
2016-04-13ShellPkg: Update Guid/Protocol usages in INF files.Liming Gao1-2/+2
2016-04-11ShellPkg: Fix Shell ASSERT when mv file with cwd is NULL.Qiu Shumin1-13/+16
2016-01-07ShellPkg: Clean-up 'map' command error message handlingTapan Shah1-41/+40
2016-01-06ShellPkg: Fix Shell assert when mv a file to a NULL target.Qiu Shumin1-2/+2
2015-12-09ShellPkg: Convert all .uni files to utf-8Jordan Justen1-0/+0
2015-10-23ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin6-13/+67
2015-10-10ShellPkg: Print error message when Shell set environment variable fail.Qiu Shumin2-1/+6
2015-08-25ShellPkg: use UEFI_APPLICATION module type for Shell componentsArd Biesheuvel1-1/+1