summaryrefslogtreecommitdiffstats
path: root/ShellPkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* ShellPkg: Remove invalid ASSERTJaben Carsey2013-12-091-1/+0
* ShellPkg: Add support for CTRL-C within shell user promptingJaben Carsey2013-12-091-0/+21
* Follow Shell specification to make sure the “command.man” file is always ...Shumin Qiu2013-12-092-14/+19
* ShellPkg: Fix pci command to parse seg, bus, dev, and func arguments as hexChris Phillips2013-12-022-4/+44
* ShellPkg: Unregister all registrationsJaben Carsey2013-12-021-2/+2
* ShellPkg: Add ShellHexStrToUintn to allow for simple conversion of hex numbers.Jaben Carsey2013-11-222-0/+43
* ShellPkg: Fix pci command output of Max and Current Link Speed, and ASPM Supp...Chris Phillips2013-11-222-14/+27
* ShellPkg: Remove trailing \r\n when redirect to env variable (EX: use ">v")Chris Phillips2013-11-221-1/+42
* ShellPkg: Correctly support "map -c"Jaben Carsey2013-11-211-13/+78
* ShellPkg: Update pci command to use ShellPrintEx()Chris Phillips2013-11-211-233/+226
* ShellPkg: Change MM command output during script executionJaben Carsey2013-11-201-9/+28
* ShellPkg pci command: Fix a typo; /r/n => \r\nJordan Justen2013-11-191-1/+1
* ShellPkg: Add EfiIdeControllerInitProtocol to Shell’s outputJaben Carsey2013-11-194-2/+9
* ShellPkg: "For Run" fix for spaces between numeralsJaben Carsey2013-11-151-6/+29
* ShellPkg: Fix help MAN file searchingJaben Carsey2013-11-151-1/+15
* ShellPkg: Rename duplicate STRING IDJaben Carsey2013-11-152-1/+1
* ShellPkg: Add DiskIO2, and fix GUID from string check to be case insensitiveChris Phillips2013-11-154-2/+14
* ShellPkg: Skip leading tabs when processing command line and scriptsChris Phillips2013-11-153-5/+15
* ShellPkg: verify that leading and trailing % are removed from variable names ...Jaben Carsey2013-11-151-3/+32
* ShellPkg: clarify space limitation in comment.Jaben Carsey2013-11-141-1/+1
* ShellPkg: Properly set lasterror environment variableChris Phillips2013-10-291-9/+29