1. c617380 ShellPkg: Refine code by initializing local variable and adding ASSERT statement. by Qiu Shumin · 9 years ago
  2. 490ce43 ShellPkg: Fix 'EfiShellExecute' doesn't get command status correctly. by Qiu Shumin · 9 years ago
  3. 0a7102f ShellPkg: Update 'tftp' command help output and error messages by Tapan Shah · 9 years ago
  4. fbd2dfa ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir(). by Qiu Shumin · 9 years ago
  5. 48cb33e ShellPkg: Fix ASCII input redirection does not work correctly. by Qiu Shumin · 9 years ago
  6. da6b8fe ShellPkg: Use safe string functions to refine 'Tftp.c' code. by Qiu Shumin · 9 years ago
  7. 938d65a ShellPkg: Print error message when Shell set environment variable fail. by Qiu Shumin · 9 years ago
  8. 7534ae5 ShellPkg: Add a simple case to test shell parameter parsing logic by Ruiyu Ni · 9 years ago
  9. 30634ed ShellPkg: Build all libraries unconditionally. by Qiu Shumin · 9 years ago
  10. 7367e66 ShellPkg: UefiShellTftpCommandLib: fix incompatible pointer assignment by Laszlo Ersek · 9 years ago
  11. 6add86a ShellPkg: Update tftp to build with current tip by Jaben Carsey · 9 years ago
  12. 310b053 Revert 18541 by Jaben Carsey · 9 years ago
  13. 0994fe6 ShellPkg: Update tftp to build with current tip by Jaben Carsey · 9 years ago
  14. 09d1c9e ShellPkg: Added SMBIOS 2.8 Type 17 changes to smbiosview by Samer El-Haj-Mahmoud · 9 years ago
  15. 08b822e ShellPkg: Added SMBIOS 3.0 support in dmem. by Samer El-Haj-Mahmoud · 9 years ago
  16. 1fab917 ShellPkg: Fix GCC build fail and code refine. by Qiu Shumin · 9 years ago
  17. fb977e3 ShellPkg: Fix Shell fail when execute command in ShellProtocol.Execute(). by Yang Jadis · 9 years ago
  18. c9e2403 ShellPkg: Fix a command line unicode string type. by Samer El-Haj-Mahmoud · 9 years ago
  19. 2c55a81 ShellPkg: Rename some functions in Dp to avoid build errors. by Samer El-Haj-Mahmoud · 9 years ago
  20. 725507b ShellPkg: Update the help information for 'setvar' command to follow Shell behavior. by Qiu Shumin · 9 years ago
  21. a5382ce ShellPkg: Fix Shell does not support ASCII pipe(|a). by Qiu Shumin · 9 years ago
  22. 389824f ShellPkg: Fix Shell fail with redundant space following delay number. by Qiu Shumin · 9 years ago
  23. 8337590 ShellPkg: Fix 'for' command fail with multiple fields. by Qiu Shumin · 9 years ago
  24. 4c33aac ShellPkg: Replace use case of deprecated function GetVariable with GetVariable2. by Eric Dong · 9 years ago
  25. 34297ce ShellPkg: Get media status in ifconfig command by Jiaxin Wu · 9 years ago
  26. 3cdd434 ShellPkg: Replace use case of deprecated function GetVariable with GetVariable2. by Eric Dong · 9 years ago
  27. 57a3e4f ShellPkg: Fix the ASSERT issue in drvcfg command. by Qiu Shumin · 9 years ago
  28. 86819ad ShellPkg: use UEFI_APPLICATION module type for Shell components by Ard Biesheuvel · 9 years ago
  29. d6cf1af ShellPkg: Fix 'ifconfig' can't get the address from dhcp in some case by Jiaxin Wu · 9 years ago
  30. ad93e04 ShellPkg: force use of AARCH64 small model when building DEBUG shell by Ard Biesheuvel · 9 years ago
  31. a0f2af3 ShellPkg\Tftp.c: Refine parameter name and use implicit comparison for BOOLEAN variable. by Qiu Shumin · 9 years ago
  32. 0fcf66a ShellPkg: Add function comments and refine code format to follow EDKII coding style. by Qiu Shumin · 9 years ago
  33. f52e226 ShellPkg: Refine global variable name to follow EDK II coding style. by Kinney, Michael D · 9 years ago
  34. eff60c1 ShellPkg: Fix build failure in VS2015. by Kinney, Michael D · 9 years ago
  35. 3fd56a2 ShellPkg: Fix issue about ping fail with IPv4 by Jiaxin Wu · 9 years ago
  36. a8d6ea0 ShellPkg: Fix 'drivers' assert issue for a driver name longer than 35 characters. by Tapan Shah · 9 years ago
  37. 983fffd ShellPkg: prevent Close call when Open failed by Jaben Carsey · 9 years ago
  38. b0f81b6 ShellPkg: Fix the ASSERT issue in Shell 'for' loop by Qiu Shumin · 9 years ago
  39. 1a670f6 ShellPkg: Fix bad TimeZone (TZ) conversion. by Andrew Fish · 9 years ago
  40. 6807426 ShellPkg: Add optional 'tftp' EFI Shell command by Ronald Cron · 9 years ago
  41. 68227ac ShellPkg: decode serial console attribute set failure status when used thru sermode command by Tapan Shah · 9 years ago
  42. c84f2b5 ShellPkg: Increase PcdShellFileOperationSize by Brendan Jackman · 9 years ago
  43. 39a6506 ShellPkg: Fix ping IPv6 stack usage mode failure issue by Jiaxin Wu · 9 years ago
  44. 4dc0d57 ShellPkg: Refine code to use Strn**S safe functions instead of Str**S ones in some cases. by Qiu Shumin · 9 years ago
  45. 41a55ff ShellPkg: Remove Status definition in function scope by jiaxinwu · 9 years ago
  46. 00a6ad1 ShellPkg: Add Ip4Config2 Protocol defintion in UefiHandleParsingLib by jiaxinwu · 9 years ago
  47. 7c25b7e ShellPkg: Update ping/ifconfig library source code to consume Ip4Config2 protocol. by jiaxinwu · 9 years ago
  48. cceb4eb ShellPkg: Fix typo of 'determines' in ShellPkg. by Bruce Cran · 9 years ago
  49. a5e28cc ShellPkg: Fix bug introduced by r17730. by Heyi Guo · 9 years ago
  50. 80f3e34 ShellPkg: fix string to number conversion with "0 " by Jaben Carsey · 9 years ago
  51. c587fd3 ShellPkg: Refine the code logic of StrnCatGrow. by Qiu Shumin · 9 years ago
  52. 2ce8ce9 ShellPkg: Refine the code logic of mv.c. by Qiu Shumin · 9 years ago
  53. 6956ecf ShellPkg: Refine code to make catenae length more precise. by Qiu Shumin · 9 years ago
  54. e75390f ShellPkg: Use safe string functions to refine code. by Qiu Shumin · 9 years ago
  55. f5bc9da ShellPkg: Make BOOLEAN variable not use explicit comparison. by Qiu Shumin · 10 years ago
  56. 8e4fd50 ShellPkg: update Console to clear screen when resetting by Jaben Carsey · 10 years ago
  57. c17c4a1 ShellPkg\Application\Shell: Clean start row information after the console has been Reset or SetMode. by Qiu Shumin · 10 years ago
  58. 4fe19af ShellPkg: Fix the Non-ASCII char and do code refine. by Qiu Shumin · 10 years ago
  59. 307f2ce ShellPkg: Handle escape characters properly for parse command by Tapan Shah · 10 years ago
  60. 421fbf9 ShellPkg: Add pipe support for parse command by Tapan Shah · 10 years ago
  61. b9a9f56 ShellPkg: Update help output for correct alphabetical by Jaben Carsey · 10 years ago
  62. 4024c11 ShellPkg: Add DiskInfo GUID matching to the She by Samer El-Haj-Mahmoud · 10 years ago
  63. db90606 ShellPkg: Fix buffer overflow issue in 'map' command. by Qiu Shumin · 10 years ago
  64. 00ad50f ShellPkg: Update CopyRight to 2015 by Liming Gao · 10 years ago
  65. 6c4542e ShellPkg: Update Shell MemMap command to show PersistentMemory range by Liming Gao · 10 years ago
  66. 654a012 ShellPkg: Refine the logic about allocating memory for variable name and data. by Qiu Shumin · 10 years ago
  67. 74760c9 ShellPkg: Remove memory leak when printing help and there are dynamic commands installed by Jaben Carsey · 10 years ago
  68. 2a04735 ShellPkg/HandleParsingLib: Caller should free memory from 2 functions by Jaben Carsey · 10 years ago
  69. bcd5efb ShellPkg: Remove "ProtocolGuid" from the string for protocol names by Jaben Carsey · 10 years ago
  70. 2ce9792 ShellPkg/UefiShellLevel2CommandsLib: Handle the returned error by Olivier Martin · 10 years ago
  71. bf6bbc2 ShellPkg: fix mv and cp command related issues by Tapan Shah · 10 years ago
  72. bbf57d4 ShellPkg: UefiShellDebug1CommandsLib: fix hex string parsing in SETVAR by Laszlo Ersek · 10 years ago
  73. 12e1bb0 ShellPkg: UefiShellDebug1CommandsLib: fix SETVAR option summary by Laszlo Ersek · 10 years ago
  74. 88ff5ba ShellPkg: Added newline at the end of source files by Olivier Martin · 10 years ago
  75. 484dd08 ShellPkg: Remove extra quotes surrounding flag values. by Qiu Shumin · 10 years ago
  76. ec8a502 ShellPkg: update smbiosview for SMBIOS 3.0. by Elvin Li · 10 years ago
  77. 85efb9d ShellPkg: Fix typo in ShellPkg. by Qiu Shumin · 10 years ago
  78. af7a3a5 ShellPkg: Add type cast to avoid build failure in VS2005. by Qiu Shumin · 10 years ago
  79. 3eb46cf ShellPkg: Help and Error Messages Update by Tapan Shah · 10 years ago
  80. d63d221 ShellPkg: smbiosview shows wrong information for Type 27. by Elvin Li · 10 years ago
  81. 447cb91 ShellPkg: Fixed EBC build error. by Elvin Li · 10 years ago
  82. 325d3f8 ShellPkg: Update Intel copyright to 2015. by Elvin Li · 10 years ago
  83. 1581c9a ShellPkg: Parse new SMBIOS 3.0 fields. by Elvin Li · 10 years ago
  84. a8577b3 ShellPkg/UefiShellLib: Fixed ARM compiler error by Olivier Martin · 10 years ago
  85. d08a546 Shellpkg: Fix spelling errors in Shell.c/Shell.h comments by Joe Peterson · 10 years ago
  86. a8f9880 ShellPkg: command help with -? flag is not working and it gives too many arguments error message. by Jaben Carsey · 10 years ago
  87. c011b6c ShellPkg: Standardized HP Copyright Message String by Tapan Shah · 10 years ago
  88. fe8ec3d ShellPkg: Revert 16720 and 16734. by Jaben Carsey · 10 years ago
  89. a95cf8f ShellPkg: Revert 16720 and 16734. by Jaben Carsey · 10 years ago
  90. 432bf14 ShellPkg: cast return value to correct type based on what we passed in. by Jaben Carsey · 10 years ago
  91. 69c569b ShellPkg: Fix typos. by Qiu Shumin · 10 years ago
  92. e54a10b ShellPkg: Update Level3 profile commands response output by Tapan Shah · 10 years ago
  93. ab7c10f ShellPkg: Update Network1 profile commands response output by Tapan Shah · 10 years ago
  94. 099e8ff ShellPkg: Update Level2 profile commands response output by Tapan Shah · 10 years ago
  95. 4092a8f ShellPkg: Update Debug1 profile commands response output by Tapan Shah · 10 years ago
  96. 0861eda ShellPkg: Update Level1 profile commands response output by Tapan Shah · 10 years ago
  97. bc28072 ShellPkg: Update Driver1 profile commands response output by Tapan Shah · 10 years ago
  98. 356c553 ShellPkg: Update bcfg command response output by Tapan Shah · 10 years ago
  99. 7df7964 ShellPkg: Update Shell.uni file with a better general command response output. by Tapan Shah · 10 years ago
  100. 3f3c489 */Contributions.txt: Update example email address by Jordan Justen · 10 years ago