1. 6807426 ShellPkg: Add optional 'tftp' EFI Shell command by Ronald Cron · 9 years ago
  2. 68227ac ShellPkg: decode serial console attribute set failure status when used thru sermode command by Tapan Shah · 9 years ago
  3. c84f2b5 ShellPkg: Increase PcdShellFileOperationSize by Brendan Jackman · 9 years ago
  4. 39a6506 ShellPkg: Fix ping IPv6 stack usage mode failure issue by Jiaxin Wu · 9 years ago
  5. 4dc0d57 ShellPkg: Refine code to use Strn**S safe functions instead of Str**S ones in some cases. by Qiu Shumin · 9 years ago
  6. 41a55ff ShellPkg: Remove Status definition in function scope by jiaxinwu · 9 years ago
  7. 00a6ad1 ShellPkg: Add Ip4Config2 Protocol defintion in UefiHandleParsingLib by jiaxinwu · 9 years ago
  8. 7c25b7e ShellPkg: Update ping/ifconfig library source code to consume Ip4Config2 protocol. by jiaxinwu · 9 years ago
  9. cceb4eb ShellPkg: Fix typo of 'determines' in ShellPkg. by Bruce Cran · 9 years ago
  10. a5e28cc ShellPkg: Fix bug introduced by r17730. by Heyi Guo · 9 years ago
  11. 80f3e34 ShellPkg: fix string to number conversion with "0 " by Jaben Carsey · 9 years ago
  12. c587fd3 ShellPkg: Refine the code logic of StrnCatGrow. by Qiu Shumin · 9 years ago
  13. 2ce8ce9 ShellPkg: Refine the code logic of mv.c. by Qiu Shumin · 10 years ago
  14. 6956ecf ShellPkg: Refine code to make catenae length more precise. by Qiu Shumin · 10 years ago
  15. e75390f ShellPkg: Use safe string functions to refine code. by Qiu Shumin · 10 years ago
  16. f5bc9da ShellPkg: Make BOOLEAN variable not use explicit comparison. by Qiu Shumin · 10 years ago
  17. 8e4fd50 ShellPkg: update Console to clear screen when resetting by Jaben Carsey · 10 years ago
  18. c17c4a1 ShellPkg\Application\Shell: Clean start row information after the console has been Reset or SetMode. by Qiu Shumin · 10 years ago
  19. 4fe19af ShellPkg: Fix the Non-ASCII char and do code refine. by Qiu Shumin · 10 years ago
  20. 307f2ce ShellPkg: Handle escape characters properly for parse command by Tapan Shah · 10 years ago
  21. 421fbf9 ShellPkg: Add pipe support for parse command by Tapan Shah · 10 years ago
  22. b9a9f56 ShellPkg: Update help output for correct alphabetical by Jaben Carsey · 10 years ago
  23. 4024c11 ShellPkg: Add DiskInfo GUID matching to the She by Samer El-Haj-Mahmoud · 10 years ago
  24. db90606 ShellPkg: Fix buffer overflow issue in 'map' command. by Qiu Shumin · 10 years ago
  25. 00ad50f ShellPkg: Update CopyRight to 2015 by Liming Gao · 10 years ago
  26. 6c4542e ShellPkg: Update Shell MemMap command to show PersistentMemory range by Liming Gao · 10 years ago
  27. 654a012 ShellPkg: Refine the logic about allocating memory for variable name and data. by Qiu Shumin · 10 years ago
  28. 74760c9 ShellPkg: Remove memory leak when printing help and there are dynamic commands installed by Jaben Carsey · 10 years ago
  29. 2a04735 ShellPkg/HandleParsingLib: Caller should free memory from 2 functions by Jaben Carsey · 10 years ago
  30. bcd5efb ShellPkg: Remove "ProtocolGuid" from the string for protocol names by Jaben Carsey · 10 years ago
  31. 2ce9792 ShellPkg/UefiShellLevel2CommandsLib: Handle the returned error by Olivier Martin · 10 years ago
  32. bf6bbc2 ShellPkg: fix mv and cp command related issues by Tapan Shah · 10 years ago
  33. bbf57d4 ShellPkg: UefiShellDebug1CommandsLib: fix hex string parsing in SETVAR by Laszlo Ersek · 10 years ago
  34. 12e1bb0 ShellPkg: UefiShellDebug1CommandsLib: fix SETVAR option summary by Laszlo Ersek · 10 years ago
  35. 88ff5ba ShellPkg: Added newline at the end of source files by Olivier Martin · 10 years ago
  36. 484dd08 ShellPkg: Remove extra quotes surrounding flag values. by Qiu Shumin · 10 years ago
  37. ec8a502 ShellPkg: update smbiosview for SMBIOS 3.0. by Elvin Li · 10 years ago
  38. 85efb9d ShellPkg: Fix typo in ShellPkg. by Qiu Shumin · 10 years ago
  39. af7a3a5 ShellPkg: Add type cast to avoid build failure in VS2005. by Qiu Shumin · 10 years ago
  40. 3eb46cf ShellPkg: Help and Error Messages Update by Tapan Shah · 10 years ago
  41. d63d221 ShellPkg: smbiosview shows wrong information for Type 27. by Elvin Li · 10 years ago
  42. 447cb91 ShellPkg: Fixed EBC build error. by Elvin Li · 10 years ago
  43. 325d3f8 ShellPkg: Update Intel copyright to 2015. by Elvin Li · 10 years ago
  44. 1581c9a ShellPkg: Parse new SMBIOS 3.0 fields. by Elvin Li · 10 years ago
  45. a8577b3 ShellPkg/UefiShellLib: Fixed ARM compiler error by Olivier Martin · 10 years ago
  46. d08a546 Shellpkg: Fix spelling errors in Shell.c/Shell.h comments by Joe Peterson · 10 years ago
  47. a8f9880 ShellPkg: command help with -? flag is not working and it gives too many arguments error message. by Jaben Carsey · 10 years ago
  48. c011b6c ShellPkg: Standardized HP Copyright Message String by Tapan Shah · 10 years ago
  49. fe8ec3d ShellPkg: Revert 16720 and 16734. by Jaben Carsey · 10 years ago
  50. a95cf8f ShellPkg: Revert 16720 and 16734. by Jaben Carsey · 10 years ago
  51. 432bf14 ShellPkg: cast return value to correct type based on what we passed in. by Jaben Carsey · 10 years ago
  52. 69c569b ShellPkg: Fix typos. by Qiu Shumin · 10 years ago
  53. e54a10b ShellPkg: Update Level3 profile commands response output by Tapan Shah · 10 years ago
  54. ab7c10f ShellPkg: Update Network1 profile commands response output by Tapan Shah · 10 years ago
  55. 099e8ff ShellPkg: Update Level2 profile commands response output by Tapan Shah · 10 years ago
  56. 4092a8f ShellPkg: Update Debug1 profile commands response output by Tapan Shah · 10 years ago
  57. 0861eda ShellPkg: Update Level1 profile commands response output by Tapan Shah · 10 years ago
  58. bc28072 ShellPkg: Update Driver1 profile commands response output by Tapan Shah · 10 years ago
  59. 356c553 ShellPkg: Update bcfg command response output by Tapan Shah · 10 years ago
  60. 7df7964 ShellPkg: Update Shell.uni file with a better general command response output. by Tapan Shah · 10 years ago
  61. 3f3c489 */Contributions.txt: Update example email address by Jordan Justen · 10 years ago
  62. 0a82f7a ShellPkg: Refactor out a now-redundant function by Jaben Carsey · 10 years ago
  63. 5e737e8 ShellPkg: Add quotes around NSH index argument replacement by Jaben Carsey · 10 years ago
  64. 3ab016b ShellPkg: Fix typos. by Qiu Shumin · 10 years ago
  65. 7cc7022 ShellPkg: Refactor quote and escape search to use new function by Jaben Carsey · 10 years ago
  66. 00534bc ShellPkg: Refactor Split search to generic function by Jaben Carsey · 10 years ago
  67. 14030c5 ShellPkg: refine command line parsing by Jaben Carsey · 10 years ago
  68. fdd52bd ShellPkg: Always remove non-defined environment variable by Jaben Carsey · 10 years ago
  69. ecd07f3 ShellPkg: Refine the fomat in INF/DEC files to follow spec. by Qiu Shumin · 10 years ago
  70. 3fe23dc ShellPkg: UefiShellLib: drop wrong PathLib library class dependency by Laszlo Ersek · 10 years ago
  71. 21a86a7 ShellPkg: allow creating of files to create required directory path by jaben carsey · 10 years ago
  72. ae591c1 MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library Migration. by Daryl McDaniel · 10 years ago
  73. 4243567 ShellPkg: Check the unrecognized environment variable name before it is removed from command line. by Qiu Shumin · 10 years ago
  74. 6f6792b ShellPkg: Add code to handle the split ('|') in a double-quoted string. by Qiu Shumin · 10 years ago
  75. 2c23dda ShellPkg: Remove IntelFramweorkModulePkg as Shell library dependency by jaben carsey · 10 years ago
  76. 1d6ccad ShellPkg: Code refine. Add error handling code to check pointer and remove redundant 'ASSERT'. by Qiu Shumin · 10 years ago
  77. 4108980 Refine code to follow edkii coding style. by Dong Eric · 10 years ago
  78. d86b04f ShellPkg: Connect all the consoles in "reconnect -r". by Qiu Shumin · 10 years ago
  79. 59febea ShellPkg: Update Shell DH command to display more info. by Samer El-Haj-Mahmoud · 10 years ago
  80. 0db3fad ShellPkg: Add extended USB decoding for consistent device names by jaben carsey · 10 years ago
  81. cc4c331 ShellPkg: Add optional extended decode for Vendor Device Nodes for consistent map names by jaben carsey · 10 years ago
  82. 76c94bb ShellPkg: Fix 'parse' command to use ," for SFO column delimiter by Chris Phillips · 10 years ago
  83. bab9f94 ShellPkg: Code refine to avoid potential dereference of pointer. by Qiu Shumin · 10 years ago
  84. 9b58952 [PATHC] ShellPkg: control code flow with a PCD by Jaben Carsey · 10 years ago
  85. 1531a46 ShellPkg: Add type cast to avoid build failure in VS2005. by Qiu Shumin · 10 years ago
  86. 931b2cf ShellPkg: Fixed variable set but never used by Olivier Martin · 10 years ago
  87. 658bf43 ShellPkg: Fix timezone command by jcarsey · 10 years ago
  88. 26830e8 EDK II Contributions.txt: Update patch format information by Jordan Justen · 10 years ago
  89. 4d5b818 [Patch] ShellPkg: Remove unused PCD from INF file by jcarsey · 10 years ago
  90. 4c4d470 ShellPkg: Comments update and code refine. by Qiu Shumin · 10 years ago
  91. 65ef0b0 ShellPkg: Add a typecast to 'BOOLEAN' to avoid build failure in VS2005. by Qiu Shumin · 10 years ago
  92. e456bb8 ShellPkg: fix "incompatible pointer type" build error by Gabriel Somlo · 10 years ago
  93. 842949f ShellPkg: hexedit command does not return lasterror equal to 0 when exiting from editor by jcarsey · 10 years ago
  94. 8896351 Dmpstore command does not return lasterror equal to 0 when ‘-s’ flag used to dump variables in file by jcarsey · 10 years ago
  95. 75e34de ShellPkg: Fix Meta Data misspelling by Jaben Carsey · 10 years ago
  96. 475387e ShellPkg: Update SetVar to use existing attributes for updating existing variables. by Jaben Carsey · 10 years ago
  97. 7fe3fba ShellPkg: Update MV. now supports across file system moves. by Jaben Carsey · 10 years ago
  98. 1fd8de3 ShellPkg: Make the argument type match the function expected parameter type to avoid build fail in GCC45. by Qiu Shumin · 10 years ago
  99. 427d61a ShellPkg: Refine code style to avoid potential NullPointer dereference. by Qiu Shumin · 10 years ago
  100. 77eef0d ShellPkg: Fix setting hot key for boot option fail. by Qiu Shumin · 10 years ago