summaryrefslogtreecommitdiffstats
path: root/ShellPkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* ShellPkg: add the last PCIe extended capability decodingsJaben Carsey2014-01-102-9/+222
* ShellPkg: remove potential memory leak with new apps on old shellJaben Carsey2014-01-101-1/+2
* ShellPkg: remove double free operationJaben Carsey2014-01-101-1/+0
* Add the feature "dmpstore -l" and "dmpstore -s".Ruiyu Ni2014-01-102-59/+445
* ShellPkg: remove memory leak in file handle listJaben Carsey2014-01-091-2/+33
* ShellPkg: Fix NSH parsingJaben Carsey2014-01-091-2/+4
* ShellPkg: Remove memory leak from file list usageJaben Carsey2014-01-092-14/+8
* ShellPkg: Add more output to PCI command for extended configuration.Jaben Carsey2014-01-092-23/+583
* Add code to check whether the pointer 'NewBuffer' in 'FileHandelWrappers.c' ...Shumin Qiu2014-01-092-6/+10
* Enhance Shell 2.0 to not depend on keyboard driver implementation to fix the ...Ruiyu Ni2014-01-072-18/+30
* Add the comment for function 'IsValidSplit' in 'Shell.c'. Add code to check w...Shumin Qiu2014-01-072-3/+12
* Set the type of variable 'StatusCode' as SHELL_STATUS to match the parameter ...Shumin Qiu2013-12-311-1/+1
* Fix ECC errors:1.Update the comments in function headers to follow the Doxyge...Shumin Qiu2013-12-252-48/+45
* Add default way for switch in function 'RunCommandOrFile' of 'Shell.c'.Laszlo Ersek2013-12-241-0/+10
* ShellPkg: fix DmpStore for deletingJaben Carsey2013-12-201-115/+137
* ShellPkg: pre-verify split commandsJaben Carsey2013-12-202-3/+124
* ShellPkg: API name typo.Jaben Carsey2013-12-191-2/+2
* ShellPkg: fix whitespace character trimmingJaben Carsey2013-12-191-2/+2
* ShellPkg: CTRL-C stops a running script at the same timeJaben Carsey2013-12-191-6/+23
* ShellPkg: Refactor the RunCommand APIJaben Carsey2013-12-191-202/+369
* Converse the return value from 'int' to 'BOOLEAN' for function ‘ContainsSpl...Shumin Qiu2013-12-191-1/+1
* Rollback the change to EFI_BOOT_KEY_DATA structure since UEFI Spec adds the c...Ruiyu Ni2013-12-182-28/+8
* ShellPkg: Add missing function header commentsJaben Carsey2013-12-171-2/+16
* ShellPkg: Fix "for" command statement initialization.Jaben Carsey2013-12-171-6/+2
* Update code to ensure the pointer ‘CurrentName’ in function ‘PerformSin...Shumin Qiu2013-12-171-0/+7
* Add a new line to initialize the variable “PassThruProtocol” in ConsoleW...Shumin Qiu2013-12-161-1/+3
* ShellPkg: add error messages into functionJaben Carsey2013-12-131-1/+8
* ShellPkg: Refactor updating command line for help useJaben Carsey2013-12-131-23/+55
* ShellPkg: Refactor change to current file systemJaben Carsey2013-12-131-6/+40