summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-26ShellPkg: Fix bad TimeZone (TZ) conversion.Andrew Fish1-1/+1
2015-07-08ShellPkg: Fix typo of 'determines' in ShellPkg.Bruce Cran1-1/+1
2015-07-01ShellPkg: Refine the code logic of mv.c.Qiu Shumin1-3/+5
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin4-35/+38
2015-06-09ShellPkg: Fix the Non-ASCII char and do code refine.Qiu Shumin1-2/+2
2015-06-03ShellPkg: Handle escape characters properly for parse commandTapan Shah1-2/+52
2015-06-03ShellPkg: Add pipe support for parse commandTapan Shah1-16/+210
2015-05-11ShellPkg: Fix buffer overflow issue in 'map' command.Qiu Shumin1-4/+20
2015-04-15ShellPkg/UefiShellLevel2CommandsLib: Handle the returned errorOlivier Martin2-2/+5
2015-04-07ShellPkg: fix mv and cp command related issuesTapan Shah3-14/+31
2015-03-09ShellPkg: Help and Error Messages UpdateTapan Shah1-0/+0
2015-02-04ShellPkg: Standardized HP Copyright Message StringTapan Shah15-14/+14
2015-02-03ShellPkg: Update Level2 profile commands response outputTapan Shah15-150/+158