1. 44890db Refine code to make it more safely. by ydong10 · 12 years ago
  2. f480fdc Fix always allocate memory issue. by ydong10 · 12 years ago
  3. 81634bf Fix display color error when scroll up/down the screen. by ydong10 · 12 years ago
  4. 44c5d6b Refine coding style. by ydong10 · 12 years ago
  5. 99bb0f8 Fix build fail. by ydong10 · 12 years ago
  6. d697218 Refine the code to make it more safely. by ydong10 · 12 years ago
  7. 3206b5e Change Bcfg.c to use the new definition of EFI_KEY_OPTION. by niruiyu · 12 years ago
  8. 6a34a2e Change Bcfg.c to use the new definition of EFI_KEY_OPTION. by niruiyu · 12 years ago
  9. 4ccd921 Update the "ConErr" related variable name to the new one "ErrOut". by ydong10 · 12 years ago
  10. 36384ce Refine get default language logic for command "drivers". by ydong10 · 12 years ago
  11. a7e57bd The format strings are using notations that require UINTNs (like "0x%02x") but a UINT64 type was being passed instead. This patch adds a typecast to UINTN so the print processing works correctly. by ydong10 · 12 years ago
  12. 1df5c64 Fix a width count error in ClearScreen function. by ydong10 · 12 years ago
  13. cd0842d Refine code to follow coding style. by ydong10 · 12 years ago
  14. 402e4a9 Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx protocol. by niruiyu · 12 years ago
  15. c85c6de Fix build fail for GCC by ydong10 · 12 years ago
  16. 73c8204 Fixed issues: by ydong10 · 12 years ago
  17. 12ea469 Roll back the change which caused build fail by ydong10 · 12 years ago
  18. 05916c1 ShellPkg: Update string to number conversion to correctly stop at spaces if so requested. by jcarsey · 12 years ago
  19. c6a7fef Add logic to check the execution break flag before executing the next command in a script file. by ydong10 · 12 years ago
  20. 2c46dd2 ShellPkg: update pci enumeration routine for platforms with multiple pci segments. by jcarsey · 13 years ago
  21. 9d8fa79 ShellPkg: Fix recursion when deleting all variables. by ydong10 · 13 years ago
  22. 60448d9 ShellPkg: Fix en-US characters that are outside the Basic Latin character set range by jcarsey · 13 years ago
  23. 46cb404 ShellPkg: Fix display of 64-bit BARs in PCI dump on 32-bit systems. by jcarsey · 13 years ago
  24. 6398b08 ShellPkg: Enable Runtime DXE drivers to make use of Shell libraries with the expectation that the driver is responsible for ensuring that they are only called when boot services are present. Also adds a ShellCommandLib Depex for gEfiUnicodeCollation2ProtocolGuid to fix constructor crash when used by drivers. by jcarsey · 13 years ago
  25. 41cf3e4 ShellPkg: Enable Ctrl-C characters to be processed over serial interfaces that do not pass control key modifiers (like SimpleTextInOutSerial) by jcarsey · 13 years ago
  26. 64c7a74 Enable print error info when execute the application. by ydong10 · 13 years ago
  27. ea4fe84 Update comments in DmpStore.c to be more suitable. by lzeng14 · 13 years ago
  28. 8d30000 Enhance code to more safely and follow coding style. by ydong10 · 13 years ago
  29. bff8c6f Update copyright format by hhtian · 13 years ago
  30. 035da67 Update IfConfig.c to use TPL_CALLBACK instead of TPL_CALLBACK - 1 to follow UEFI spec. by lzeng14 · 13 years ago
  31. 5559a41 ShellPkg: hide flashing cursor during startup. by jcarsey · 13 years ago
  32. 5513af6 ShellPkg: removed memory leak. by jcarsey · 13 years ago
  33. ea4ee7a EDK II Packages: Add Contributions.txt and License.txt files by jljusten · 13 years ago
  34. 06c355b correct removal of commit 12951. by jcarsey · 13 years ago
  35. 187cb3d Add SMBIOS 2.7.1 support to SmbiosView command. by lzeng14 · 13 years ago
  36. 94020bb Improve robustness when scanning PCI Option ROM. by rsun3 · 13 years ago
  37. 50b43b1 ShellPkg: Fix ICC11 build failure. by jcarsey · 13 years ago
  38. 287b4d3 ShellPkg: Fix ICC11 build failure. by jcarsey · 13 years ago
  39. 74fa83f ShellPkg: fix 'ls' handling of empty drives where there is not even an "." or ".." directory. by jcarsey · 13 years ago
  40. 3bbe68a Add Missing invocations to VA_END() for VA_START(). by rsun3 · 13 years ago
  41. 4641e70 Fix type 19 print to match SBMIOS 2.7. by andrewfish · 13 years ago
  42. eefe286 ShellPkg: Update 'echo' command to print everything at once. this allows for format color coding on the output. by jcarsey · 13 years ago
  43. 94753eb Fix clang compiler warning. by andrewfish · 13 years ago
  44. 8bb7441 ShellPkg: Allow for format character strings to be typed in editor without having effect on editor screen. by jcarsey · 13 years ago
  45. 479f85b ShellPkg: add more parenthesis to bcfg command. by jcarsey · 13 years ago
  46. f9aefb6 ShellPkg: fix redirection file parsing to allow spaces before filename. by jcarsey · 13 years ago
  47. cff7bff ShellPkg: Add support for adding optional data to the bcfg command in debug profile. by jcarsey · 13 years ago
  48. 49bd498 ShellPkg: parameters with spaces need quotes. by jcarsey · 13 years ago
  49. e1d996b ShellPkg: Add support for adding optional data to the bcfg command. by jcarsey · 13 years ago
  50. 28d9031 ShellPkg: This patch fixes the redirection support for a Shell2 application running in Shell1. by jcarsey · 13 years ago
  51. a32980d ShellPkg: Fix rm CWD protection to be better at catching similarly named directories. by jcarsey · 13 years ago
  52. ecfd71a ShellPkg: Fix SimpleTextInputEx based "CTRL-S" by emptying the buffer to prevent immediate release of the pause. by jcarsey · 13 years ago
  53. a7224ee ShellPkg: Check for Abort flag in main 'for' loop of ls command and propagate the condition when found. by jcarsey · 13 years ago
  54. f0b0e73 ShellPkg: Propagate verbose flag down so it can be used in all DH command use cases. by jcarsey · 13 years ago
  55. f4f3c6b ShellPkg: Add dump information for PCI Root Bridge IO protocol. by jcarsey · 13 years ago
  56. dee3431 ShellPkg: Add protocols / protocol GUIDs to display and input mapping. by jcarsey · 13 years ago
  57. 344b16e ShellPkg: fix copyright date. by jcarsey · 13 years ago
  58. b471606 ShellPkg: fix For command parsing list of values. by jcarsey · 13 years ago
  59. d8fdd52 ShellPkg: Fix swapping of reset behavior. by jcarsey · 13 years ago
  60. 8fcf74a ShellPkg: print error when column index is out of range instead of ASSERT. by jcarsey · 13 years ago
  61. 1921657 ShellPkg: fix Pipe usage verification. by jcarsey · 13 years ago
  62. b714ecb ShellPkg: Updated version number. by geekboy15a · 13 years ago
  63. 8f04ca1 ShellPkg: Fix "-b" usage with timezone command. by jcarsey · 13 years ago
  64. 2e5c97e ShellPkg: Fix handling of empty files in Hexedit by jcarsey · 13 years ago
  65. 0d11446 ShellPkg: Updates the printing of echo for script commands to after the @ checking. by jcarsey · 13 years ago
  66. 73c83c6 ShellPkg: Correct incorrect use of sizeof to use macro for EFI_FILE_INFO size. by jcarsey · 13 years ago
  67. 2d3759d ShellPkg: Update the ‘for’ command to check number length correctly with trailing spaces. by jcarsey · 13 years ago
  68. 37d5c6e Update comment for function header. by ydong10 · 13 years ago
  69. b0934ac ShellPkg: Update comments for functions to clarify buffer origin. by darylm503 · 13 years ago
  70. 031acf6 Shellpkg: Add support for filenames with spaces. by jcarsey · 13 years ago
  71. d16efca Shellpkg: Add support for filenames with spaces. by jcarsey · 13 years ago
  72. 3372840 ShellPkg: swap warm and cold to get the default correct for Reset command. by jcarsey · 13 years ago
  73. 96962f0 Fix a typo when check the return value by ydong10 · 13 years ago
  74. d6c06dd Fix a code typo. Signed-off-by: ydong10 by ydong10 · 13 years ago
  75. c8c2259 ShellPkg: Add checking for memory allocation and pointer returns from functions. by jcarsey · 13 years ago
  76. 532691c ShellPkg: Add checking for memory allocation and pointer returns from functions. by jcarsey · 13 years ago
  77. cf6a8f1 ShellPkg: Set CRC value whenever changing a system table. by jcarsey · 13 years ago
  78. 7a95efd SShellPkg: updating order of cast and addressing of a pointer (2 identical places). by jcarsey · 13 years ago
  79. 0c1950b Check the pointer before use it to avoid potential access violation. by ydong10 · 13 years ago
  80. 4d10ab7 ShellPkg: Add checks for NULL pointers. by jcarsey · 13 years ago
  81. ecae511 ShellPkg: Add checks for NULL pointers. by jcarsey · 13 years ago
  82. beab0fc ShellPkg: Verify memory allocations without ASSERT. by jcarsey · 13 years ago
  83. 02a758c Add pointer check for NULL before dereference it. by sfu5 · 13 years ago
  84. bca163f Clean up the private GUID definition in module Level. by lgao4 · 13 years ago
  85. eca218a ShellPkg: Verify DevicePathToText was successful before using the resultant pointer. by jcarsey · 13 years ago
  86. 1fc3749 ShellPkg: fix support for "\" (or "\.") meaning root of drive. by jcarsey · 13 years ago
  87. f62f07e Refine code to follow coding style. by ydong10 · 13 years ago
  88. 7929788 ShellPkg: Update revision info. by jcarsey · 13 years ago
  89. f912597 ShellPkg: Fix concatenation on full device paths. by jcarsey · 13 years ago
  90. b6b22b1 ShellPkg: Eliminate loss of high bits in return value from exit command on 64 bit platform. by jcarsey · 13 years ago
  91. 0f87f73 ShellPkg: Add missing function descriptor comment. by jcarsey · 13 years ago
  92. 6a5aa4d ShellPkg: Add 3 missing function declaration comments and change a function static variable to a file global variable. by jcarsey · 13 years ago
  93. a0cd353 ShellPkg: allow for mm command to properly write PCIe in non-interactive mode. by jcarsey · 13 years ago
  94. 4ff7e37 Refine comments and two code style. by ydong10 · 13 years ago
  95. 5d46f17 ShellPkg: fix ShellPrint-functions to allow for escape character to prevent attribute changes. by jcarsey · 13 years ago
  96. d159ab9 ShellPkg: fix build error when converting INTN to INT32. by jcarsey · 13 years ago
  97. 382e78c ShellPkg: bug fix for edit search/replace function by jcarsey · 13 years ago
  98. 848997b This adds support for @ prefixed commands in script files. by jcarsey · 13 years ago
  99. 573d7e4 remove CatSPrint from ShellPkg. by jcarsey · 13 years ago
  100. 1e2b43f ShellPkg: Added the Ctrl based hot key for hexedit by jcarsey · 13 years ago