Age | Commit message (Expand) | Author |
2012-08-17 | Update the "ConErr" related variable name to the new one "ErrOut". | ydong10 |
2012-08-10 | Refine get default language logic for command "drivers". | ydong10 |
2012-08-07 | The format strings are using notations that require UINTNs (like "0x%02x") bu... | ydong10 |
2012-08-07 | Fix a width count error in ClearScreen function. | ydong10 |
2012-08-07 | Refine code to follow coding style. | ydong10 |
2012-07-30 | Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ... | niruiyu |
2012-07-26 | Fix build fail for GCC | ydong10 |
2012-07-26 | Fixed issues: | ydong10 |
2012-07-26 | Roll back the change which caused build fail | ydong10 |
2012-07-23 | ShellPkg: Update string to number conversion to correctly stop at spaces if s... | jcarsey |
2012-07-23 | Add logic to check the execution break flag before executing the next command... | ydong10 |
2012-07-11 | ShellPkg: update pci enumeration routine for platforms with multiple pci segm... | jcarsey |
2012-07-04 | ShellPkg: Fix recursion when deleting all variables. | ydong10 |
2012-06-12 | ShellPkg: Fix en-US characters that are outside the Basic Latin character set... | jcarsey |
2012-05-30 | ShellPkg: Fix display of 64-bit BARs in PCI dump on 32-bit systems. | jcarsey |
2012-05-30 | ShellPkg: Enable Runtime DXE drivers to make use of Shell libraries with the ... | jcarsey |
2012-05-22 | ShellPkg: Enable Ctrl-C characters to be processed over serial interfaces tha... | jcarsey |
2012-04-27 | Enable print error info when execute the application. | ydong10 |
2012-04-27 | Update comments in DmpStore.c to be more suitable. | lzeng14 |
2012-04-26 | Enhance code to more safely and follow coding style. | ydong10 |
2012-04-24 | Update copyright format | hhtian |
2012-04-24 | Update IfConfig.c to use TPL_CALLBACK instead of TPL_CALLBACK - 1 to follow U... | lzeng14 |
2012-04-23 | ShellPkg: hide flashing cursor during startup. | jcarsey |
2012-04-23 | ShellPkg: removed memory leak. | jcarsey |
2012-04-11 | EDK II Packages: Add Contributions.txt and License.txt files | jljusten |
2012-03-26 | correct removal of commit 12951. | jcarsey |
2012-03-15 | Add SMBIOS 2.7.1 support to SmbiosView command. | lzeng14 |
2012-03-14 | Improve robustness when scanning PCI Option ROM. | rsun3 |
2012-03-05 | ShellPkg: Fix ICC11 build failure. | jcarsey |
2012-02-24 | ShellPkg: Fix ICC11 build failure. | jcarsey |
2012-02-02 | ShellPkg: fix 'ls' handling of empty drives where there is not even an "." or... | jcarsey |
2012-02-01 | Add Missing invocations to VA_END() for VA_START(). | rsun3 |
2012-01-31 | Fix type 19 print to match SBMIOS 2.7. | andrewfish |
2012-01-30 | ShellPkg: Update 'echo' command to print everything at once. this allows for... | jcarsey |
2012-01-30 | Fix clang compiler warning. | andrewfish |
2012-01-30 | ShellPkg: Allow for format character strings to be typed in editor without ha... | jcarsey |
2012-01-30 | ShellPkg: add more parenthesis to bcfg command. | jcarsey |
2012-01-27 | ShellPkg: fix redirection file parsing to allow spaces before filename. | jcarsey |
2012-01-27 | ShellPkg: Add support for adding optional data to the bcfg command in debug p... | jcarsey |
2012-01-27 | ShellPkg: parameters with spaces need quotes. | jcarsey |
2012-01-27 | ShellPkg: Add support for adding optional data to the bcfg command. | jcarsey |
2012-01-20 | ShellPkg: This patch fixes the redirection support for a Shell2 application r... | jcarsey |
2012-01-20 | ShellPkg: Fix rm CWD protection to be better at catching similarly named dire... | jcarsey |
2012-01-19 | ShellPkg: Fix SimpleTextInputEx based "CTRL-S" by emptying the buffer to prev... | jcarsey |
2012-01-11 | ShellPkg: Check for Abort flag in main 'for' loop of ls command and propagate... | jcarsey |
2012-01-10 | ShellPkg: Propagate verbose flag down so it can be used in all DH command use... | jcarsey |
2012-01-10 | ShellPkg: Add dump information for PCI Root Bridge IO protocol. | jcarsey |
2012-01-09 | ShellPkg: Add protocols / protocol GUIDs to display and input mapping. | jcarsey |
2012-01-05 | ShellPkg: fix copyright date. | jcarsey |
2012-01-05 | ShellPkg: fix For command parsing list of values. | jcarsey |