summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib/Mv.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-04ShellPkg: Standardized HP Copyright Message StringTapan Shah1-1/+1
2015-02-03ShellPkg: 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-08ShellPkg: 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-18ShellPkg: 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-06-30This 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