summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-08ShellPkg: increase available size for PcdShellFileOperationSizeEugene Cohen1-2/+2
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni3-5/+4
2013-07-18ShellPkg: remove high bit to change a EFI_STATUS to a SHELL_STATUSJaben Carsey1-1/+1
2013-07-16ShellPkg: Update error to be SHELL_STATUS and not EFI_STATUS.Gary Ching-Pang Lin1-1/+1
2013-06-28ShellPkg: Verify memory and handle allocation failure.jaben carsey1-11/+19
2013-06-21ShellPkg: Update rm command to properly prepend file system identifiers to fi...Jaben Carsey1-1/+18
2013-06-11ShellPkg: Fix ARM build errors.jcarsey1-1/+1
2013-06-04ShellPkg: refine the logic for cp commandEric Dong1-13/+23
2013-05-13Update Code to pass EBC compiler.lgao42-31/+23
2013-05-09ShellPkg: Update behavior for GetTime() errors.jcarsey1-4/+18
2013-05-07ShellPkg: Fixed build error 'variable set but not used'jcarsey6-17/+8
2013-04-18ShellPkg: explicitly prevent dereferencing pointerjcarsey1-1/+1
2013-03-12ShellPkg: Fixes CP function to prevent copying of files if destination does n...jcarsey2-46/+104
2013-02-22ShellPkg : Check pointer before dereferencingjcarsey1-8/+10
2013-02-14ShellPkg: fix string truncation.jcarsey1-2/+2