summaryrefslogtreecommitdiff
path: root/ShellPkg
AgeCommit message (Expand)AuthorFilesLines
2014-02-11ShellPkg: Fix changing to file system with 2 colons like "fs0::"Jaben Carsey1-2/+4
2014-02-11ShellPkg: Fix uninitialized Variable errorJaben Carsey1-1/+1
2014-02-11ShellPkg: InternalShellExecuteDevicePath: avoid memory leaksBrendan Jackman1-20/+22
2014-02-11ShellPkg: Make Argv[0] the full file path of the commandBrendan Jackman1-0/+36
2014-02-11ShellPkg: Error out when ProcessCommandLine failsBrendan Jackman1-1/+4
2014-02-11ShellPkg: Fixed Memory leak in UefiMain()Brendan Jackman1-21/+27
2014-02-11ShellPkg: Manually parse parametersBrendan Jackman1-93/+155
2014-02-11ShellPkg: Prevent "set" command from updating %lasterror%Jaben Carsey1-2/+2
2014-02-05ShellPkg: patch to the "for" command when used with "in" iterating files in a...Leandro G. Biss Becker1-2/+4
2014-01-28Add initializing code for local variable 'CalleeExitStatus' and 'ExitStatus' ...Shumin Qiu1-1/+14
2014-01-281. Fix several comments in function headers for 'ShellProtocol.c', 'ShellProt...Shumin Qiu4-5/+6
2014-01-24ShellPkg/ShellProtocol.c: Don't put consective "\"s in file pathsBrendan Jackman1-1/+12
2014-01-24ShellPkg/UefiShellLib.c: Execute: Return a Command status even in the old shellBrendan Jackman1-3/+17
2014-01-24ShellLib/UefiShellLib.c: Fix doc comment for ShellOpenFileMetaArgBrendan Jackman1-2/+2
2014-01-24ShellPkg/ShellProtocol.c: Don't overwrite Status in InternalShellExecuteDevic...Brendan Jackman1-5/+17
2014-01-24ShellPkg/Shell: Fix reporting of exit status in ShellProtocol.ExecuteBrendan Jackman4-64/+236
2014-01-24ShellPkg: Refactor Print logic out of main loop functionJaben Carsey1-222/+310
2014-01-23Update prints of variable attributes from 'RS' to 'RT' for 'Dmpstore' command.Shumin Qiu1-1/+1
2014-01-23Update the comments in function headers to follow Doxygen special documentati...Shumin Qiu2-10/+24
2014-01-22Fix CRLF formatTian, Hot4-402/+402
2014-01-17ShellPkg: Change StdIn redirectionJaben Carsey1-16/+37
2014-01-16ShellPkg: Return the failureJaben Carsey1-2/+2
2014-01-16ShellPkg: Remove ASSERTJaben Carsey1-2/+4
2014-01-16ShellPkg: Remove ASSERTJaben Carsey1-6/+18
2014-01-141. Change the implementation of function 'LoadVariableFromFile' to return SHE...Shumin Qiu1-22/+24
2014-01-13ShellPkg: Remove UNICODE file tag (FEFF) from files used for input redirectionJaben Carsey1-2/+32
2014-01-13ShellPkg: remove unreachable break statementsOlivier Martin1-18/+0
2014-01-13ShellPkg: assign pointer to NULL after free to prevent double freeJaben Carsey1-0/+1
2014-01-13ShellPkg: Fix command line parsing for script files (%1, %1, etc...)Jaben Carsey2-12/+50
2014-01-13Set the type of return value from function 'LoadVariablesFromFile' in 'DmpSto...Shumin Qiu1-1/+1
2014-01-10ShellPkg: add the last PCIe extended capability decodingsJaben Carsey2-9/+222
2014-01-10ShellPkg: remove potential memory leak with new apps on old shellJaben Carsey1-1/+2
2014-01-10ShellPkg: remove double free operationJaben Carsey1-1/+0
2014-01-10Add the feature "dmpstore -l" and "dmpstore -s".Ruiyu Ni2-59/+445
2014-01-09ShellPkg: remove memory leak in file handle listJaben Carsey1-2/+33
2014-01-09ShellPkg: Fix NSH parsingJaben Carsey1-2/+4
2014-01-09ShellPkg: Remove memory leak from file list usageJaben Carsey2-14/+8
2014-01-09ShellPkg: Add more output to PCI command for extended configuration.Jaben Carsey2-23/+583
2014-01-09Add code to check whether the pointer 'NewBuffer' in 'FileHandelWrappers.c' ...Shumin Qiu2-6/+10
2014-01-07Enhance Shell 2.0 to not depend on keyboard driver implementation to fix the ...Ruiyu Ni2-18/+30
2014-01-07Add the comment for function 'IsValidSplit' in 'Shell.c'. Add code to check w...Shumin Qiu2-3/+12
2013-12-31Set the type of variable 'StatusCode' as SHELL_STATUS to match the parameter ...Shumin Qiu1-1/+1
2013-12-25Fix ECC errors:1.Update the comments in function headers to follow the Doxyge...Shumin Qiu2-48/+45
2013-12-24Add default way for switch in function 'RunCommandOrFile' of 'Shell.c'.Laszlo Ersek1-0/+10
2013-12-20ShellPkg: fix DmpStore for deletingJaben Carsey1-115/+137
2013-12-20ShellPkg: pre-verify split commandsJaben Carsey2-3/+124
2013-12-19ShellPkg: API name typo.Jaben Carsey1-2/+2
2013-12-19ShellPkg: fix whitespace character trimmingJaben Carsey1-2/+2
2013-12-19ShellPkg: CTRL-C stops a running script at the same timeJaben Carsey1-6/+23
2013-12-19ShellPkg: Refactor the RunCommand APIJaben Carsey1-202/+369