summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg/Ls: sort output by FileName in non-SFO modeLaszlo Ersek2021-01-191-0/+14
* ShellPkg: Fix spelling mistake for occurredMichael D Kinney2020-08-192-2/+2
* ShellPkg: Update timezone of 3 citiesDorapika Wu2020-06-181-6/+6
* ShellPkg/Ls: Return empty content for all empty foldersMarvin Haeuser2019-11-041-5/+28
* ShellPkg/Ls: Consider UEFI timezone may not be setMarvin Haeuser2019-11-041-1/+1
* ShellPkg: stop taking EFI_HANDLE in place of SHELL_FILE_HANDLELaszlo Ersek2019-10-091-1/+1
* ShellPkg: stop using EFI_HANDLE in place of EFI_HII_HANDLELaszlo Ersek2019-10-092-2/+2
* ShellPkg: Unload image on EFI_SECURITY_VIOLATIONDandan Bi2019-09-251-1/+10
* ShellPkg/UefiShellLevel2CommansLib: Pointer Resonse should be checkedGao, Zhichao2019-08-122-2/+8
* ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0918-125/+18
* ShellPkg-Cd: Ensure all valid cd targets are handled properlyJim.Dailey@dell.com2018-10-121-4/+4
* ShellPkg: Removing ipf which is no longer supported from edk2.chenc22018-06-291-2/+2
* ShellPkg: Clean up source filesLiming Gao2018-06-2817-200/+200
* ShellPkg/rm: fix hang when deleting an absolutely-empty directoryRuiyu Ni2018-02-091-3/+4
* ShellPkg/map: Fix out-of-bound read when "map fsn"Ruiyu Ni2018-02-061-6/+12
* ShellPkg/Level2Command: Use UnicodeCollation in StrinCmpRuiyu Ni2018-01-295-45/+49
* ShellPkg/UefiShellLevel2CommandsLib: add missing EFIAPI call conv specLaszlo Ersek2018-01-081-1/+2
* ShellPkg/mkdir: support creating nested directoriesHuajing Li2017-08-211-8/+46
* Shell/mkdir: Modify the help content to align to spec.Huajing Li2017-08-211-9/+6
* ShellPkg/map: Recognize CDROM changeRuiyu Ni2017-07-261-1/+53
* ShellPkg/ls: Display the file time in local time.Li Huajing2017-07-261-1/+117
* ShellPkg/parse: Handle Unicode stream from pipe correctlyRuiyu Ni2017-06-071-142/+3
* ShellPkg: Refine type cast for pointer subtractionHao Wu2017-03-061-2/+2
* ShellPkg/cd: Do not print the destination dir when CD exitsRuiyu Ni2017-02-031-3/+1
* ShellPkg/cd: Fix "cd" to support "fs0:dir" (no slash after ':')Ruiyu Ni2016-12-291-176/+241
* ShellPkg/MV: Fix MV to deny moving parent of current directoryChen A Chen2016-12-051-6/+75
* ShellPkg: Fix typos in comments and variablesGary Lin2016-11-151-1/+1
* ShellPkg/reset: Support "-fwui" flagChen A Chen2016-11-072-5/+44
* ShellPkg/UefiShellLevel2CommandsLib: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-271-1/+1
* ShellPkg: Update sources to include MdePkg protocol definitionsRuiyu Ni2016-10-191-4/+3
* ShellPkg:?cd \? command fails to go back to the root directory of a file systemTapan Shah2016-10-121-1/+11
* ShellPkg/UefiShellLevel2CommandsLib: Remove unnecessary EFIAPIChen A Chen2016-10-0912-53/+0
* ShellPkg/Ls: Handle the case when SearchString is NULLRuiyu Ni2016-08-171-0/+5
* ShellPkg/ls: Display the correct directory pathRuiyu Ni2016-08-101-0/+1
* ShellPkg/ls: Fix to support "ls fs0:File.txt"Ruiyu Ni2016-08-101-5/+4
* ShellPkg/Mv: Handle memory allocation failureRuiyu Ni2016-07-181-5/+9
* ShellPkg/Cp: Handle memory allocation failureRuiyu Ni2016-07-181-6/+13
* ShellPkg/Cd: Handle memory allocation failureRuiyu Ni2016-07-181-13/+21
* ShellPkg: Update Guid/Protocol usages in INF files.Liming Gao2016-04-131-2/+2
* ShellPkg: Fix Shell ASSERT when mv file with cwd is NULL.Qiu Shumin2016-04-111-13/+16
* ShellPkg: Clean-up 'map' command error message handlingTapan Shah2016-01-071-41/+40
* ShellPkg: Fix Shell assert when mv a file to a NULL target.Qiu Shumin2016-01-061-2/+2
* ShellPkg: Convert all .uni files to utf-8Jordan Justen2015-12-091-0/+0
* ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin2015-10-236-13/+67
* ShellPkg: Print error message when Shell set environment variable fail.Qiu Shumin2015-10-102-1/+6
* ShellPkg: use UEFI_APPLICATION module type for Shell componentsArd Biesheuvel2015-08-251-1/+1
* ShellPkg: Fix bad TimeZone (TZ) conversion.Andrew Fish2015-07-261-1/+1
* ShellPkg: Fix typo of 'determines' in ShellPkg.Bruce Cran2015-07-081-1/+1
* ShellPkg: Refine the code logic of mv.c.Qiu Shumin2015-07-011-3/+5
* ShellPkg: Use safe string functions to refine code.Qiu Shumin2015-06-304-35/+38