summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib
AgeCommit message (Expand)Author
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
2011-11-01ShellPkg: swap warm and cold to get the default correct for Reset command.jcarsey
2011-10-18Fix a code typo.ydong10
2011-10-17ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey
2011-10-14ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey
2011-10-10ShellPkg: Verify memory allocations without ASSERT.jcarsey
2011-09-21Clean up the private GUID definition in module Level.lgao4
2011-09-20ShellPkg: fix support for "\" (or "\.") meaning root of drive.jcarsey
2011-09-02Refine comments and two code style.ydong10
2011-06-30This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey
2011-06-30add fixes for code verification happyness.jcarsey
2011-06-27replace assert with error.jcarsey
2011-05-25Remove ASSERT within Ls for RTC error and associated changes.jcarsey
2011-05-17Clarify an error in Map command.jcarsey
2011-05-16add support to easily remove profiles and shell levels. the libraries will n...jcarsey
2011-04-19fix user input validation for time command.jcarsey
2011-04-13rm - refine user input validation to prevent removal of CWD.jcarsey
2011-04-13move a function to the correct library.jcarsey
2011-04-05add comments to function declarations and definitions and updated to match co...jcarsey
2011-04-04check memory allocations for success.jcarsey
2011-04-01Comment's added and fixed.jcarsey
2011-03-30fix for the cp shell command - halt when an error was encountered and also fi...jcarsey