1. 0d11446 ShellPkg: Updates the printing of echo for script commands to after the @ checking. by jcarsey · 13 years ago
  2. 73c83c6 ShellPkg: Correct incorrect use of sizeof to use macro for EFI_FILE_INFO size. by jcarsey · 13 years ago
  3. 2d3759d ShellPkg: Update the ‘for’ command to check number length correctly with trailing spaces. by jcarsey · 13 years ago
  4. 37d5c6e Update comment for function header. by ydong10 · 13 years ago
  5. b0934ac ShellPkg: Update comments for functions to clarify buffer origin. by darylm503 · 13 years ago
  6. 031acf6 Shellpkg: Add support for filenames with spaces. by jcarsey · 13 years ago
  7. d16efca Shellpkg: Add support for filenames with spaces. by jcarsey · 13 years ago
  8. 3372840 ShellPkg: swap warm and cold to get the default correct for Reset command. by jcarsey · 13 years ago
  9. 96962f0 Fix a typo when check the return value by ydong10 · 13 years ago
  10. d6c06dd Fix a code typo. Signed-off-by: ydong10 by ydong10 · 13 years ago
  11. c8c2259 ShellPkg: Add checking for memory allocation and pointer returns from functions. by jcarsey · 13 years ago
  12. 532691c ShellPkg: Add checking for memory allocation and pointer returns from functions. by jcarsey · 13 years ago
  13. cf6a8f1 ShellPkg: Set CRC value whenever changing a system table. by jcarsey · 13 years ago
  14. 7a95efd SShellPkg: updating order of cast and addressing of a pointer (2 identical places). by jcarsey · 13 years ago
  15. 0c1950b Check the pointer before use it to avoid potential access violation. by ydong10 · 13 years ago
  16. 4d10ab7 ShellPkg: Add checks for NULL pointers. by jcarsey · 13 years ago
  17. ecae511 ShellPkg: Add checks for NULL pointers. by jcarsey · 13 years ago
  18. beab0fc ShellPkg: Verify memory allocations without ASSERT. by jcarsey · 13 years ago
  19. 02a758c Add pointer check for NULL before dereference it. by sfu5 · 13 years ago
  20. bca163f Clean up the private GUID definition in module Level. by lgao4 · 13 years ago
  21. eca218a ShellPkg: Verify DevicePathToText was successful before using the resultant pointer. by jcarsey · 13 years ago
  22. 1fc3749 ShellPkg: fix support for "\" (or "\.") meaning root of drive. by jcarsey · 13 years ago
  23. f62f07e Refine code to follow coding style. by ydong10 · 13 years ago
  24. 7929788 ShellPkg: Update revision info. by jcarsey · 13 years ago
  25. f912597 ShellPkg: Fix concatenation on full device paths. by jcarsey · 13 years ago
  26. b6b22b1 ShellPkg: Eliminate loss of high bits in return value from exit command on 64 bit platform. by jcarsey · 13 years ago
  27. 0f87f73 ShellPkg: Add missing function descriptor comment. by jcarsey · 13 years ago
  28. 6a5aa4d ShellPkg: Add 3 missing function declaration comments and change a function static variable to a file global variable. by jcarsey · 13 years ago
  29. a0cd353 ShellPkg: allow for mm command to properly write PCIe in non-interactive mode. by jcarsey · 13 years ago
  30. 4ff7e37 Refine comments and two code style. by ydong10 · 13 years ago
  31. 5d46f17 ShellPkg: fix ShellPrint-functions to allow for escape character to prevent attribute changes. by jcarsey · 13 years ago
  32. d159ab9 ShellPkg: fix build error when converting INTN to INT32. by jcarsey · 13 years ago
  33. 382e78c ShellPkg: bug fix for edit search/replace function by jcarsey · 13 years ago
  34. 848997b This adds support for @ prefixed commands in script files. by jcarsey · 13 years ago
  35. 573d7e4 remove CatSPrint from ShellPkg. by jcarsey · 13 years ago
  36. 1e2b43f ShellPkg: Added the Ctrl based hot key for hexedit by jcarsey · 13 years ago
  37. feccc28 cleanup function and eliminate build error. by jcarsey · 13 years ago
  38. 5a2beb7 ShellPkg: Added the Ctrl based hot key and changed text editor's UI. by jcarsey · 14 years ago
  39. 5ddca3b fix issue about slashes on end of comment line. by jcarsey · 14 years ago
  40. 4d0a4fc Move the 2 functions associated with reading whole lines at a single time from the shell command (internal) library to the ShellLib (external) library. by jcarsey · 14 years ago
  41. ab94587 This refactors 3 functions out of ShellCommandLib and puts them into a new library (but as 2 functions instead of 3). This allows for users outside of the shell itself to have access to these functions. by jcarsey · 14 years ago
  42. f1518f6 add fixes for code verification happyness. by jcarsey · 14 years ago
  43. 366f81a Clarify that the shared variables of the shell protocols are properly named. by jcarsey · 14 years ago
  44. 92a5447 replace protocol presence ASSERTs with error returns. by jcarsey · 14 years ago
  45. ad7782a maintain output attributes. by jcarsey · 14 years ago
  46. 35f26e7 replace assert with error. by jcarsey · 14 years ago
  47. 03131de Make sure size is correct. by jcarsey · 14 years ago
  48. 8bd282b allow for failure return when called without a shell present. by jcarsey · 14 years ago
  49. 72c8a89 Add check code to avoid access violation. by ydong10 · 14 years ago
  50. a9ca068 restore original information when redirection fails inside a command using the split operator (|). by jcarsey · 14 years ago
  51. e118a40 Add ABS() macro (Absolute Value) to Base.h in MdePkg by mdkinney · 14 years ago
  52. cd8462e Check the buffer allocation result before using it. by ydong10 · 14 years ago
  53. 420462d remove empty sections in INF files. by jcarsey · 14 years ago
  54. 6f18b50 update copyright line format by hhtian · 14 years ago
  55. ae69c04 Verify that Status variable is initialized. by jcarsey · 14 years ago
  56. a7a394a Make shell not ASSERT on older versions of EFI. On a Mac if you soft load Hii, DevicePathToText, and ComponentName drivers from edk2, then with this patch the new Shell will run. by andrewfish · 14 years ago
  57. 2e8e9ed Remove ASSERT within Ls for RTC error and associated changes. by jcarsey · 14 years ago
  58. 77dd0c8 Clarify an error in Map command. by jcarsey · 14 years ago
  59. 82571fb add support to easily remove profiles and shell levels. the libraries will not do anything (but no longer fail), if the PCDs are changed to remove their functionality. by jcarsey · 14 years ago
  60. 4880c2c added support for -i and -o for HII based configurations. by jcarsey · 14 years ago
  61. edd88d5 Clean up DEC files: by mdkinney · 14 years ago
  62. 53b1c0c Fix DEC files so any PCD declared as Dynamic is also declared as DynamicEx by mdkinney · 14 years ago
  63. c89ea31 fix printout from SmbiosView command. by jcarsey · 14 years ago
  64. f8d3e68 check that memory allocation was successful. by jcarsey · 14 years ago
  65. f20076d fix user input validation for time command. by jcarsey · 14 years ago
  66. a49f6a2 fix for word wrapping. by jcarsey · 14 years ago
  67. 89e8537 change file global variable to function local. by jcarsey · 14 years ago
  68. eef1ed4 rm - refine user input validation to prevent removal of CWD. by jcarsey · 14 years ago
  69. a49016b move a function to the correct library. by jcarsey · 14 years ago
  70. 10ad797 fix misspelling. by jcarsey · 14 years ago
  71. 6878e7a update Bcfg to correctly remove by option index not variable name and add driver order items properly. by jcarsey · 14 years ago
  72. 2b578de ShellPkg: Fix GCC 4.4 build issues by jljusten · 14 years ago
  73. 411a3c3 EditTitleBar - Remove ASSERT. Complete display output for Disk and Memory output. by jcarsey · 14 years ago
  74. e0c2cc6 Fix Xcode, clang, and ARM build and link issues. by andrewfish · 14 years ago
  75. 392fa5a add user input verification. by jcarsey · 14 years ago
  76. d8f8021 ShellParametersProtocol - remove parsing from within quoted parameters. by jcarsey · 14 years ago
  77. f3c5971 add some parens. by jcarsey · 14 years ago
  78. a1d4bfc add comments to function declarations and definitions and updated to match coding style document. by jcarsey · 14 years ago
  79. c5981e3 rename a file. by jcarsey · 14 years ago
  80. cbdd109 check memory allocations for success. by jcarsey · 14 years ago
  81. 4aa4377 correct last commit. fix build break for some compilers. by jcarsey · 14 years ago
  82. 8a0b550 fix build break on some compilers. by jcarsey · 14 years ago
  83. f2ad804 remove duplicate memory de-allocation. by jcarsey · 14 years ago
  84. ae72457 Comment's added and fixed. by jcarsey · 14 years ago
  85. 5f2915f fix initialization of pointer. by jcarsey · 14 years ago
  86. b2bf973 fix for the cp shell command - halt when an error was encountered and also fix the error message displayed. by jcarsey · 14 years ago
  87. 0c956e0 didn't mean to remove this comment. by jcarsey · 14 years ago
  88. fb84495 remove redirection command line updating from the shell core code. by jcarsey · 14 years ago
  89. 33c031e pointer verification (not NULL) and buffer overrun fixes. by jcarsey · 14 years ago
  90. 6b82591 add more user input verification to connect and vol commands. by jcarsey · 14 years ago
  91. 16751bb remove unused variable. add some parens. by jcarsey · 14 years ago
  92. 4bcb7fe Update inf file to follow spec. by ydong10 · 14 years ago
  93. 2ec013c clarify error message when listing files based on a metaname without a current working directory. by jcarsey · 14 years ago
  94. 0841f3a fix changing time daylight settings without changing the time. by jcarsey · 14 years ago
  95. 980d554 smbiosview - add user input verification. by jcarsey · 14 years ago
  96. 64d753f initialize variable before error returns. by jcarsey · 14 years ago
  97. e35b531 prevents "" from being the result of trying to open the root of a drive. by jcarsey · 14 years ago
  98. 590c3cb cp - fix conditional for memory de-allocaiton. string file - fix copyright date. by jcarsey · 14 years ago
  99. 4027c1d add all the command libraries. by jcarsey · 14 years ago
  100. 733f138 console logger - support disabling the console out. by jcarsey · 14 years ago