summaryrefslogtreecommitdiff
path: root/ShellPkg/Application
AgeCommit message (Expand)AuthorFilesLines
2013-06-11ShellPkg: Fix ARM build errors.jcarsey1-2/+0
2013-05-07ShellPkg: Fixed build error 'variable set but not used'jcarsey1-2/+0
2013-01-17ShellPkg: Fix pointer initialization error of “ShellOpt” Shell environmen...jcarsey1-2/+2
2012-12-03ShellPkg: Remove “2.0” prefix text from shell prompt.jcarsey1-0/+0
2012-11-14ShellPkg: Fix line responsible for deleting “cwd” variable when exit shell.jcarsey1-1/+1
2012-11-13ShellPkg: Clean up header file usage.jcarsey9-87/+7
2012-11-13ShellPkg: Correct 3 places where memory was not being properly released by th...jcarsey2-1/+3
2012-10-11Add missing braces around initializer.lzeng141-13/+19
2012-09-07Fix display color error when scroll up/down the screen.ydong101-1/+1
2012-08-17Update the "ConErr" related variable name to the new one "ErrOut".ydong102-8/+8
2012-08-07Fix a width count error in ClearScreen function.ydong101-2/+2
2012-07-30Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu1-9/+9
2012-07-23Add logic to check the execution break flag before executing the next command...ydong101-0/+3
2012-05-22ShellPkg: Enable Ctrl-C characters to be processed over serial interfaces tha...jcarsey1-2/+3
2012-04-27Enable print error info when execute the application.ydong102-1/+17
2012-04-23ShellPkg: hide flashing cursor during startup.jcarsey1-1/+3
2012-04-23ShellPkg: removed memory leak.jcarsey1-2/+0
2012-02-02ShellPkg: fix 'ls' handling of empty drives where there is not even an "." or...jcarsey1-1/+1
2012-01-27ShellPkg: fix redirection file parsing to allow spaces before filename.jcarsey1-1/+4
2012-01-19ShellPkg: Fix SimpleTextInputEx based "CTRL-S" by emptying the buffer to prev...jcarsey1-3/+9
2012-01-02ShellPkg: fix Pipe usage verification.jcarsey2-3/+8
2011-11-18ShellPkg: Updates the printing of echo for script commands to after the @ che...jcarsey1-9/+9
2011-11-11Shellpkg: Add support for filenames with spaces.jcarsey1-12/+70
2011-10-22Fix a typo when check the return valueydong101-1/+1
2011-10-17ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey2-4/+2
2011-10-14ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey4-24/+70
2011-10-13ShellPkg: Set CRC value whenever changing a system table.jcarsey1-0/+29
2011-10-10ShellPkg: Add checks for NULL pointers. jcarsey2-2/+10
2011-09-20Refine code to follow coding style.ydong101-2/+14
2011-09-15ShellPkg: Update revision info.jcarsey1-0/+0
2011-09-15ShellPkg: Fix concatenation on full device paths.jcarsey1-1/+1
2011-09-15ShellPkg: Eliminate loss of high bits in return value from exit command on 64...jcarsey1-1/+9
2011-09-12ShellPkg: Add missing function descriptor comment.jcarsey1-0/+10
2011-09-02Refine comments and two code style.ydong1014-134/+134
2011-08-09This adds support for @ prefixed commands in script files.jcarsey1-1/+17
2011-06-30This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey5-9/+11
2011-06-27maintain output attributes.jcarsey1-0/+7
2011-06-15restore original information when redirection fails inside a command using th...jcarsey1-0/+3
2011-06-03Verify that Status variable is initialized.jcarsey1-0/+1
2011-06-01Make shell not ASSERT on older versions of EFI. On a Mac if you soft load Hii...andrewfish2-12/+17
2011-04-15fix for word wrapping.jcarsey5-24/+47
2011-04-13fix misspelling.jcarsey1-0/+0
2011-04-07ShellParametersProtocol - remove parsing from within quoted parameters.jcarsey1-10/+3
2011-04-05add comments to function declarations and definitions and updated to match co...jcarsey1-0/+2
2011-04-01Comment's added and fixed.jcarsey2-1/+9
2011-04-01fix initialization of pointer.jcarsey1-2/+3
2011-03-30didn't mean to remove this comment.jcarsey1-0/+3
2011-03-30remove redirection command line updating from the shell core code.jcarsey3-32/+59
2011-03-30pointer verification (not NULL) and buffer overrun fixes.jcarsey1-1/+1
2011-03-30Update inf file to follow spec.ydong104-24/+1