summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib
AgeCommit message (Expand)AuthorFilesLines
2015-02-04ShellPkg: Standardized HP Copyright Message StringTapan Shah15-14/+14
2015-02-03ShellPkg: Update Level2 profile commands response outputTapan Shah15-150/+158
2015-01-22ShellPkg: Refine the fomat in INF/DEC files to follow spec.Qiu Shumin1-12/+12
2015-01-13MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ...Daryl McDaniel2-4/+2
2014-11-20ShellPkg: Fix 'parse' command to use ," for SFO column delimiterChris Phillips1-2/+2
2014-11-04ShellPkg: Fix timezone commandjcarsey1-2/+2
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 Carsey3-196/+370
2014-09-23ShellPkg: Refine code style to avoid potential NullPointer dereference.Qiu Shumin2-1/+5
2014-09-19ShellPkg: ShellPkg: Fix the cp fail while coping directory.Ni Ruiyu1-1/+2
2014-09-19ShellPkg: Refine code style to avoid potential uninitialized local variable.Qiu Shumin2-7/+9
2014-09-17ShellPkg: Remove redundant quotes in file path string for Shell command param...Qiu Shumin5-28/+121
2014-09-03Updates the logic to allow RM and CP to have silent/quiet mode work successfu...Jaben Carsey1-1/+3
2014-08-29This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy ...Jaben Carsey2-12/+11
2014-08-29Add CTRL+C support for ‘attrib’ command.Tapan Shah1-0/+6
2014-08-29Cleanup UefiShellLevel2CommandsLib commands help output string to :Tapan Shah1-0/+0
2014-08-29Add CTRL+C support for ‘ls’ command.Tapan Shah1-3/+14
2014-08-29Add new aliases called ‘move’ and ‘mount’ for ‘mv’ and ‘map’ ...Tapan Shah1-0/+2
2014-08-28ShellPkg: Fix ‘ren’ alias for ‘mv’ command.Tapan Shah1-2/+2
2014-08-22ShellPkg: Refactor string manipulationJaben Carsey2-6/+5
2014-08-21ShellPkg: Fixes and updates for the 'parse' commandChris Phillips2-33/+41
2014-08-21ShellPkg: Fix 'ls -sfo' and 'map -sfo' output format to match UEFI Shell 2.1 ...Chris Phillips1-0/+0
2014-08-20ShellPkg: Fix typo in 'uni' files.Qiu Shumin1-0/+0
2014-08-19ShellPkg: Fixes for timezone handling and 'date -sfo'Chris Phillips2-53/+153
2014-08-07ShellPkg: Refactor string manipulation in cp commandJaben Carsey1-20/+20
2014-08-05Updates the logic to allow RM and CP to have silent/quiet mode work successfu...Jaben Carsey2-2/+6
2014-07-29Update code to support VS2013 tool chain.Eric Dong1-1/+2
2014-06-24ShellPkg: Fix 'mv' command to not attempt moving a file from write-protected ...Chris Phillips2-10/+16
2014-06-23ShellPkg: Move UpdateMapping() out of Map command and added to UefiShellComma...Tapan Shah1-103/+2
2014-06-06Use a compare operator for Non-Boolean comparison in 'map.c'.Qiu Shumin1-2/+2
2014-05-28ShellPkg: fix display for map command with filteringJaben Carsey1-11/+10
2014-05-14ShellPkg: Add error messages to CP when destination file or directory cannot ...Jaben Carsey2-1/+3
2014-03-07 1.Add code to check the pointer 'CorrectedPath' in Ls.c line 460 before ref...Shumin Qiu1-2/+5
2014-02-25Add code to check whether the pointer 'CorrectedPath' and 'FullPath' are NULL...Shumin Qiu1-0/+12
2014-02-18ShellPkg: Update "ls" command to better handle "-r" parameterJaben Carsey1-104/+136
2014-02-12Add code to check the return status for ShellReadFile and ShellWriteFile when...Shumin Qiu2-2/+13
2014-02-11ShellPkg: Prevent "set" command from updating %lasterror%Jaben Carsey1-2/+2
2014-01-281. Fix several comments in function headers for 'ShellProtocol.c', 'ShellProt...Shumin Qiu1-1/+3
2014-01-24ShellPkg: Refactor Print logic out of main loop functionJaben Carsey1-222/+310
2014-01-10ShellPkg: remove double free operationJaben Carsey1-1/+0
2013-12-17Update code to ensure the pointer ‘CurrentName’ in function ‘PerformSin...Shumin Qiu1-0/+7
2013-12-09ShellPkg: Remove invalid ASSERTJaben Carsey1-1/+0
2013-11-21ShellPkg: Correctly support "map -c"Jaben Carsey1-13/+78
2013-10-18ShellPkg: Fix for the ‘mv’ command when destination starts with ‘\’.Chris Phillips1-0/+9
2013-10-18ShellPkg: Fixes for the ‘ls’ command:Chris Phillips2-36/+48
2013-08-27ShellPkg: Fixed build errors related to variable declarationsOlivier Martin2-5/+2
2013-08-23ShellPkg: Fix potentially uninitialized variable compiler warningJaben Carsey1-0/+1
2013-08-21ShellPkg: Fix file size error upon copy operation.Jaben Carsey1-78/+72