summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib
AgeCommit message (Expand)Author
2015-01-13MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ...Daryl McDaniel
2014-11-20ShellPkg: Fix 'parse' command to use ," for SFO column delimiterChris Phillips
2014-11-04ShellPkg: Fix timezone commandjcarsey
2014-10-14ShellPkg: Comments update and code refine.Qiu Shumin
2014-10-09ShellPkg: Add a typecast to 'BOOLEAN' to avoid build failure in VS2005. Qiu Shumin
2014-10-08ShellPkg: fix "incompatible pointer type" build errorGabriel Somlo
2014-10-02ShellPkg: Update MV. now supports across file system moves.Jaben Carsey
2014-09-23ShellPkg: Refine code style to avoid potential NullPointer dereference.Qiu Shumin
2014-09-19ShellPkg: ShellPkg: Fix the cp fail while coping directory.Ni Ruiyu
2014-09-19ShellPkg: Refine code style to avoid potential uninitialized local variable.Qiu Shumin
2014-09-17ShellPkg: Remove redundant quotes in file path string for Shell command param...Qiu Shumin
2014-09-03Updates the logic to allow RM and CP to have silent/quiet mode work successfu...Jaben Carsey
2014-08-29This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy ...Jaben Carsey
2014-08-29Add CTRL+C support for ‘attrib’ command.Tapan Shah
2014-08-29Cleanup UefiShellLevel2CommandsLib commands help output string to :Tapan Shah
2014-08-29Add CTRL+C support for ‘ls’ command.Tapan Shah
2014-08-29Add new aliases called ‘move’ and ‘mount’ for ‘mv’ and ‘map’ ...Tapan Shah
2014-08-28ShellPkg: Fix ‘ren’ alias for ‘mv’ command.Tapan Shah
2014-08-22ShellPkg: Refactor string manipulationJaben Carsey
2014-08-21ShellPkg: Fixes and updates for the 'parse' commandChris Phillips
2014-08-21ShellPkg: Fix 'ls -sfo' and 'map -sfo' output format to match UEFI Shell 2.1 ...Chris Phillips
2014-08-20ShellPkg: Fix typo in 'uni' files.Qiu Shumin
2014-08-19ShellPkg: Fixes for timezone handling and 'date -sfo'Chris Phillips
2014-08-07ShellPkg: Refactor string manipulation in cp commandJaben Carsey
2014-08-05Updates the logic to allow RM and CP to have silent/quiet mode work successfu...Jaben Carsey
2014-07-29Update code to support VS2013 tool chain.Eric Dong
2014-06-24ShellPkg: Fix 'mv' command to not attempt moving a file from write-protected ...Chris Phillips
2014-06-23ShellPkg: Move UpdateMapping() out of Map command and added to UefiShellComma...Tapan Shah
2014-06-06Use a compare operator for Non-Boolean comparison in 'map.c'.Qiu Shumin
2014-05-28ShellPkg: fix display for map command with filteringJaben Carsey
2014-05-14ShellPkg: Add error messages to CP when destination file or directory cannot ...Jaben Carsey
2014-03-07 1.Add code to check the pointer 'CorrectedPath' in Ls.c line 460 before ref...Shumin Qiu
2014-02-25Add code to check whether the pointer 'CorrectedPath' and 'FullPath' are NULL...Shumin Qiu
2014-02-18ShellPkg: Update "ls" command to better handle "-r" parameterJaben Carsey
2014-02-12Add code to check the return status for ShellReadFile and ShellWriteFile when...Shumin Qiu
2014-02-11ShellPkg: Prevent "set" command from updating %lasterror%Jaben Carsey
2014-01-281. Fix several comments in function headers for 'ShellProtocol.c', 'ShellProt...Shumin Qiu
2014-01-24ShellPkg: Refactor Print logic out of main loop functionJaben Carsey
2014-01-10ShellPkg: remove double free operationJaben Carsey
2013-12-17Update code to ensure the pointer ‘CurrentName’ in function ‘PerformSin...Shumin Qiu
2013-12-09ShellPkg: Remove invalid ASSERTJaben Carsey
2013-11-21ShellPkg: Correctly support "map -c"Jaben Carsey
2013-10-18ShellPkg: Fix for the ‘mv’ command when destination starts with ‘\’.Chris Phillips
2013-10-18ShellPkg: Fixes for the ‘ls’ command:Chris Phillips
2013-08-27ShellPkg: Fixed build errors related to variable declarationsOlivier Martin
2013-08-23ShellPkg: Fix potentially uninitialized variable compiler warningJaben Carsey
2013-08-21ShellPkg: Fix file size error upon copy operation.Jaben Carsey
2013-08-08ShellPkg: increase available size for PcdShellFileOperationSizeEugene Cohen
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni
2013-07-18ShellPkg: remove high bit to change a EFI_STATUS to a SHELL_STATUSJaben Carsey