summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib
AgeCommit message (Expand)Author
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
2013-07-16ShellPkg: Update error to be SHELL_STATUS and not EFI_STATUS.Gary Ching-Pang Lin
2013-06-28ShellPkg: Verify memory and handle allocation failure.jaben carsey
2013-06-21ShellPkg: Update rm command to properly prepend file system identifiers to fi...Jaben Carsey
2013-06-11ShellPkg: Fix ARM build errors.jcarsey
2013-06-04ShellPkg: refine the logic for cp commandEric Dong
2013-05-13Update Code to pass EBC compiler.lgao4
2013-05-09ShellPkg: Update behavior for GetTime() errors.jcarsey
2013-05-07ShellPkg: Fixed build error 'variable set but not used'jcarsey
2013-04-18ShellPkg: explicitly prevent dereferencing pointerjcarsey
2013-03-12ShellPkg: Fixes CP function to prevent copying of files if destination does n...jcarsey
2013-02-22ShellPkg : Check pointer before dereferencingjcarsey
2013-02-14ShellPkg: fix string truncation.jcarsey
2013-02-13ShellPkg: add verification that a target directory exists when changing direc...jcarsey
2012-12-13ShellPkg: Updates to 'help' commandjcarsey
2012-06-12ShellPkg: Fix en-US characters that are outside the Basic Latin character set...jcarsey
2012-02-02ShellPkg: fix 'ls' handling of empty drives where there is not even an "." or...jcarsey
2012-01-20ShellPkg: Fix rm CWD protection to be better at catching similarly named dire...jcarsey
2012-01-11ShellPkg: Check for Abort flag in main 'for' loop of ls command and propagate...jcarsey
2012-01-05ShellPkg: fix copyright date.jcarsey
2012-01-05ShellPkg: Fix swapping of reset behavior.jcarsey
2012-01-02ShellPkg: print error when column index is out of range instead of ASSERT.jcarsey
2011-11-29ShellPkg: Fix "-b" usage with timezone command.jcarsey
2011-11-18ShellPkg: Correct incorrect use of sizeof to use macro for EFI_FILE_INFO size.jcarsey