summaryrefslogtreecommitdiffstats
path: root/ShellPkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* ShellPkg: Refactor Split/Pipe based command linesJaben Carsey2013-12-131-17/+31
* ShellPkg: add API for determining operation typeJaben Carsey2013-12-132-0/+69
* ShellPkg: Refactor Variable replacement into separate functionJaben Carsey2013-12-121-20/+42
* ShellPkg: Refactor Alias replacement into separate functionJaben Carsey2013-12-121-41/+76
* ShellPkg: refactor out leading and trailing space trimmingJaben Carsey2013-12-121-26/+34
* ShellPkg: typo in the last commit.Jaben Carsey2013-12-121-1/+2
* ShellPkg: Refactor out the searching for pipe charactersJaben Carsey2013-12-121-4/+22
* ShellPkg: Refactor Pipe handlingJaben Carsey2013-12-101-12/+29