| Commit message (Expand) | Author | Age | Files | Lines |
* | Add code to check the return status for ShellReadFile and ShellWriteFile when... | Shumin Qiu | 2014-02-12 | 2 | -2/+13 |
* | ShellPkg: Prevent "set" command from updating %lasterror% | Jaben Carsey | 2014-02-11 | 1 | -2/+2 |
* | ShellPkg: patch to the "for" command when used with "in" iterating files in a... | Leandro G. Biss Becker | 2014-02-05 | 1 | -2/+4 |
* | 1. Fix several comments in function headers for 'ShellProtocol.c', 'ShellProt... | Shumin Qiu | 2014-01-28 | 1 | -1/+3 |
* | ShellPkg/UefiShellLib.c: Execute: Return a Command status even in the old shell | Brendan Jackman | 2014-01-24 | 1 | -3/+17 |
* | ShellLib/UefiShellLib.c: Fix doc comment for ShellOpenFileMetaArg | Brendan Jackman | 2014-01-24 | 1 | -2/+2 |
* | ShellPkg: Refactor Print logic out of main loop function | Jaben Carsey | 2014-01-24 | 1 | -222/+310 |
* | Update prints of variable attributes from 'RS' to 'RT' for 'Dmpstore' command. | Shumin Qiu | 2014-01-23 | 1 | -1/+1 |
* | Update the comments in function headers to follow Doxygen special documentati... | Shumin Qiu | 2014-01-23 | 1 | -10/+20 |
* | Fix CRLF format | Tian, Hot | 2014-01-22 | 2 | -5/+5 |
* | ShellPkg: Remove ASSERT | Jaben Carsey | 2014-01-16 | 1 | -6/+18 |
* | 1. Change the implementation of function 'LoadVariableFromFile' to return SHE... | Shumin Qiu | 2014-01-14 | 1 | -22/+24 |
* | ShellPkg: remove unreachable break statements | Olivier Martin | 2014-01-13 | 1 | -18/+0 |
* | Set the type of return value from function 'LoadVariablesFromFile' in 'DmpSto... | Shumin Qiu | 2014-01-13 | 1 | -1/+1 |
* | ShellPkg: add the last PCIe extended capability decodings | Jaben Carsey | 2014-01-10 | 2 | -9/+222 |
* | ShellPkg: remove potential memory leak with new apps on old shell | Jaben Carsey | 2014-01-10 | 1 | -1/+2 |
* | ShellPkg: remove double free operation | Jaben Carsey | 2014-01-10 | 1 | -1/+0 |
* | Add the feature "dmpstore -l" and "dmpstore -s". | Ruiyu Ni | 2014-01-10 | 2 | -59/+445 |
* | ShellPkg: remove memory leak in file handle list | Jaben Carsey | 2014-01-09 | 1 | -2/+33 |
* | ShellPkg: Add more output to PCI command for extended configuration. | Jaben Carsey | 2014-01-09 | 2 | -23/+583 |
* | Add code to check whether the pointer 'NewBuffer' in 'FileHandelWrappers.c' ... | Shumin Qiu | 2014-01-09 | 1 | -4/+8 |
* | Add the comment for function 'IsValidSplit' in 'Shell.c'. Add code to check w... | Shumin Qiu | 2014-01-07 | 1 | -2/+2 |
* | ShellPkg: fix DmpStore for deleting | Jaben Carsey | 2013-12-20 | 1 | -115/+137 |
* | Rollback the change to EFI_BOOT_KEY_DATA structure since UEFI Spec adds the c... | Ruiyu Ni | 2013-12-18 | 2 | -28/+8 |
* | ShellPkg: Fix "for" command statement initialization. | Jaben Carsey | 2013-12-17 | 1 | -6/+2 |
* | Update code to ensure the pointer ‘CurrentName’ in function ‘PerformSin... | Shumin Qiu | 2013-12-17 | 1 | -0/+7 |
* | ShellPkg: Remove invalid ASSERT | Jaben Carsey | 2013-12-09 | 1 | -1/+0 |
* | ShellPkg: Add support for CTRL-C within shell user prompting | Jaben Carsey | 2013-12-09 | 1 | -0/+21 |
* | ShellPkg: Fix pci command to parse seg, bus, dev, and func arguments as hex | Chris Phillips | 2013-12-02 | 2 | -4/+44 |
* | ShellPkg: Add ShellHexStrToUintn to allow for simple conversion of hex numbers. | Jaben Carsey | 2013-11-22 | 1 | -0/+26 |
* | ShellPkg: Fix pci command output of Max and Current Link Speed, and ASPM Supp... | Chris Phillips | 2013-11-22 | 2 | -14/+27 |
* | ShellPkg: Correctly support "map -c" | Jaben Carsey | 2013-11-21 | 1 | -13/+78 |
* | ShellPkg: Update pci command to use ShellPrintEx() | Chris Phillips | 2013-11-21 | 1 | -233/+226 |
* | ShellPkg: Change MM command output during script execution | Jaben Carsey | 2013-11-20 | 1 | -9/+28 |
* | ShellPkg pci command: Fix a typo; /r/n => \r\n | Jordan Justen | 2013-11-19 | 1 | -1/+1 |
* | ShellPkg: Add EfiIdeControllerInitProtocol to Shell’s output | Jaben Carsey | 2013-11-19 | 4 | -2/+9 |
* | ShellPkg: "For Run" fix for spaces between numerals | Jaben Carsey | 2013-11-15 | 1 | -6/+29 |
* | ShellPkg: Rename duplicate STRING ID | Jaben Carsey | 2013-11-15 | 2 | -1/+1 |
* | ShellPkg: Add DiskIO2, and fix GUID from string check to be case insensitive | Chris Phillips | 2013-11-15 | 4 | -2/+14 |
* | ShellPkg: Skip leading tabs when processing command line and scripts | Chris Phillips | 2013-11-15 | 2 | -3/+13 |
* | ShellPkg: clarify space limitation in comment. | Jaben Carsey | 2013-11-14 | 1 | -1/+1 |
* | ShellPkg: Fixes for the ‘type’ command: | Chris Phillips | 2013-10-18 | 1 | -22/+98 |
* | ShellPkg: Fix for the ‘mv’ command when destination starts with ‘\’. | Chris Phillips | 2013-10-18 | 1 | -0/+9 |
* | ShellPkg: Fixes for the ‘ls’ command: | Chris Phillips | 2013-10-18 | 2 | -36/+48 |
* | ShellPkg: Fixes ‘edit’ command to correctly display ASCII or UNICODE for ... | Chris Phillips | 2013-10-18 | 1 | -0/+3 |
* | ShellPkg: Fixes for shell application launch, argument handling, and version ... | Chris Phillips | 2013-10-18 | 3 | -2/+6 |
* | ShellPkg: Fix ‘ifconfig’ so it will build with NIC_IP4_CONFIG_INFO.Perman... | Chris Phillips | 2013-10-04 | 1 | -0/+0 |
* | ShellPkg: Fix ‘ifconfig’ so it will build with NIC_IP4_CONFIG_INFO.Perman... | Chris Phillips | 2013-10-04 | 1 | -3/+4 |
* | Fix spelling typo in the NIC_IP4_CONFIG_INFO.Permanent variable name, which w... | Samer El-Haj-Mahmoud elhaj | 2013-10-01 | 1 | -5/+5 |
* | ShellPkg: Handle pool allocation failure | Sergei Antonov | 2013-09-20 | 1 | -2/+2 |