Age | Commit message (Expand) | Author |
2014-01-10 | ShellPkg: add the last PCIe extended capability decodings | Jaben Carsey |
2014-01-10 | ShellPkg: remove potential memory leak with new apps on old shell | Jaben Carsey |
2014-01-10 | ShellPkg: remove double free operation | Jaben Carsey |
2014-01-10 | Add the feature "dmpstore -l" and "dmpstore -s". | Ruiyu Ni |
2014-01-09 | ShellPkg: remove memory leak in file handle list | Jaben Carsey |
2014-01-09 | ShellPkg: Fix NSH parsing | Jaben Carsey |
2014-01-09 | ShellPkg: Remove memory leak from file list usage | Jaben Carsey |
2014-01-09 | ShellPkg: Add more output to PCI command for extended configuration. | Jaben Carsey |
2014-01-09 | Add code to check whether the pointer 'NewBuffer' in 'FileHandelWrappers.c' ... | Shumin Qiu |
2014-01-07 | Enhance Shell 2.0 to not depend on keyboard driver implementation to fix the ... | Ruiyu Ni |
2014-01-07 | Add the comment for function 'IsValidSplit' in 'Shell.c'. Add code to check w... | Shumin Qiu |
2013-12-31 | Set the type of variable 'StatusCode' as SHELL_STATUS to match the parameter ... | Shumin Qiu |
2013-12-25 | Fix ECC errors:1.Update the comments in function headers to follow the Doxyge... | Shumin Qiu |
2013-12-24 | Add default way for switch in function 'RunCommandOrFile' of 'Shell.c'. | Laszlo Ersek |
2013-12-20 | ShellPkg: fix DmpStore for deleting | Jaben Carsey |
2013-12-20 | ShellPkg: pre-verify split commands | Jaben Carsey |
2013-12-19 | ShellPkg: API name typo. | Jaben Carsey |
2013-12-19 | ShellPkg: fix whitespace character trimming | Jaben Carsey |
2013-12-19 | ShellPkg: CTRL-C stops a running script at the same time | Jaben Carsey |
2013-12-19 | ShellPkg: Refactor the RunCommand API | Jaben Carsey |
2013-12-19 | Converse the return value from 'int' to 'BOOLEAN' for function ‘ContainsSpl... | Shumin Qiu |
2013-12-18 | Rollback the change to EFI_BOOT_KEY_DATA structure since UEFI Spec adds the c... | Ruiyu Ni |
2013-12-17 | ShellPkg: Add missing function header comments | Jaben Carsey |
2013-12-17 | ShellPkg: Fix "for" command statement initialization. | Jaben Carsey |
2013-12-17 | Update code to ensure the pointer ‘CurrentName’ in function ‘PerformSin... | Shumin Qiu |
2013-12-16 | Add a new line to initialize the variable “PassThruProtocol” in ConsoleW... | Shumin Qiu |
2013-12-13 | ShellPkg: add error messages into function | Jaben Carsey |
2013-12-13 | ShellPkg: Refactor updating command line for help use | Jaben Carsey |
2013-12-13 | ShellPkg: Refactor change to current file system | Jaben Carsey |
2013-12-13 | ShellPkg: Refactor Split/Pipe based command lines | Jaben Carsey |
2013-12-13 | ShellPkg: add API for determining operation type | Jaben Carsey |
2013-12-12 | ShellPkg: Refactor Variable replacement into separate function | Jaben Carsey |
2013-12-12 | ShellPkg: Refactor Alias replacement into separate function | Jaben Carsey |
2013-12-12 | ShellPkg: refactor out leading and trailing space trimming | Jaben Carsey |
2013-12-12 | ShellPkg: typo in the last commit. | Jaben Carsey |
2013-12-12 | ShellPkg: Refactor out the searching for pipe characters | Jaben Carsey |
2013-12-10 | ShellPkg: Refactor Pipe handling | Jaben Carsey |
2013-12-09 | ShellPkg: Remove invalid ASSERT | Jaben Carsey |
2013-12-09 | ShellPkg: Add support for CTRL-C within shell user prompting | Jaben Carsey |
2013-12-09 | Follow Shell specification to make sure the “command.man” file is always ... | Shumin Qiu |
2013-12-02 | ShellPkg: Fix pci command to parse seg, bus, dev, and func arguments as hex | Chris Phillips |
2013-12-02 | ShellPkg: Unregister all registrations | Jaben Carsey |
2013-11-22 | ShellPkg: Add ShellHexStrToUintn to allow for simple conversion of hex numbers. | Jaben Carsey |
2013-11-22 | ShellPkg: Fix pci command output of Max and Current Link Speed, and ASPM Supp... | Chris Phillips |
2013-11-22 | ShellPkg: Remove trailing \r\n when redirect to env variable (EX: use ">v") | Chris Phillips |
2013-11-21 | ShellPkg: Correctly support "map -c" | Jaben Carsey |
2013-11-21 | ShellPkg: Update pci command to use ShellPrintEx() | Chris Phillips |
2013-11-20 | ShellPkg: Change MM command output during script execution | Jaben Carsey |
2013-11-19 | ShellPkg pci command: Fix a typo; /r/n => \r\n | Jordan Justen |
2013-11-19 | ShellPkg: Add EfiIdeControllerInitProtocol to Shell’s output | Jaben Carsey |