1. e886b67 ShellPkg: Fix pointer initialization error of “ShellOpt” Shell environment variable by jcarsey · 12 years ago
  2. caa6c0c ShellPkg: Minor change to EDIT and HEXEDIT commands to make the title bars consistent and remove unnecessary “2.0” string by jcarsey · 12 years ago
  3. 5904052 ShellPkg: Updates to DumpHex() and ‘dmem’ command for correct output format by jcarsey · 12 years ago
  4. eafd681 Refine code to follow coding style. by ydong10 · 12 years ago
  5. d51088b ShellPkg: Updates to 'help' command by jcarsey · 12 years ago
  6. 7ac133d ShellPkg: Updates to 'smbiosview' command by jcarsey · 12 years ago
  7. 73b5f8b ShellPkg: Remove “2.0” prefix text from shell prompt. by jcarsey · 12 years ago
  8. 9267047 ShellPkg: Fix line responsible for deleting “cwd” variable when exit shell. by jcarsey · 12 years ago
  9. 0406a57 ShellPkg: Clean up header file usage. by jcarsey · 12 years ago
  10. 3f86957 ShellPkg: Correct 3 places where memory was not being properly released by the shell. by jcarsey · 12 years ago
  11. 7714cf7 Fix a bug that BCFG creates Key#### variable bigger than it should be. by niruiyu · 12 years ago
  12. 75dce34 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot option on the different IP stack is selected. by sfu5 · 12 years ago
  13. ce68d3b Add missing braces around initializer. by lzeng14 · 12 years ago
  14. f330ff3 Contributed-under: TianoCore Contribution Agreement 1.0 by mdkinney · 12 years ago
  15. 44890db Refine code to make it more safely. by ydong10 · 12 years ago
  16. f480fdc Fix always allocate memory issue. by ydong10 · 12 years ago
  17. 81634bf Fix display color error when scroll up/down the screen. by ydong10 · 12 years ago
  18. 44c5d6b Refine coding style. by ydong10 · 12 years ago
  19. 99bb0f8 Fix build fail. by ydong10 · 12 years ago
  20. d697218 Refine the code to make it more safely. by ydong10 · 12 years ago
  21. 3206b5e Change Bcfg.c to use the new definition of EFI_KEY_OPTION. by niruiyu · 12 years ago
  22. 6a34a2e Change Bcfg.c to use the new definition of EFI_KEY_OPTION. by niruiyu · 12 years ago
  23. 4ccd921 Update the "ConErr" related variable name to the new one "ErrOut". by ydong10 · 12 years ago
  24. 36384ce Refine get default language logic for command "drivers". by ydong10 · 12 years ago
  25. 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
  26. 1df5c64 Fix a width count error in ClearScreen function. by ydong10 · 12 years ago
  27. cd0842d Refine code to follow coding style. by ydong10 · 12 years ago
  28. 402e4a9 Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx protocol. by niruiyu · 12 years ago
  29. c85c6de Fix build fail for GCC by ydong10 · 12 years ago
  30. 73c8204 Fixed issues: by ydong10 · 12 years ago
  31. 12ea469 Roll back the change which caused build fail by ydong10 · 12 years ago
  32. 05916c1 ShellPkg: Update string to number conversion to correctly stop at spaces if so requested. by jcarsey · 12 years ago
  33. c6a7fef Add logic to check the execution break flag before executing the next command in a script file. by ydong10 · 12 years ago
  34. 2c46dd2 ShellPkg: update pci enumeration routine for platforms with multiple pci segments. by jcarsey · 13 years ago
  35. 9d8fa79 ShellPkg: Fix recursion when deleting all variables. by ydong10 · 13 years ago
  36. 60448d9 ShellPkg: Fix en-US characters that are outside the Basic Latin character set range by jcarsey · 13 years ago
  37. 46cb404 ShellPkg: Fix display of 64-bit BARs in PCI dump on 32-bit systems. by jcarsey · 13 years ago
  38. 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
  39. 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
  40. 64c7a74 Enable print error info when execute the application. by ydong10 · 13 years ago
  41. ea4fe84 Update comments in DmpStore.c to be more suitable. by lzeng14 · 13 years ago
  42. 8d30000 Enhance code to more safely and follow coding style. by ydong10 · 13 years ago
  43. bff8c6f Update copyright format by hhtian · 13 years ago
  44. 035da67 Update IfConfig.c to use TPL_CALLBACK instead of TPL_CALLBACK - 1 to follow UEFI spec. by lzeng14 · 13 years ago
  45. 5559a41 ShellPkg: hide flashing cursor during startup. by jcarsey · 13 years ago
  46. 5513af6 ShellPkg: removed memory leak. by jcarsey · 13 years ago
  47. ea4ee7a EDK II Packages: Add Contributions.txt and License.txt files by jljusten · 13 years ago
  48. 06c355b correct removal of commit 12951. by jcarsey · 13 years ago
  49. 187cb3d Add SMBIOS 2.7.1 support to SmbiosView command. by lzeng14 · 13 years ago
  50. 94020bb Improve robustness when scanning PCI Option ROM. by rsun3 · 13 years ago
  51. 50b43b1 ShellPkg: Fix ICC11 build failure. by jcarsey · 13 years ago
  52. 287b4d3 ShellPkg: Fix ICC11 build failure. by jcarsey · 13 years ago
  53. 74fa83f ShellPkg: fix 'ls' handling of empty drives where there is not even an "." or ".." directory. by jcarsey · 13 years ago
  54. 3bbe68a Add Missing invocations to VA_END() for VA_START(). by rsun3 · 13 years ago
  55. 4641e70 Fix type 19 print to match SBMIOS 2.7. by andrewfish · 13 years ago
  56. eefe286 ShellPkg: Update 'echo' command to print everything at once. this allows for format color coding on the output. by jcarsey · 13 years ago
  57. 94753eb Fix clang compiler warning. by andrewfish · 13 years ago
  58. 8bb7441 ShellPkg: Allow for format character strings to be typed in editor without having effect on editor screen. by jcarsey · 13 years ago
  59. 479f85b ShellPkg: add more parenthesis to bcfg command. by jcarsey · 13 years ago
  60. f9aefb6 ShellPkg: fix redirection file parsing to allow spaces before filename. by jcarsey · 13 years ago
  61. cff7bff ShellPkg: Add support for adding optional data to the bcfg command in debug profile. by jcarsey · 13 years ago
  62. 49bd498 ShellPkg: parameters with spaces need quotes. by jcarsey · 13 years ago
  63. e1d996b ShellPkg: Add support for adding optional data to the bcfg command. by jcarsey · 13 years ago
  64. 28d9031 ShellPkg: This patch fixes the redirection support for a Shell2 application running in Shell1. by jcarsey · 13 years ago
  65. a32980d ShellPkg: Fix rm CWD protection to be better at catching similarly named directories. by jcarsey · 13 years ago
  66. ecfd71a ShellPkg: Fix SimpleTextInputEx based "CTRL-S" by emptying the buffer to prevent immediate release of the pause. by jcarsey · 13 years ago
  67. a7224ee ShellPkg: Check for Abort flag in main 'for' loop of ls command and propagate the condition when found. by jcarsey · 13 years ago
  68. f0b0e73 ShellPkg: Propagate verbose flag down so it can be used in all DH command use cases. by jcarsey · 13 years ago
  69. f4f3c6b ShellPkg: Add dump information for PCI Root Bridge IO protocol. by jcarsey · 13 years ago
  70. dee3431 ShellPkg: Add protocols / protocol GUIDs to display and input mapping. by jcarsey · 13 years ago
  71. 344b16e ShellPkg: fix copyright date. by jcarsey · 13 years ago
  72. b471606 ShellPkg: fix For command parsing list of values. by jcarsey · 13 years ago
  73. d8fdd52 ShellPkg: Fix swapping of reset behavior. by jcarsey · 13 years ago
  74. 8fcf74a ShellPkg: print error when column index is out of range instead of ASSERT. by jcarsey · 13 years ago
  75. 1921657 ShellPkg: fix Pipe usage verification. by jcarsey · 13 years ago
  76. b714ecb ShellPkg: Updated version number. by geekboy15a · 13 years ago
  77. 8f04ca1 ShellPkg: Fix "-b" usage with timezone command. by jcarsey · 13 years ago
  78. 2e5c97e ShellPkg: Fix handling of empty files in Hexedit by jcarsey · 13 years ago
  79. 0d11446 ShellPkg: Updates the printing of echo for script commands to after the @ checking. by jcarsey · 13 years ago
  80. 73c83c6 ShellPkg: Correct incorrect use of sizeof to use macro for EFI_FILE_INFO size. by jcarsey · 13 years ago
  81. 2d3759d ShellPkg: Update the ‘for’ command to check number length correctly with trailing spaces. by jcarsey · 13 years ago
  82. 37d5c6e Update comment for function header. by ydong10 · 13 years ago
  83. b0934ac ShellPkg: Update comments for functions to clarify buffer origin. by darylm503 · 13 years ago
  84. 031acf6 Shellpkg: Add support for filenames with spaces. by jcarsey · 13 years ago
  85. d16efca Shellpkg: Add support for filenames with spaces. by jcarsey · 13 years ago
  86. 3372840 ShellPkg: swap warm and cold to get the default correct for Reset command. by jcarsey · 13 years ago
  87. 96962f0 Fix a typo when check the return value by ydong10 · 13 years ago
  88. d6c06dd Fix a code typo. Signed-off-by: ydong10 by ydong10 · 13 years ago
  89. c8c2259 ShellPkg: Add checking for memory allocation and pointer returns from functions. by jcarsey · 13 years ago
  90. 532691c ShellPkg: Add checking for memory allocation and pointer returns from functions. by jcarsey · 13 years ago
  91. cf6a8f1 ShellPkg: Set CRC value whenever changing a system table. by jcarsey · 13 years ago
  92. 7a95efd SShellPkg: updating order of cast and addressing of a pointer (2 identical places). by jcarsey · 13 years ago
  93. 0c1950b Check the pointer before use it to avoid potential access violation. by ydong10 · 13 years ago
  94. 4d10ab7 ShellPkg: Add checks for NULL pointers. by jcarsey · 13 years ago
  95. ecae511 ShellPkg: Add checks for NULL pointers. by jcarsey · 13 years ago
  96. beab0fc ShellPkg: Verify memory allocations without ASSERT. by jcarsey · 13 years ago
  97. 02a758c Add pointer check for NULL before dereference it. by sfu5 · 13 years ago
  98. bca163f Clean up the private GUID definition in module Level. by lgao4 · 13 years ago
  99. eca218a ShellPkg: Verify DevicePathToText was successful before using the resultant pointer. by jcarsey · 13 years ago
  100. 1fc3749 ShellPkg: fix support for "\" (or "\.") meaning root of drive. by jcarsey · 13 years ago