summaryrefslogtreecommitdiffstats
path: root/ShellPkg
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: Fix Ctrl+C support for dmpstore command.Tapan Shah2014-06-301-1/+7
* Refine code to make it more safely.Eric Dong2014-06-267-52/+73
* 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-233-110/+124
* ShellPkg: Remove use of ASSERT to test parametersJaben Carsey2014-06-181-77/+67
* ShellPkg: Fix duplicate String IDsJaben Carsey2014-06-163-2/+2
* Use a compare operator for Non-Boolean comparison in 'map.c'.Qiu Shumin2014-06-061-2/+2
* ShellPkg: fix Comp command outputJaben Carsey2014-06-051-9/+20
* ShellPkg: fix display for map command with filteringJaben Carsey2014-05-281-11/+10
* ShellPkg: replace unrecognized Environment Variables with empty quotes so com...Jaben Carsey2014-05-221-5/+5
* Update the comments for function 'InternalShellExecuteDevicePath' in ShellPro...Qiu Shumin2014-05-222-25/+27
* Handle multi instances device path while connecting console devices.Qiu Shumin2014-05-191-31/+53
* ShellPkg: Add error messages to CP when destination file or directory cannot ...Jaben Carsey2014-05-142-1/+3
* ShellPkg: report error when EfiDecompress is run on a non-compressed fileJaben Carsey2014-05-142-25/+29
* Add code to connect device path of console devices correctly for Shell comman...Qiu Shumin2014-05-142-23/+175
* ShellPkg: Do not mix status when executing a commandOlivier Martin2014-05-133-7/+14
* Update the comments for function 'ConvertPixelFormat' in UefiHandleParsingLib...Qiu Shumin2014-05-131-1/+1
* ShellPkg: Add a support to query AdapterInfo protocol for Shell ‘dh’ comm...Tapan Shah2014-05-074-3/+6
* ShellPkg: Patch to enhance the output around GOP protocolJaben Carsey2014-04-302-1/+103
* ShellPkg: Fix using root of driveJaben Carsey2014-04-112-2/+12
* ShellPkg: Fix compiler warning 'unused variable'Harry Liebel2014-04-111-0/+6
* ShellPkg: Fix command-line parsing to start with Argv[0] when comparing passe...Chris Phillips2014-04-041-3/+14
* ShellPkg: Allow opening of root drive nodesJaben Carsey2014-03-311-18/+33
* ShellPkg: Fix potential memory leak when failing to fully create a structureJaben Carsey2014-03-311-3/+25
* ShellPkg: Fix file system change issue that results in ASSERTChris Phillips2014-03-271-2/+2
* ShellPkg: remove redudant code. call existing API.Jaben Carsey2014-03-201-35/+7
* ShellPkg: Remove unused functionJaben Carsey2014-03-202-52/+2
* ShellPkg: Allow for LoadedImageProtocol information to be verbosely exported ...Jaben Carsey2014-03-202-83/+92
* ShellPkg: Move a function into shared locationJaben Carsey2014-03-173-37/+50
* ShellPkg: ShellCommands/SetVar: Make '-rt' imply '-bs'Brendan Jackman2014-03-101-1/+2
* 1.Add code to check the pointer 'CorrectedPath' in Ls.c line 460 before ref...Shumin Qiu2014-03-072-4/+11
* Convert the value from 'int' to 'CHAR16' to match the type of variable in She...Shumin Qiu2014-02-281-1/+1
* ShellPkg/ShellProtocol.c: Fix case sensitivity in GetAlias and SetAliasBrendan Jackman2014-02-261-15/+63
* ShellPkg: Add missing header filesJaben Carsey2014-02-252-2/+4
* 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
* ShellPkg: refactor elimination of non-replaced environment variablesJaben Carsey2014-02-121-34/+108
* Add code to check the return status for ShellReadFile and ShellWriteFile when...Shumin Qiu2014-02-122-2/+13
* Add code to check whether the pointer 'PathForReturn' in ShellProtocol.c is N...Shumin Qiu2014-02-121-1/+3
* ShellPkg: Fix changing to file system with 2 colons like "fs0::"Jaben Carsey2014-02-111-2/+4
* ShellPkg: Fix uninitialized Variable errorJaben Carsey2014-02-111-1/+1
* ShellPkg: InternalShellExecuteDevicePath: avoid memory leaksBrendan Jackman2014-02-111-20/+22
* ShellPkg: Make Argv[0] the full file path of the commandBrendan Jackman2014-02-111-0/+36
* ShellPkg: Error out when ProcessCommandLine failsBrendan Jackman2014-02-111-1/+4
* ShellPkg: Fixed Memory leak in UefiMain()Brendan Jackman2014-02-111-21/+27
* ShellPkg: Manually parse parametersBrendan Jackman2014-02-111-93/+155
* ShellPkg: Prevent "set" command from updating %lasterror%Jaben Carsey2014-02-111-2/+2
* ShellPkg: patch to the "for" command when used with "in" iterating files in a...Leandro G. Biss Becker2014-02-051-2/+4
* Add initializing code for local variable 'CalleeExitStatus' and 'ExitStatus' ...Shumin Qiu2014-01-281-1/+14
* 1. Fix several comments in function headers for 'ShellProtocol.c', 'ShellProt...Shumin Qiu2014-01-284-5/+6