summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib
AgeCommit message (Expand)AuthorFilesLines
2025-12-03ShellPkg/Mv: Harden and optimize trailing-slash trimmingMingjie Shen1-4/+12
2025-12-02ShellPkg/UefiShellLevel2: Fix CodeQl issuesPierre Gondois1-28/+31
2025-12-02ShellPkg/UefiShellLevel2/Ls: Remove ShellStatus check in MainCmdLs()Pierre Gondois1-5/+0
2025-12-02ShellPkg/UefiShellLevel2/Ls: Bail out early in MainCmdLs()Pierre Gondois1-36/+36
2025-12-02ShellPkg/UefiShellLevel2/Ls: Flatten MainCmdLs()Pierre Gondois1-87/+92
2025-12-02ShellPkg/UefiShellLevel2: Lower indentation level in MainCmdXXX()Pierre Gondois11-1053/+1062
2025-12-02ShellPkg/UefiShellLevel2: Extract MainCmdXXX() functionPierre Gondois14-627/+951
2025-12-02ShellPkg/UefiShellLevel2: Return if ShellCommandLineParse() failedPierre Gondois14-1323/+1355
2025-10-01ShellPkg/Library: rework Shell...CommandsLib Load.cLeif Lindholm1-35/+32
2025-10-01ShellPkg: Use the newly introduced ShellPrintDefaultEx() aliasPierre Gondois4-6/+6
2025-10-01ShellPkg: Use the newly introduced ShellPrintHiiDefaultEx() aliasPierre Gondois14-238/+190
2025-06-14ShellPkg/UefiShellLevel2CommandLib: Free Buffer after usePierre Gondois1-0/+2
2024-12-09ShellPkg/UefiShellLevel2CommandsLib: Add helper for reset -fwui optionPierre Gondois1-0/+2
2024-10-29ShellPkg: CodeQL FixesOliver Smith-Denny2-1/+4
2024-10-29ShellPkg: UefiShellLevel2CommandsLib: CodeQL FixesOliver Smith-Denny7-37/+85
2024-10-04ShellPkg: ShellLevel2StripQuotes: Strip consecutive quotesTormod Volden1-1/+3
2024-09-24ShellPkg: add missing linefeed in reset messageHeinrich Schuchardt1-1/+1
2023-12-18ShellPkg: Tidy for code readabilityDaniel Nguyen1-19/+24
2023-12-08ShellPkg: Fix typosPage Chen8-16/+16
2023-03-14ShellPkg/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-13ShellPkg/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-09ShellPkg/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