summaryrefslogtreecommitdiffstats
path: root/ShellPkg
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ShellPkg/ShellProtocol.c: Don't put consective "\"s in file pathsBrendan Jackman2014-01-241-1/+12
* ShellPkg/UefiShellLib.c: Execute: Return a Command status even in the old shellBrendan Jackman2014-01-241-3/+17
* ShellLib/UefiShellLib.c: Fix doc comment for ShellOpenFileMetaArgBrendan Jackman2014-01-241-2/+2
* ShellPkg/ShellProtocol.c: Don't overwrite Status in InternalShellExecuteDevic...Brendan Jackman2014-01-241-5/+17
* ShellPkg/Shell: Fix reporting of exit status in ShellProtocol.ExecuteBrendan Jackman2014-01-244-64/+236
* ShellPkg: Refactor Print logic out of main loop functionJaben Carsey2014-01-241-222/+310
* Update prints of variable attributes from 'RS' to 'RT' for 'Dmpstore' command.Shumin Qiu2014-01-231-1/+1
* Update the comments in function headers to follow Doxygen special documentati...Shumin Qiu2014-01-232-10/+24
* Fix CRLF formatTian, Hot2014-01-224-402/+402
* ShellPkg: Change StdIn redirectionJaben Carsey2014-01-171-16/+37
* ShellPkg: Return the failureJaben Carsey2014-01-161-2/+2
* ShellPkg: Remove ASSERTJaben Carsey2014-01-161-2/+4
* ShellPkg: Remove ASSERTJaben Carsey2014-01-161-6/+18
* 1. Change the implementation of function 'LoadVariableFromFile' to return SHE...Shumin Qiu2014-01-141-22/+24
* ShellPkg: Remove UNICODE file tag (FEFF) from files used for input redirectionJaben Carsey2014-01-131-2/+32
* ShellPkg: remove unreachable break statementsOlivier Martin2014-01-131-18/+0
* ShellPkg: assign pointer to NULL after free to prevent double freeJaben Carsey2014-01-131-0/+1
* ShellPkg: Fix command line parsing for script files (%1, %1, etc...)Jaben Carsey2014-01-132-12/+50
* Set the type of return value from function 'LoadVariablesFromFile' in 'DmpSto...Shumin Qiu2014-01-131-1/+1