summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib/Mv.c
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg/UefiShellLevel2CommansLib: Pointer Resonse should be checkedGao, Zhichao2019-08-121-1/+4
* ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* ShellPkg: Clean up source filesLiming Gao2018-06-281-16/+16
* ShellPkg/MV: Fix MV to deny moving parent of current directoryChen A Chen2016-12-051-6/+75
* ShellPkg/UefiShellLevel2CommandsLib: Remove unnecessary EFIAPIChen A Chen2016-10-091-7/+0
* ShellPkg/Mv: Handle memory allocation failureRuiyu Ni2016-07-181-5/+9
* ShellPkg: Fix Shell ASSERT when mv file with cwd is NULL.Qiu Shumin2016-04-111-13/+16
* ShellPkg: Fix Shell assert when mv a file to a NULL target.Qiu Shumin2016-01-061-2/+2
* ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin2015-10-231-4/+28
* 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-301-14/+14
* ShellPkg: fix mv and cp command related issuesTapan Shah2015-04-071-6/+19
* ShellPkg: Standardized HP Copyright Message StringTapan Shah2015-02-041-1/+1
* ShellPkg: Update Level2 profile commands response outputTapan Shah2015-02-031-9/+9
* ShellPkg: Comments update and code refine.Qiu Shumin2014-10-141-15/+43
* ShellPkg: Add a typecast to 'BOOLEAN' to avoid build failure in VS2005. Qiu Shumin2014-10-091-1/+1
* ShellPkg: fix "incompatible pointer type" build errorGabriel Somlo2014-10-081-1/+1
* ShellPkg: Update MV. now supports across file system moves.Jaben Carsey2014-10-021-195/+330
* ShellPkg: Refine code style to avoid potential NullPointer dereference.Qiu Shumin2014-09-231-0/+2
* ShellPkg: Refine code style to avoid potential uninitialized local variable.Qiu Shumin2014-09-191-3/+4
* ShellPkg: Remove redundant quotes in file path string for Shell command param...Qiu Shumin2014-09-171-1/+12
* ShellPkg: Fix 'mv' command to not attempt moving a file from write-protected ...Chris Phillips2014-06-241-10/+16
* ShellPkg: Fix for the ‘mv’ command when destination starts with ‘\’.Chris Phillips2013-10-181-0/+9
* ShellPkg: Fixed build errors related to variable declarationsOlivier Martin2013-08-271-2/+1
* Update Code to pass EBC compiler.lgao42013-05-131-18/+13
* ShellPkg: Fixed build error 'variable set but not used'jcarsey2013-05-071-2/+1
* ShellPkg: Correct incorrect use of sizeof to use macro for EFI_FILE_INFO size.jcarsey2011-11-181-3/+3
* ShellPkg: Verify memory allocations without ASSERT.jcarsey2011-10-101-3/+11
* Refine comments and two code style.ydong102011-09-021-3/+3
* This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey2011-06-301-2/+2
* Cd - add more input verification.jcarsey2011-03-251-13/+76
* Verify more memory allocations.jcarsey2010-10-041-3/+8
* Verify memory allocations were successful.jcarsey2010-10-041-48/+64
* udk2010.up2.shell initial release.jcarsey2010-09-141-0/+478