1. bbf904d ShellPkg: Fix using root of drive by Jaben Carsey · 11 years ago
  2. 5f119df ShellPkg: Fix compiler warning 'unused variable' by Harry Liebel · 11 years ago
  3. e9d19a8 ShellPkg: Fix command-line parsing to start with Argv[0] when comparing passed-in options by Chris Phillips · 11 years ago
  4. d0a5723 ShellPkg: Allow opening of root drive nodes by Jaben Carsey · 11 years ago
  5. 4b5168d ShellPkg: Fix potential memory leak when failing to fully create a structure by Jaben Carsey · 11 years ago
  6. d6e88a6 ShellPkg: Fix file system change issue that results in ASSERT by Chris Phillips · 11 years ago
  7. 774ccb4 ShellPkg: remove redudant code. call existing API. by Jaben Carsey · 11 years ago
  8. 93b7308 ShellPkg: Remove unused function by Jaben Carsey · 11 years ago
  9. efb76d1 ShellPkg: Allow for LoadedImageProtocol information to be verbosely exported for commands like "dh" by Jaben Carsey · 11 years ago
  10. 304ae97 ShellPkg: Move a function into shared location by Jaben Carsey · 11 years ago
  11. 0698723 ShellPkg: ShellCommands/SetVar: Make '-rt' imply '-bs' by Brendan Jackman · 11 years ago
  12. 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
  13. f716d7b Convert the value from 'int' to 'CHAR16' to match the type of variable in ShellProtocol.c. by Shumin Qiu · 11 years ago
  14. b9b77ab ShellPkg/ShellProtocol.c: Fix case sensitivity in GetAlias and SetAlias by Brendan Jackman · 11 years ago
  15. e8c737a ShellPkg: Add missing header files by Jaben Carsey · 11 years ago
  16. 3a8406a Add code to check whether the pointer 'CorrectedPath' and 'FullPath' are NULL before used. by Shumin Qiu · 11 years ago
  17. 929fb3b ShellPkg: Update "ls" command to better handle "-r" parameter by Jaben Carsey · 11 years ago
  18. d5b5440 ShellPkg: refactor elimination of non-replaced environment variables by Jaben Carsey · 11 years ago
  19. f3a14a0 Add code to check the return status for ShellReadFile and ShellWriteFile when execute the 'cp' command. by Shumin Qiu · 11 years ago
  20. a7563b0 Add code to check whether the pointer 'PathForReturn' in ShellProtocol.c is NULL before used. by Shumin Qiu · 11 years ago
  21. fc4c7b3 ShellPkg: Fix changing to file system with 2 colons like "fs0::" by Jaben Carsey · 11 years ago
  22. ba71f79 ShellPkg: Fix uninitialized Variable error by Jaben Carsey · 11 years ago
  23. fe6c94d ShellPkg: InternalShellExecuteDevicePath: avoid memory leaks by Brendan Jackman · 11 years ago
  24. 3e2b20a ShellPkg: Make Argv[0] the full file path of the command by Brendan Jackman · 11 years ago
  25. da92bf8 ShellPkg: Error out when ProcessCommandLine fails by Brendan Jackman · 11 years ago
  26. 0477054 ShellPkg: Fixed Memory leak in UefiMain() by Brendan Jackman · 11 years ago
  27. 23385d6 ShellPkg: Manually parse parameters by Brendan Jackman · 11 years ago
  28. 1eb5cf9 ShellPkg: Prevent "set" command from updating %lasterror% by Jaben Carsey · 11 years ago
  29. 5b05611 ShellPkg: patch to the "for" command when used with "in" iterating files in a folder. (for %x in *.txt). The result values (%x) have misplaced quotation marks and some spaces. by Leandro G. Biss Becker · 11 years ago
  30. 71c49ea Add initializing code for local variable 'CalleeExitStatus' and 'ExitStatus' in 'Shell.c'. by Shumin Qiu · 11 years ago
  31. 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
  32. 6ddc2ff ShellPkg/ShellProtocol.c: Don't put consective "\"s in file paths by Brendan Jackman · 11 years ago
  33. 3877d0f ShellPkg/UefiShellLib.c: Execute: Return a Command status even in the old shell by Brendan Jackman · 11 years ago
  34. 7087931 ShellLib/UefiShellLib.c: Fix doc comment for ShellOpenFileMetaArg by Brendan Jackman · 11 years ago
  35. d9c7741 ShellPkg/ShellProtocol.c: Don't overwrite Status in InternalShellExecuteDevicePath by Brendan Jackman · 11 years ago
  36. 5223c12 ShellPkg/Shell: Fix reporting of exit status in ShellProtocol.Execute by Brendan Jackman · 11 years ago
  37. fed3be9 ShellPkg: Refactor Print logic out of main loop function by Jaben Carsey · 11 years ago
  38. 14868af Update prints of variable attributes from 'RS' to 'RT' for 'Dmpstore' command. by Shumin Qiu · 11 years ago
  39. f614ce7 Update the comments in function headers to follow Doxygen special documentation blocks in section 2.3.5. by Shumin Qiu · 11 years ago
  40. d42aab6 Fix CRLF format by Tian, Hot · 11 years ago
  41. 2c86b6b ShellPkg: Change StdIn redirection by Jaben Carsey · 11 years ago
  42. 4dd8c7a ShellPkg: Return the failure by Jaben Carsey · 11 years ago
  43. 8e4a89a ShellPkg: Remove ASSERT by Jaben Carsey · 11 years ago
  44. 31b018a ShellPkg: Remove ASSERT by Jaben Carsey · 11 years ago
  45. 5511b31 1. Change the implementation of function 'LoadVariableFromFile' to return SHELL_STATUS. 2. Add code to check whether the pointer 'FoundVarName' in 'DmpStore.c' is NULL before used. by Shumin Qiu · 11 years ago
  46. 49bb76f ShellPkg: Remove UNICODE file tag (FEFF) from files used for input redirection by Jaben Carsey · 11 years ago
  47. 8da53dd ShellPkg: remove unreachable break statements by Olivier Martin · 11 years ago
  48. 8844288c4 ShellPkg: assign pointer to NULL after free to prevent double free by Jaben Carsey · 11 years ago
  49. e958b94 ShellPkg: Fix command line parsing for script files (%1, %1, etc...) by Jaben Carsey · 11 years ago
  50. 483b86b Set the type of return value from function 'LoadVariablesFromFile' in 'DmpStore.c' to match the type of 'ShellStatus'. by Shumin Qiu · 11 years ago
  51. 9f7f069 ShellPkg: add the last PCIe extended capability decodings by Jaben Carsey · 11 years ago
  52. 75a5e2e ShellPkg: remove potential memory leak with new apps on old shell by Jaben Carsey · 11 years ago
  53. 012305d ShellPkg: remove double free operation by Jaben Carsey · 11 years ago
  54. 7e63fc9 Add the feature "dmpstore -l" and "dmpstore -s". by Ruiyu Ni · 11 years ago
  55. 4f67c7f ShellPkg: remove memory leak in file handle list by Jaben Carsey · 11 years ago
  56. 4922715 ShellPkg: Fix NSH parsing by Jaben Carsey · 11 years ago
  57. c1f9c34 ShellPkg: Remove memory leak from file list usage by Jaben Carsey · 11 years ago
  58. 705bffb ShellPkg: Add more output to PCI command for extended configuration. by Jaben Carsey · 11 years ago
  59. 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
  60. 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
  61. 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
  62. 3e108df Set the type of variable 'StatusCode' as SHELL_STATUS to match the parameter type of function 'SetLastError'. by Shumin Qiu · 11 years ago
  63. 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
  64. 6fa0da7 Add default way for switch in function 'RunCommandOrFile' of 'Shell.c'. by Laszlo Ersek · 11 years ago
  65. 5bd12b0 ShellPkg: fix DmpStore for deleting by Jaben Carsey · 11 years ago
  66. 6bd6446 ShellPkg: pre-verify split commands by Jaben Carsey · 11 years ago
  67. 12a27a6 ShellPkg: API name typo. by Jaben Carsey · 11 years ago
  68. 404b3f4 ShellPkg: fix whitespace character trimming by Jaben Carsey · 11 years ago
  69. e3eb7d8 ShellPkg: CTRL-C stops a running script at the same time by Jaben Carsey · 11 years ago
  70. 806c49d ShellPkg: Refactor the RunCommand API by Jaben Carsey · 11 years ago
  71. 8dcd84b Converse the return value from 'int' to 'BOOLEAN' for function ‘ContainsSplit’ in Shell.c. by Shumin Qiu · 11 years ago
  72. d4468cd Rollback the change to EFI_BOOT_KEY_DATA structure since UEFI Spec adds the clarification that bitfields are ordered such that bit 0 is the least significant bit. by Ruiyu Ni · 11 years ago
  73. e7831c9 ShellPkg: Add missing function header comments by Jaben Carsey · 11 years ago
  74. c818639 ShellPkg: Fix "for" command statement initialization. by Jaben Carsey · 11 years ago
  75. c6cef63 Update code to ensure the pointer ‘CurrentName’ in function ‘PerformSingleMappingDisplay’ isn’t null before being processed. by Shumin Qiu · 11 years ago
  76. 6f05676 Add a new line to initialize the variable “PassThruProtocol” in ConsoleWrapers.c to ensure the initialization not to be a part of its declaration. by Shumin Qiu · 11 years ago
  77. cc31ac1 ShellPkg: add error messages into function by Jaben Carsey · 11 years ago
  78. 5a5eb80 ShellPkg: Refactor updating command line for help use by Jaben Carsey · 11 years ago
  79. daf7058 ShellPkg: Refactor change to current file system by Jaben Carsey · 11 years ago
  80. 680db51 ShellPkg: Refactor Split/Pipe based command lines by Jaben Carsey · 11 years ago
  81. 6ba2921 ShellPkg: add API for determining operation type by Jaben Carsey · 11 years ago
  82. 1ef61d0 ShellPkg: Refactor Variable replacement into separate function by Jaben Carsey · 11 years ago
  83. ca53c0a ShellPkg: Refactor Alias replacement into separate function by Jaben Carsey · 11 years ago
  84. ad2bc85 ShellPkg: refactor out leading and trailing space trimming by Jaben Carsey · 11 years ago
  85. 321a8d4 ShellPkg: typo in the last commit. by Jaben Carsey · 11 years ago
  86. 518c8cd ShellPkg: Refactor out the searching for pipe characters by Jaben Carsey · 11 years ago
  87. 19a4497 ShellPkg: Refactor Pipe handling by Jaben Carsey · 11 years ago
  88. 3520e03 ShellPkg: Remove invalid ASSERT by Jaben Carsey · 11 years ago
  89. 194ae48 ShellPkg: Add support for CTRL-C within shell user prompting by Jaben Carsey · 11 years ago
  90. 42f7549 Follow Shell specification to make sure the “command.man” file is always used no matter “command.efi -?” or “command -?” is typed. by Shumin Qiu · 11 years ago
  91. 6855763 ShellPkg: Fix pci command to parse seg, bus, dev, and func arguments as hex by Chris Phillips · 11 years ago
  92. ed8b529 ShellPkg: Unregister all registrations by Jaben Carsey · 11 years ago
  93. 74b0fb8 ShellPkg: Add ShellHexStrToUintn to allow for simple conversion of hex numbers. by Jaben Carsey · 11 years ago
  94. 541ddf4 ShellPkg: Fix pci command output of Max and Current Link Speed, and ASPM Support values to match PCIe Base Spec rev 3.0 by Chris Phillips · 11 years ago
  95. 416a423 ShellPkg: Remove trailing \r\n when redirect to env variable (EX: use ">v") by Chris Phillips · 11 years ago
  96. 64a5bae ShellPkg: Correctly support "map -c" by Jaben Carsey · 11 years ago
  97. c37e0f1 ShellPkg: Update pci command to use ShellPrintEx() by Chris Phillips · 11 years ago
  98. f79868c ShellPkg: Change MM command output during script execution by Jaben Carsey · 11 years ago
  99. 14b5e3f ShellPkg pci command: Fix a typo; /r/n => \r\n by Jordan Justen · 11 years ago
  100. 6b640b4 ShellPkg: Add EfiIdeControllerInitProtocol to Shell’s output by Jaben Carsey · 11 years ago