Age | Commit message (Expand) | Author |
2011-11-29 | ShellPkg: Fix "-b" usage with timezone command. | jcarsey |
2011-11-29 | ShellPkg: Fix handling of empty files in Hexedit | jcarsey |
2011-11-18 | ShellPkg: Correct incorrect use of sizeof to use macro for EFI_FILE_INFO size. | jcarsey |
2011-11-17 | ShellPkg: Update the ‘for’ command to check number length correctly with ... | jcarsey |
2011-11-12 | ShellPkg: Update comments for functions to clarify buffer origin. | darylm503 |
2011-11-11 | Shellpkg: Add support for filenames with spaces. | jcarsey |
2011-11-01 | ShellPkg: swap warm and cold to get the default correct for Reset command. | jcarsey |
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 | 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-15 | ShellPkg: Eliminate loss of high bits in return value from exit command on 64... | 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-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 | 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-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-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 |
2011-05-16 | added support for -i and -o for HII based configurations. | jcarsey |
2011-05-02 | fix printout from SmbiosView command. | jcarsey |
2011-04-19 | check that memory allocation was successful. | jcarsey |
2011-04-19 | fix user input validation for time command. | jcarsey |