summaryrefslogtreecommitdiff
path: root/ShellPkg
AgeCommit message (Expand)Author
2011-08-23ShellPkg: fix ShellPrint-functions to allow for escape character to prevent a...jcarsey
2011-08-23ShellPkg: fix build error when converting INTN to INT32.jcarsey
2011-08-10ShellPkg: bug fix for edit search/replace functionjcarsey
2011-08-09This adds support for @ prefixed commands in script files.jcarsey
2011-08-08remove CatSPrint from ShellPkg.jcarsey
2011-08-03ShellPkg: Added the Ctrl based hot key for hexeditjcarsey
2011-08-01cleanup function and eliminate build error.jcarsey
2011-07-20ShellPkg: Added the Ctrl based hot key and changed text editor's UI.jcarsey
2011-07-11fix issue about slashes on end of comment line.jcarsey
2011-07-06Move the 2 functions associated with reading whole lines at a single time fro...jcarsey
2011-06-30This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey
2011-06-30add fixes for code verification happyness.jcarsey
2011-06-27Clarify that the shared variables of the shell protocols are properly named.jcarsey
2011-06-27replace protocol presence ASSERTs with error returns.jcarsey
2011-06-27maintain output attributes.jcarsey
2011-06-27replace assert with error.jcarsey
2011-06-27Make sure size is correct.jcarsey
2011-06-27allow for failure return when called without a shell present.jcarsey
2011-06-23Add check code to avoid access violation.ydong10
2011-06-15restore original information when redirection fails inside a command using th...jcarsey
2011-06-13Add ABS() macro (Absolute Value) to Base.h in MdePkgmdkinney
2011-06-13Check the buffer allocation result before using it.ydong10
2011-06-08remove empty sections in INF files.jcarsey
2011-06-07update copyright line formathhtian
2011-06-03Verify that Status variable is initialized.jcarsey
2011-06-01Make shell not ASSERT on older versions of EFI. On a Mac if you soft load Hii...andrewfish
2011-05-25Remove ASSERT within Ls for RTC error and associated changes.jcarsey
2011-05-17Clarify an error in Map command.jcarsey
2011-05-16add support to easily remove profiles and shell levels. the libraries will n...jcarsey
2011-05-16added support for -i and -o for HII based configurations.jcarsey
2011-05-09Clean up DEC files:mdkinney
2011-05-04Fix DEC files so any PCD declared as Dynamic is also declared as DynamicExmdkinney
2011-05-02fix printout from SmbiosView command.jcarsey
2011-04-19check that memory allocation was successful.jcarsey
2011-04-19fix user input validation for time command.jcarsey
2011-04-15fix for word wrapping.jcarsey
2011-04-13change file global variable to function local.jcarsey
2011-04-13rm - refine user input validation to prevent removal of CWD.jcarsey
2011-04-13move a function to the correct library.jcarsey
2011-04-13fix misspelling.jcarsey
2011-04-12update Bcfg to correctly remove by option index not variable name and add dri...jcarsey
2011-04-12ShellPkg: Fix GCC 4.4 build issuesjljusten
2011-04-11EditTitleBar - Remove ASSERT. Complete display output for Disk and Memory ou...jcarsey
2011-04-07Fix Xcode, clang, and ARM build and link issues.andrewfish
2011-04-07add user input verification.jcarsey
2011-04-07ShellParametersProtocol - remove parsing from within quoted parameters.jcarsey
2011-04-05add some parens.jcarsey
2011-04-05add comments to function declarations and definitions and updated to match co...jcarsey
2011-04-05rename a file.jcarsey
2011-04-04check memory allocations for success.jcarsey