Age | Commit message (Expand) | Author |
2011-10-18 | Fix a code typo. | ydong10 |
2011-10-17 | ShellPkg: Add checking for memory allocation and pointer returns from functions. | jcarsey |
2011-10-14 | ShellPkg: Add checking for memory allocation and pointer returns from functions. | jcarsey |
2011-10-13 | ShellPkg: Set CRC value whenever changing a system table. | jcarsey |
2011-10-13 | SShellPkg: updating order of cast and addressing of a pointer (2 identical pl... | jcarsey |
2011-10-13 | Check the pointer before use it to avoid potential access violation. | ydong10 |
2011-10-10 | ShellPkg: Add checks for NULL pointers. | jcarsey |
2011-10-10 | ShellPkg: Add checks for NULL pointers. | jcarsey |
2011-10-10 | ShellPkg: Verify memory allocations without ASSERT. | jcarsey |
2011-10-08 | Add pointer check for NULL before dereference it. | sfu5 |
2011-09-21 | Clean up the private GUID definition in module Level. | lgao4 |
2011-09-20 | ShellPkg: Verify DevicePathToText was successful before using the resultant p... | jcarsey |
2011-09-20 | ShellPkg: fix support for "\" (or "\.") meaning root of drive. | jcarsey |
2011-09-20 | Refine code to follow coding style. | ydong10 |
2011-09-15 | ShellPkg: Update revision info. | jcarsey |
2011-09-15 | ShellPkg: Fix concatenation on full device paths. | jcarsey |
2011-09-15 | ShellPkg: Eliminate loss of high bits in return value from exit command on 64... | jcarsey |
2011-09-12 | ShellPkg: Add missing function descriptor comment. | jcarsey |
2011-09-09 | ShellPkg: Add 3 missing function declaration comments and change a function s... | jcarsey |
2011-09-08 | ShellPkg: allow for mm command to properly write PCIe in non-interactive mode. | jcarsey |
2011-09-02 | Refine comments and two code style. | ydong10 |
2011-08-23 | ShellPkg: fix ShellPrint-functions to allow for escape character to prevent a... | jcarsey |
2011-08-23 | ShellPkg: fix build error when converting INTN to INT32. | jcarsey |
2011-08-10 | ShellPkg: bug fix for edit search/replace function | jcarsey |
2011-08-09 | This adds support for @ prefixed commands in script files. | jcarsey |
2011-08-08 | remove CatSPrint from ShellPkg. | jcarsey |
2011-08-03 | ShellPkg: Added the Ctrl based hot key for hexedit | jcarsey |
2011-08-01 | cleanup function and eliminate build error. | jcarsey |
2011-07-20 | ShellPkg: Added the Ctrl based hot key and changed text editor's UI. | jcarsey |
2011-07-11 | fix issue about slashes on end of comment line. | jcarsey |
2011-07-06 | Move the 2 functions associated with reading whole lines at a single time fro... | jcarsey |
2011-06-30 | This refactors 3 functions out of ShellCommandLib and puts them into a new li... | jcarsey |
2011-06-30 | add fixes for code verification happyness. | jcarsey |
2011-06-27 | Clarify that the shared variables of the shell protocols are properly named. | jcarsey |
2011-06-27 | replace protocol presence ASSERTs with error returns. | jcarsey |
2011-06-27 | maintain output attributes. | jcarsey |
2011-06-27 | replace assert with error. | jcarsey |
2011-06-27 | Make sure size is correct. | jcarsey |
2011-06-27 | allow for failure return when called without a shell present. | jcarsey |
2011-06-23 | Add check code to avoid access violation. | ydong10 |
2011-06-15 | restore original information when redirection fails inside a command using th... | jcarsey |
2011-06-13 | Add ABS() macro (Absolute Value) to Base.h in MdePkg | mdkinney |
2011-06-13 | Check the buffer allocation result before using it. | ydong10 |
2011-06-08 | remove empty sections in INF files. | jcarsey |
2011-06-07 | update copyright line format | hhtian |
2011-06-03 | Verify that Status variable is initialized. | jcarsey |
2011-06-01 | Make shell not ASSERT on older versions of EFI. On a Mac if you soft load Hii... | andrewfish |
2011-05-25 | Remove ASSERT within Ls for RTC error and associated changes. | jcarsey |
2011-05-17 | Clarify an error in Map command. | jcarsey |
2011-05-16 | add support to easily remove profiles and shell levels. the libraries will n... | jcarsey |