summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Application
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: Fix pointer initialization error of “ShellOpt” Shell environmen...jcarsey2013-01-171-2/+2
* ShellPkg: Remove “2.0” prefix text from shell prompt.jcarsey2012-12-031-0/+0
* ShellPkg: Fix line responsible for deleting “cwd” variable when exit shell.jcarsey2012-11-141-1/+1
* ShellPkg: Clean up header file usage.jcarsey2012-11-139-87/+7
* ShellPkg: Correct 3 places where memory was not being properly released by th...jcarsey2012-11-132-1/+3
* Add missing braces around initializer.lzeng142012-10-111-13/+19
* Fix display color error when scroll up/down the screen.ydong102012-09-071-1/+1
* Update the "ConErr" related variable name to the new one "ErrOut".ydong102012-08-172-8/+8
* Fix a width count error in ClearScreen function.ydong102012-08-071-2/+2
* Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu2012-07-301-9/+9
* Add logic to check the execution break flag before executing the next command...ydong102012-07-231-0/+3
* ShellPkg: Enable Ctrl-C characters to be processed over serial interfaces tha...jcarsey2012-05-221-2/+3
* Enable print error info when execute the application.ydong102012-04-272-1/+17
* ShellPkg: hide flashing cursor during startup.jcarsey2012-04-231-1/+3
* ShellPkg: removed memory leak.jcarsey2012-04-231-2/+0
* ShellPkg: fix 'ls' handling of empty drives where there is not even an "." or...jcarsey2012-02-021-1/+1
* ShellPkg: fix redirection file parsing to allow spaces before filename.jcarsey2012-01-271-1/+4
* ShellPkg: Fix SimpleTextInputEx based "CTRL-S" by emptying the buffer to prev...jcarsey2012-01-191-3/+9
* ShellPkg: fix Pipe usage verification.jcarsey2012-01-022-3/+8
* ShellPkg: Updates the printing of echo for script commands to after the @ che...jcarsey2011-11-181-9/+9
* Shellpkg: Add support for filenames with spaces.jcarsey2011-11-111-12/+70
* Fix a typo when check the return valueydong102011-10-221-1/+1
* ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey2011-10-172-4/+2
* ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey2011-10-144-24/+70
* ShellPkg: Set CRC value whenever changing a system table.jcarsey2011-10-131-0/+29
* ShellPkg: Add checks for NULL pointers. jcarsey2011-10-102-2/+10
* Refine code to follow coding style.ydong102011-09-201-2/+14
* ShellPkg: Update revision info.jcarsey2011-09-151-0/+0
* ShellPkg: Fix concatenation on full device paths.jcarsey2011-09-151-1/+1
* ShellPkg: Eliminate loss of high bits in return value from exit command on 64...jcarsey2011-09-151-1/+9
* ShellPkg: Add missing function descriptor comment.jcarsey2011-09-121-0/+10
* Refine comments and two code style.ydong102011-09-0214-134/+134
* This adds support for @ prefixed commands in script files.jcarsey2011-08-091-1/+17
* This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey2011-06-305-9/+11
* maintain output attributes.jcarsey2011-06-271-0/+7
* restore original information when redirection fails inside a command using th...jcarsey2011-06-151-0/+3
* Verify that Status variable is initialized.jcarsey2011-06-031-0/+1
* Make shell not ASSERT on older versions of EFI. On a Mac if you soft load Hii...andrewfish2011-06-012-12/+17
* fix for word wrapping.jcarsey2011-04-155-24/+47
* fix misspelling.jcarsey2011-04-131-0/+0
* ShellParametersProtocol - remove parsing from within quoted parameters.jcarsey2011-04-071-10/+3
* add comments to function declarations and definitions and updated to match co...jcarsey2011-04-051-0/+2
* Comment's added and fixed.jcarsey2011-04-012-1/+9
* fix initialization of pointer.jcarsey2011-04-011-2/+3
* didn't mean to remove this comment.jcarsey2011-03-301-0/+3
* remove redirection command line updating from the shell core code.jcarsey2011-03-303-32/+59
* pointer verification (not NULL) and buffer overrun fixes.jcarsey2011-03-301-1/+1
* Update inf file to follow spec.ydong102011-03-304-24/+1
* prevents "" from being the result of trying to open the root of a drive.jcarsey2011-03-281-1/+5
* console logger - support disabling the console out.jcarsey2011-03-2512-185/+822