1. f79868c ShellPkg: Change MM command output during script execution by Jaben Carsey · 11 years ago
  2. 14b5e3f ShellPkg pci command: Fix a typo; /r/n => \r\n by Jordan Justen · 11 years ago
  3. 6b640b4 ShellPkg: Add EfiIdeControllerInitProtocol to Shell’s output by Jaben Carsey · 11 years ago
  4. e82edcf ShellPkg: "For Run" fix for spaces between numerals by Jaben Carsey · 11 years ago
  5. d233c12 ShellPkg: Fix help MAN file searching by Jaben Carsey · 11 years ago
  6. 12f1a36 ShellPkg: Rename duplicate STRING ID by Jaben Carsey · 11 years ago
  7. 28cdb62 ShellPkg: Add DiskIO2, and fix GUID from string check to be case insensitive by Chris Phillips · 11 years ago
  8. 13acebb ShellPkg: Skip leading tabs when processing command line and scripts by Chris Phillips · 11 years ago
  9. 6813ba4 ShellPkg: verify that leading and trailing % are removed from variable names when doing command line redirection to an environment variable. by Jaben Carsey · 11 years ago
  10. d59fc24 ShellPkg: clarify space limitation in comment. by Jaben Carsey · 11 years ago
  11. 5b5cd14 ShellPkg: Properly set lasterror environment variable by Chris Phillips · 11 years ago
  12. dcf9b42 ShellPkg: Fixes the shell so output redirection works for the 'mode' command by Chris Phillips · 11 years ago
  13. 85a3fa3 ShellPkg: Stop running command when page break quit by Chris Phillips · 11 years ago
  14. 2c5a8ae ShellPkg: Fix copy load option error. by Eric Dong · 11 years ago
  15. a4883d4 ShellPkg: Fixes for the ‘type’ command: by Chris Phillips · 11 years ago
  16. c32ad35 ShellPkg: Fix for the ‘mv’ command when destination starts with ‘\’. by Chris Phillips · 11 years ago
  17. 58b7301 ShellPkg: Fixes for the ‘ls’ command: by Chris Phillips · 11 years ago
  18. abbea36 ShellPkg: Fixes ‘edit’ command to correctly display ASCII or UNICODE for the file type. by Chris Phillips · 11 years ago
  19. 284e034 ShellPkg: Fixes for shell application launch, argument handling, and version output: by Chris Phillips · 11 years ago
  20. 6bb0ff6 ShellPkg: Fix ‘ifconfig’ so it will build with NIC_IP4_CONFIG_INFO.Permanent change, and update the STR_IFCONFIG_PERMANENT_STATUS string token. by Chris Phillips · 11 years ago
  21. 891e9f0 ShellPkg: Fix ‘ifconfig’ so it will build with NIC_IP4_CONFIG_INFO.Permanent change, and update the STR_IFCONFIG_PERMANENT_STATUS string token. by Chris Phillips · 11 years ago
  22. 928927d Fix spelling typo in the NIC_IP4_CONFIG_INFO.Permanent variable name, which was incorrectly called NIC_IP4_CONFIG_INFO.Perment by Samer El-Haj-Mahmoud elhaj · 11 years ago
  23. 037ca23 ShellPkg: Handle pool allocation failure by Sergei Antonov · 11 years ago
  24. 6b6aa6d ShellPkg: Handle pool allocation failure by Sergei Antonov · 11 years ago
  25. a71003f Refine the select language logic. by Eric Dong · 11 years ago
  26. ed34da4 ShellPkg: Fix LastError environment variable truncation by Robert Matthews · 11 years ago
  27. 5051c28 ShellPkg: Fixed build errors related to variable declarations by Olivier Martin · 11 years ago
  28. 9f56625 ShellPkg: Fix potentially uninitialized variable compiler warning by Jaben Carsey · 11 years ago
  29. df07bae ShellPkg: update behavior with undefined environment variables by Jaben Carsey · 11 years ago
  30. ac8783c ShellPkg: Fix file size error upon copy operation. by Jaben Carsey · 11 years ago
  31. 433a21c ShellPkg: increase available size for PcdShellFileOperationSize by Eugene Cohen · 11 years ago
  32. e3df694 Fix GCC build failure. by Ruiyu Ni · 11 years ago
  33. 863986b Update all the code to consume the ConvertDevicePathToText, ConvertDevicePathNodeToText, ConvertTextToDevicePath and ConvertTextToDeviceNode APIs in DevicePathLib. by Ruiyu Ni · 11 years ago
  34. 8477cb6 ShellPkg: Added Aarch64 support by Harry Liebel · 12 years ago
  35. 75a68c6 ShellPkg: remove high bit to change a EFI_STATUS to a SHELL_STATUS by Jaben Carsey · 12 years ago
  36. 73c5c61 ShellPkg: Update error to be SHELL_STATUS and not EFI_STATUS. by Gary Ching-Pang Lin · 12 years ago
  37. 7461437 ShellPkg: Verify memory and handle allocation failure. by jaben carsey · 12 years ago
  38. ca79c79 ShellPkg: make automatically created shells quit automatically by jaben carsey · 12 years ago
  39. 22feb63 ShellPkg: Update rm command to properly prepend file system identifiers to filenames. by Jaben Carsey · 12 years ago
  40. 2898126 ShellPkg: Fix ARM build errors. by jcarsey · 12 years ago
  41. ed053af ShellPkg: refine the logic for cp command by Eric Dong · 12 years ago
  42. e8dc04b ShellPkg: make help footer string have same info as help usage information by jcarsey · 12 years ago
  43. d0cec2d Correct the incorrect Copyright or License in EDKII source files. by lgao4 · 12 years ago
  44. e643951 ShellPkg\Library\UefiShellCEntryLib\UefiShellCEntryLib.c: by darylm503 · 12 years ago
  45. d7bb8de ShellPkg: remove unused enum by jcarsey · 12 years ago
  46. cbcccd2 Update Code to pass EBC compiler. by lgao4 · 12 years ago
  47. 391206e ShellPkg: Update behavior for GetTime() errors. by jcarsey · 12 years ago
  48. 224e8e2 ShellPkg: Return an error when it happens by jcarsey · 12 years ago
  49. e755a4c ShellPkg: Fixed build error 'variable set but not used' by jcarsey · 12 years ago
  50. 0290177 ShellPkg: explicitly prevent dereferencing pointer by jcarsey · 12 years ago
  51. 2426f66 Add the missing file to the inf. by ydong10 · 12 years ago
  52. dd42277 ShellPkg: Remove PerformancePkg requirement and add the header itself. by jcarsey · 12 years ago
  53. f06be00 ShellPkg: Fixes CP function to prevent copying of files if destination does not have adequate storage. by jcarsey · 12 years ago
  54. 7c8e796 ShellPkg: Rewrite’s Help.c to call the ShellPrintHelp function. by jcarsey · 12 years ago
  55. a9b4ff8 Update code to follow coding style. by ydong10 · 12 years ago
  56. d41bc92 ShellPkg: Add "dp" command library to ShellPkg. by jcarsey · 12 years ago
  57. 365aa98 ShellPkg: Add ShellPrintHelp function to ShellLib. by jcarsey · 12 years ago
  58. 7dd0562 ShellPkg : Check pointer before dereferencing by jcarsey · 12 years ago
  59. fb5278e ShellPkg: Added function ShellDeleteByName which deletes a file by name. by jcarsey · 12 years ago
  60. 54c9a68 ShellPkg: fix string truncation. by jcarsey · 12 years ago
  61. 668a578 ShellPkg: add verification that a target directory exists when changing directory with drive identifier. by jcarsey · 12 years ago
  62. 6d9eb8c ShellPkg: Remove beta tag from ver command output. by jcarsey · 12 years ago
  63. 0b6cb33 Fixed some alignment faults in IPF platform by ydong10 · 12 years ago
  64. e886b67 ShellPkg: Fix pointer initialization error of “ShellOpt” Shell environment variable by jcarsey · 12 years ago
  65. 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
  66. 5904052 ShellPkg: Updates to DumpHex() and ‘dmem’ command for correct output format by jcarsey · 12 years ago
  67. eafd681 Refine code to follow coding style. by ydong10 · 12 years ago
  68. d51088b ShellPkg: Updates to 'help' command by jcarsey · 12 years ago
  69. 7ac133d ShellPkg: Updates to 'smbiosview' command by jcarsey · 12 years ago
  70. 73b5f8b ShellPkg: Remove “2.0” prefix text from shell prompt. by jcarsey · 12 years ago
  71. 9267047 ShellPkg: Fix line responsible for deleting “cwd” variable when exit shell. by jcarsey · 12 years ago
  72. 0406a57 ShellPkg: Clean up header file usage. by jcarsey · 12 years ago
  73. 3f86957 ShellPkg: Correct 3 places where memory was not being properly released by the shell. by jcarsey · 12 years ago
  74. 7714cf7 Fix a bug that BCFG creates Key#### variable bigger than it should be. by niruiyu · 12 years ago
  75. 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
  76. ce68d3b Add missing braces around initializer. by lzeng14 · 12 years ago
  77. f330ff3 Contributed-under: TianoCore Contribution Agreement 1.0 by mdkinney · 12 years ago
  78. 44890db Refine code to make it more safely. by ydong10 · 12 years ago
  79. f480fdc Fix always allocate memory issue. by ydong10 · 12 years ago
  80. 81634bf Fix display color error when scroll up/down the screen. by ydong10 · 12 years ago
  81. 44c5d6b Refine coding style. by ydong10 · 12 years ago
  82. 99bb0f8 Fix build fail. by ydong10 · 12 years ago
  83. d697218 Refine the code to make it more safely. by ydong10 · 12 years ago
  84. 3206b5e Change Bcfg.c to use the new definition of EFI_KEY_OPTION. by niruiyu · 12 years ago
  85. 6a34a2e Change Bcfg.c to use the new definition of EFI_KEY_OPTION. by niruiyu · 12 years ago
  86. 4ccd921 Update the "ConErr" related variable name to the new one "ErrOut". by ydong10 · 12 years ago
  87. 36384ce Refine get default language logic for command "drivers". by ydong10 · 12 years ago
  88. 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
  89. 1df5c64 Fix a width count error in ClearScreen function. by ydong10 · 12 years ago
  90. cd0842d Refine code to follow coding style. by ydong10 · 12 years ago
  91. 402e4a9 Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx protocol. by niruiyu · 12 years ago
  92. c85c6de Fix build fail for GCC by ydong10 · 12 years ago
  93. 73c8204 Fixed issues: by ydong10 · 12 years ago
  94. 12ea469 Roll back the change which caused build fail by ydong10 · 12 years ago
  95. 05916c1 ShellPkg: Update string to number conversion to correctly stop at spaces if so requested. by jcarsey · 12 years ago
  96. c6a7fef Add logic to check the execution break flag before executing the next command in a script file. by ydong10 · 12 years ago
  97. 2c46dd2 ShellPkg: update pci enumeration routine for platforms with multiple pci segments. by jcarsey · 13 years ago
  98. 9d8fa79 ShellPkg: Fix recursion when deleting all variables. by ydong10 · 13 years ago
  99. 60448d9 ShellPkg: Fix en-US characters that are outside the Basic Latin character set range by jcarsey · 13 years ago
  100. 46cb404 ShellPkg: Fix display of 64-bit BARs in PCI dump on 32-bit systems. by jcarsey · 13 years ago