summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib
Commit message (Expand)AuthorAgeFilesLines
* 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-023-196/+370
* ShellPkg: Refine code style to avoid potential NullPointer dereference.Qiu Shumin2014-09-232-1/+5
* ShellPkg: ShellPkg: Fix the cp fail while coping directory.Ni Ruiyu2014-09-191-1/+2
* ShellPkg: Refine code style to avoid potential uninitialized local variable.Qiu Shumin2014-09-192-7/+9
* ShellPkg: Remove redundant quotes in file path string for Shell command param...Qiu Shumin2014-09-175-28/+121
* Updates the logic to allow RM and CP to have silent/quiet mode work successfu...Jaben Carsey2014-09-031-1/+3
* This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy ...Jaben Carsey2014-08-292-12/+11
* Add CTRL+C support for ‘attrib’ command.Tapan Shah2014-08-291-0/+6
* Cleanup UefiShellLevel2CommandsLib commands help output string to :Tapan Shah2014-08-291-0/+0
* Add CTRL+C support for ‘ls’ command.Tapan Shah2014-08-291-3/+14
* Add new aliases called ‘move’ and ‘mount’ for ‘mv’ and ‘map’ ...Tapan Shah2014-08-291-0/+2
* ShellPkg: Fix ‘ren’ alias for ‘mv’ command.Tapan Shah2014-08-281-2/+2
* ShellPkg: Refactor string manipulationJaben Carsey2014-08-222-6/+5
* ShellPkg: Fixes and updates for the 'parse' commandChris Phillips2014-08-212-33/+41
* ShellPkg: Fix 'ls -sfo' and 'map -sfo' output format to match UEFI Shell 2.1 ...Chris Phillips2014-08-211-0/+0
* ShellPkg: Fix typo in 'uni' files.Qiu Shumin2014-08-201-0/+0
* ShellPkg: Fixes for timezone handling and 'date -sfo'Chris Phillips2014-08-192-53/+153
* ShellPkg: Refactor string manipulation in cp commandJaben Carsey2014-08-071-20/+20
* Updates the logic to allow RM and CP to have silent/quiet mode work successfu...Jaben Carsey2014-08-052-2/+6
* Update code to support VS2013 tool chain.Eric Dong2014-07-291-1/+2
* ShellPkg: Fix 'mv' command to not attempt moving a file from write-protected ...Chris Phillips2014-06-242-10/+16
* ShellPkg: Move UpdateMapping() out of Map command and added to UefiShellComma...Tapan Shah2014-06-231-103/+2
* Use a compare operator for Non-Boolean comparison in 'map.c'.Qiu Shumin2014-06-061-2/+2
* ShellPkg: fix display for map command with filteringJaben Carsey2014-05-281-11/+10
* ShellPkg: Add error messages to CP when destination file or directory cannot ...Jaben Carsey2014-05-142-1/+3
* 1.Add code to check the pointer 'CorrectedPath' in Ls.c line 460 before ref...Shumin Qiu2014-03-071-2/+5
* Add code to check whether the pointer 'CorrectedPath' and 'FullPath' are NULL...Shumin Qiu2014-02-251-0/+12
* ShellPkg: Update "ls" command to better handle "-r" parameterJaben Carsey2014-02-181-104/+136
* Add code to check the return status for ShellReadFile and ShellWriteFile when...Shumin Qiu2014-02-122-2/+13
* ShellPkg: Prevent "set" command from updating %lasterror%Jaben Carsey2014-02-111-2/+2
* 1. Fix several comments in function headers for 'ShellProtocol.c', 'ShellProt...Shumin Qiu2014-01-281-1/+3
* ShellPkg: Refactor Print logic out of main loop functionJaben Carsey2014-01-241-222/+310
* ShellPkg: remove double free operationJaben Carsey2014-01-101-1/+0
* Update code to ensure the pointer ‘CurrentName’ in function ‘PerformSin...Shumin Qiu2013-12-171-0/+7
* ShellPkg: Remove invalid ASSERTJaben Carsey2013-12-091-1/+0
* ShellPkg: Correctly support "map -c"Jaben Carsey2013-11-211-13/+78
* ShellPkg: Fix for the ‘mv’ command when destination starts with ‘\’.Chris Phillips2013-10-181-0/+9
* ShellPkg: Fixes for the ‘ls’ command:Chris Phillips2013-10-182-36/+48
* ShellPkg: Fixed build errors related to variable declarationsOlivier Martin2013-08-272-5/+2
* ShellPkg: Fix potentially uninitialized variable compiler warningJaben Carsey2013-08-231-0/+1
* ShellPkg: Fix file size error upon copy operation.Jaben Carsey2013-08-211-78/+72
* ShellPkg: increase available size for PcdShellFileOperationSizeEugene Cohen2013-08-081-2/+2
* Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2013-07-263-5/+4
* ShellPkg: remove high bit to change a EFI_STATUS to a SHELL_STATUSJaben Carsey2013-07-181-1/+1
* ShellPkg: Update error to be SHELL_STATUS and not EFI_STATUS.Gary Ching-Pang Lin2013-07-161-1/+1
* ShellPkg: Verify memory and handle allocation failure.jaben carsey2013-06-281-11/+19
* ShellPkg: Update rm command to properly prepend file system identifiers to fi...Jaben Carsey2013-06-211-1/+18