Age | Commit message (Expand) | Author |
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 |
2011-05-16 | added support for -i and -o for HII based configurations. | jcarsey |
2011-05-09 | Clean up DEC files: | mdkinney |
2011-05-04 | Fix DEC files so any PCD declared as Dynamic is also declared as DynamicEx | mdkinney |
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 |
2011-04-15 | fix for word wrapping. | jcarsey |
2011-04-13 | change file global variable to function local. | jcarsey |
2011-04-13 | rm - refine user input validation to prevent removal of CWD. | jcarsey |
2011-04-13 | move a function to the correct library. | jcarsey |
2011-04-13 | fix misspelling. | jcarsey |
2011-04-12 | update Bcfg to correctly remove by option index not variable name and add dri... | jcarsey |
2011-04-12 | ShellPkg: Fix GCC 4.4 build issues | jljusten |
2011-04-11 | EditTitleBar - Remove ASSERT. Complete display output for Disk and Memory ou... | jcarsey |
2011-04-07 | Fix Xcode, clang, and ARM build and link issues. | andrewfish |
2011-04-07 | add user input verification. | jcarsey |
2011-04-07 | ShellParametersProtocol - remove parsing from within quoted parameters. | jcarsey |
2011-04-05 | add some parens. | jcarsey |
2011-04-05 | add comments to function declarations and definitions and updated to match co... | jcarsey |
2011-04-05 | rename a file. | jcarsey |
2011-04-04 | check memory allocations for success. | jcarsey |
2011-04-04 | correct last commit. fix build break for some compilers. | jcarsey |
2011-04-04 | fix build break on some compilers. | jcarsey |
2011-04-01 | remove duplicate memory de-allocation. | jcarsey |
2011-04-01 | Comment's added and fixed. | jcarsey |
2011-04-01 | fix initialization of pointer. | jcarsey |
2011-03-30 | fix for the cp shell command - halt when an error was encountered and also fi... | jcarsey |
2011-03-30 | didn't mean to remove this comment. | jcarsey |
2011-03-30 | remove redirection command line updating from the shell core code. | jcarsey |