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. fbd2dfa ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir(). by Qiu Shumin · 9 years ago
  4. 48cb33e ShellPkg: Fix ASCII input redirection does not work correctly. by Qiu Shumin · 9 years ago
  5. 7534ae5 ShellPkg: Add a simple case to test shell parameter parsing logic by Ruiyu Ni · 9 years ago
  6. 1fab917 ShellPkg: Fix GCC build fail and code refine. by Qiu Shumin · 9 years ago
  7. fb977e3 ShellPkg: Fix Shell fail when execute command in ShellProtocol.Execute(). by Yang Jadis · 9 years ago
  8. a5382ce ShellPkg: Fix Shell does not support ASCII pipe(|a). by Qiu Shumin · 9 years ago
  9. 389824f ShellPkg: Fix Shell fail with redundant space following delay number. by Qiu Shumin · 9 years ago
  10. 4c33aac ShellPkg: Replace use case of deprecated function GetVariable with GetVariable2. by Eric Dong · 9 years ago
  11. ad93e04 ShellPkg: force use of AARCH64 small model when building DEBUG shell by Ard Biesheuvel · 9 years ago
  12. b0f81b6 ShellPkg: Fix the ASSERT issue in Shell 'for' loop by Qiu Shumin · 9 years ago
  13. 4dc0d57 ShellPkg: Refine code to use Strn**S safe functions instead of Str**S ones in some cases. by Qiu Shumin · 9 years ago
  14. a5e28cc ShellPkg: Fix bug introduced by r17730. by Heyi Guo · 9 years ago
  15. 6956ecf ShellPkg: Refine code to make catenae length more precise. by Qiu Shumin · 10 years ago
  16. e75390f ShellPkg: Use safe string functions to refine code. by Qiu Shumin · 10 years ago
  17. f5bc9da ShellPkg: Make BOOLEAN variable not use explicit comparison. by Qiu Shumin · 10 years ago
  18. 8e4fd50 ShellPkg: update Console to clear screen when resetting by Jaben Carsey · 10 years ago
  19. c17c4a1 ShellPkg\Application\Shell: Clean start row information after the console has been Reset or SetMode. by Qiu Shumin · 10 years ago
  20. 654a012 ShellPkg: Refine the logic about allocating memory for variable name and data. by Qiu Shumin · 10 years ago
  21. 88ff5ba ShellPkg: Added newline at the end of source files by Olivier Martin · 10 years ago
  22. d08a546 Shellpkg: Fix spelling errors in Shell.c/Shell.h comments by Joe Peterson · 10 years ago
  23. a8f9880 ShellPkg: command help with -? flag is not working and it gives too many arguments error message. by Jaben Carsey · 10 years ago
  24. c011b6c ShellPkg: Standardized HP Copyright Message String by Tapan Shah · 10 years ago
  25. fe8ec3d ShellPkg: Revert 16720 and 16734. by Jaben Carsey · 10 years ago
  26. a95cf8f ShellPkg: Revert 16720 and 16734. by Jaben Carsey · 10 years ago
  27. 432bf14 ShellPkg: cast return value to correct type based on what we passed in. by Jaben Carsey · 10 years ago
  28. 69c569b ShellPkg: Fix typos. by Qiu Shumin · 10 years ago
  29. 7df7964 ShellPkg: Update Shell.uni file with a better general command response output. by Tapan Shah · 10 years ago
  30. 0a82f7a ShellPkg: Refactor out a now-redundant function by Jaben Carsey · 10 years ago
  31. 5e737e8 ShellPkg: Add quotes around NSH index argument replacement by Jaben Carsey · 10 years ago
  32. 3ab016b ShellPkg: Fix typos. by Qiu Shumin · 10 years ago
  33. 7cc7022 ShellPkg: Refactor quote and escape search to use new function by Jaben Carsey · 10 years ago
  34. 00534bc ShellPkg: Refactor Split search to generic function by Jaben Carsey · 10 years ago
  35. 14030c5 ShellPkg: refine command line parsing by Jaben Carsey · 10 years ago
  36. fdd52bd ShellPkg: Always remove non-defined environment variable by Jaben Carsey · 10 years ago
  37. ecd07f3 ShellPkg: Refine the fomat in INF/DEC files to follow spec. by Qiu Shumin · 10 years ago
  38. ae591c1 MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library Migration. by Daryl McDaniel · 10 years ago
  39. 4243567 ShellPkg: Check the unrecognized environment variable name before it is removed from command line. by Qiu Shumin · 10 years ago
  40. 6f6792b ShellPkg: Add code to handle the split ('|') in a double-quoted string. by Qiu Shumin · 10 years ago
  41. 75e34de ShellPkg: Fix Meta Data misspelling by Jaben Carsey · 10 years ago
  42. a308e05 Roll back check in r15180 which caused the shell always returns EFI_ABORTED no matter what exit-code is specified for "exit" command. by Ruiyu Ni · 10 years ago
  43. 4b6b543 ShellPkg: Fix the support for command line comments. by Qiu Shumin · 10 years ago
  44. 75eb337 ShellPkg: Do TrimSpace again after StdIn, StdOut, and StdErr are set up. by Ni Ruiyu · 10 years ago
  45. 323d3d1 ShellPkg: Replace the usage of StrnCpy with CopyMem to avoid potential buffer overflow and refine the code style. by Qiu Shumin · 10 years ago
  46. cc72674 ShellPkg: Replace assignment statement with 'StrnCpy' to append terminal NULL character in a string. by Qiu Shumin · 10 years ago
  47. a753677 ShellPkg: Not add redundant quotes any longer to parameters with spaces. by Jaben Carsey · 10 years ago
  48. 33fe830 ShellPkg: Refine the code style and comment. by Qiu Shumin · 10 years ago
  49. 7f79b01 ShellPkg: Refactor string manipulation by Jaben Carsey · 10 years ago
  50. de4cace ShellPkg: Remove 'STATIC' from function declarations to avoid source level debugging problem. by Qiu Shumin · 10 years ago
  51. 5eadb80 ShellPkg: leave quotes around params by Jaben Carsey · 10 years ago
  52. d41a79a ShellPkg: Add support for UEFI Shell 2.1 spec command line comments by Chris Phillips · 10 years ago
  53. 838b31a ShellPkg: Fix EFI_SHELL_PROTOCOL to contain new members from UEFI Shell 2.1 spec by Chris Phillips · 10 years ago
  54. f5ba400 ShellPkg: Fix comments. Refine code style. by Qiu Shumin · 10 years ago
  55. 09fd532 Updates the UEFI Shell to produce the new protocol with additional 4 functions. by Jaben Carsey · 10 years ago
  56. 5967886 ShellPkg: UpdateStdInStdOutStdErr(): append BOM to new unicode file by Laszlo Ersek · 10 years ago
  57. 94c2a04 ShellPkg: UpdateStdInStdOutStdErr(): extract WriteFileTag() by Laszlo Ersek · 10 years ago
  58. 0d807da Update code to support VS2013 tool chain. by Eric Dong · 10 years ago
  59. 81cd2f5 Refine code to make it more safely. by Eric Dong · 11 years ago
  60. 0c41d28 ShellPkg: replace unrecognized Environment Variables with empty quotes so commands or applications know something existed. by Jaben Carsey · 11 years ago
  61. b5ce69c Update the comments for function 'InternalShellExecuteDevicePath' in ShellProtocol.c to make it consistent with parameter names. by Qiu Shumin · 11 years ago
  62. cd39fe0 ShellPkg: Do not mix status when executing a command by Olivier Martin · 11 years ago
  63. bbf904d ShellPkg: Fix using root of drive by Jaben Carsey · 11 years ago
  64. e9d19a8 ShellPkg: Fix command-line parsing to start with Argv[0] when comparing passed-in options by Chris Phillips · 11 years ago
  65. d0a5723 ShellPkg: Allow opening of root drive nodes by Jaben Carsey · 11 years ago
  66. 4b5168d ShellPkg: Fix potential memory leak when failing to fully create a structure by Jaben Carsey · 11 years ago
  67. d6e88a6 ShellPkg: Fix file system change issue that results in ASSERT by Chris Phillips · 11 years ago
  68. 4f344ff 1.Add code to check the pointer 'CorrectedPath' in Ls.c line 460 before referenced. 2.Not use explicit comparisons to TRUE or FALSE for Boolean variable in Ls.c. 3.Add doxygen tags in comment and return type for 'ToLower' in ShellProtocol.c. by Shumin Qiu · 11 years ago
  69. f716d7b Convert the value from 'int' to 'CHAR16' to match the type of variable in ShellProtocol.c. by Shumin Qiu · 11 years ago
  70. b9b77ab ShellPkg/ShellProtocol.c: Fix case sensitivity in GetAlias and SetAlias by Brendan Jackman · 11 years ago
  71. d5b5440 ShellPkg: refactor elimination of non-replaced environment variables by Jaben Carsey · 11 years ago
  72. a7563b0 Add code to check whether the pointer 'PathForReturn' in ShellProtocol.c is NULL before used. by Shumin Qiu · 11 years ago
  73. fc4c7b3 ShellPkg: Fix changing to file system with 2 colons like "fs0::" by Jaben Carsey · 11 years ago
  74. ba71f79 ShellPkg: Fix uninitialized Variable error by Jaben Carsey · 11 years ago
  75. fe6c94d ShellPkg: InternalShellExecuteDevicePath: avoid memory leaks by Brendan Jackman · 11 years ago
  76. 3e2b20a ShellPkg: Make Argv[0] the full file path of the command by Brendan Jackman · 11 years ago
  77. da92bf8 ShellPkg: Error out when ProcessCommandLine fails by Brendan Jackman · 11 years ago
  78. 0477054 ShellPkg: Fixed Memory leak in UefiMain() by Brendan Jackman · 11 years ago
  79. 23385d6 ShellPkg: Manually parse parameters by Brendan Jackman · 11 years ago
  80. 71c49ea Add initializing code for local variable 'CalleeExitStatus' and 'ExitStatus' in 'Shell.c'. by Shumin Qiu · 11 years ago
  81. 7bc3ec3 1. Fix several comments in function headers for 'ShellProtocol.c', 'ShellProtocol.h' and 'Ls.c'. 2. Remove the initialization of variable 'CalleeExitStatus' in function 'RunScriptFileHandle' of 'Shell.c' from its declarartion. by Shumin Qiu · 11 years ago
  82. 6ddc2ff ShellPkg/ShellProtocol.c: Don't put consective "\"s in file paths by Brendan Jackman · 11 years ago
  83. d9c7741 ShellPkg/ShellProtocol.c: Don't overwrite Status in InternalShellExecuteDevicePath by Brendan Jackman · 11 years ago
  84. 5223c12 ShellPkg/Shell: Fix reporting of exit status in ShellProtocol.Execute by Brendan Jackman · 11 years ago
  85. f614ce7 Update the comments in function headers to follow Doxygen special documentation blocks in section 2.3.5. by Shumin Qiu · 11 years ago
  86. d42aab6 Fix CRLF format by Tian, Hot · 11 years ago
  87. 2c86b6b ShellPkg: Change StdIn redirection by Jaben Carsey · 11 years ago
  88. 4dd8c7a ShellPkg: Return the failure by Jaben Carsey · 11 years ago
  89. 8e4a89a ShellPkg: Remove ASSERT by Jaben Carsey · 11 years ago
  90. 49bb76f ShellPkg: Remove UNICODE file tag (FEFF) from files used for input redirection by Jaben Carsey · 11 years ago
  91. 8844288c4 ShellPkg: assign pointer to NULL after free to prevent double free by Jaben Carsey · 11 years ago
  92. e958b94 ShellPkg: Fix command line parsing for script files (%1, %1, etc...) by Jaben Carsey · 11 years ago
  93. 4922715 ShellPkg: Fix NSH parsing by Jaben Carsey · 11 years ago
  94. c1f9c34 ShellPkg: Remove memory leak from file list usage by Jaben Carsey · 11 years ago
  95. 03bc7c2 Add code to check whether the pointer 'NewBuffer' in 'FileHandelWrappers.c' and the pointer 'FoundVarName' in 'Dmpstore.c' are NULL before used. by Shumin Qiu · 11 years ago
  96. 31c2a2c Enhance Shell 2.0 to not depend on keyboard driver implementation to fix the "CTRL+s" pause malfunction issue. by Ruiyu Ni · 11 years ago
  97. de4ebdc Add the comment for function 'IsValidSplit' in 'Shell.c'. Add code to check whether pointer 'DataBuffer' in 'DmpStore.c' is NULL before used. by Shumin Qiu · 11 years ago
  98. 3e108df Set the type of variable 'StatusCode' as SHELL_STATUS to match the parameter type of function 'SetLastError'. by Shumin Qiu · 11 years ago
  99. 5142926 Fix ECC errors:1.Update the comments in function headers to follow the Doxygen special documentation. 2.Make the first line of text in a comment block end with a period. 3.Update the member variable name for SHELL_OPERATION_TYPES to follow the rules "Must contain lower case characters". 4. Return type of a function should exist and in the first line. by Shumin Qiu · 11 years ago
  100. 6fa0da7 Add default way for switch in function 'RunCommandOrFile' of 'Shell.c'. by Laszlo Ersek · 11 years ago