summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib/Mv.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04Renormalized end-of-lines from master@27b044605cd5f6b33a3d231576003850b3fe305btrunkkx1-891/+891
2023-12-08ShellPkg: Fix typosPage Chen1-3/+3
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-263/+294
2019-08-13ShellPkg/UefiShellLevel2CommansLib: Pointer Resonse should be checkedGao, Zhichao1-1/+4
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28ShellPkg: Clean up source filesLiming Gao1-16/+16
2016-12-05ShellPkg/MV: Fix MV to deny moving parent of current directoryChen A Chen1-6/+75
2016-10-09ShellPkg/UefiShellLevel2CommandsLib: Remove unnecessary EFIAPIChen A Chen1-7/+0
2016-07-18ShellPkg/Mv: Handle memory allocation failureRuiyu Ni1-5/+9
2016-04-11ShellPkg: Fix Shell ASSERT when mv file with cwd is NULL.Qiu Shumin1-13/+16
2016-01-06ShellPkg: Fix Shell assert when mv a file to a NULL target.Qiu Shumin1-2/+2
2015-10-23ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin1-4/+28
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 Shumin1-14/+14
2015-04-07ShellPkg: fix mv and cp command related issuesTapan Shah1-6/+19
2015-02-05ShellPkg: Standardized HP Copyright Message StringTapan Shah1-1/+1
2015-02-04ShellPkg: Update Level2 profile commands response outputTapan Shah1-9/+9
2014-10-14ShellPkg: Comments update and code refine.Qiu Shumin1-15/+43
2014-10-09ShellPkg: Add a typecast to 'BOOLEAN' to avoid build failure in VS2005. Qiu Shumin1-1/+1
2014-10-09ShellPkg: fix "incompatible pointer type" build errorGabriel Somlo1-1/+1
2014-10-02ShellPkg: Update MV. now supports across file system moves.Jaben Carsey1-195/+330
2014-09-23ShellPkg: Refine code style to avoid potential NullPointer dereference.Qiu Shumin1-0/+2
2014-09-19ShellPkg: Refine code style to avoid potential uninitialized local variable.Qiu Shumin1-3/+4
2014-09-17ShellPkg: Remove redundant quotes in file path string for Shell command param...Qiu Shumin1-1/+12
2014-06-24ShellPkg: Fix 'mv' command to not attempt moving a file from write-protected ...Chris Phillips1-10/+16
2013-10-19ShellPkg: Fix for the ‘mv’ command when destination starts with ‘\’.Chris Phillips1-0/+9
2013-08-27ShellPkg: Fixed build errors related to variable declarationsOlivier Martin1-2/+1
2013-05-13Update Code to pass EBC compiler.lgao41-18/+13
2013-05-07ShellPkg: Fixed build error 'variable set but not used'jcarsey1-2/+1
2011-11-18ShellPkg: Correct incorrect use of sizeof to use macro for EFI_FILE_INFO size.jcarsey1-3/+3
2011-10-10ShellPkg: Verify memory allocations without ASSERT.jcarsey1-3/+11
2011-09-02Refine comments and two code style.ydong101-3/+3
2011-07-01This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey1-2/+2
2011-03-25Cd - add more input verification.jcarsey1-13/+76
2010-10-04Verify more memory allocations.jcarsey1-3/+8
2010-10-04Verify memory allocations were successful.jcarsey1-48/+64
2010-09-14udk2010.up2.shell initial release.jcarsey1-0/+478