summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Application
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: Fixes the shell so output redirection works for the 'mode' commandChris Phillips2013-10-243-19/+35
* ShellPkg: Stop running command when page break quitChris Phillips2013-10-241-0/+5
* ShellPkg: Fix copy load option error.Eric Dong2013-10-221-4/+2
* ShellPkg: Fixes for shell application launch, argument handling, and version ...Chris Phillips2013-10-183-10/+54
* Refine the select language logic.Eric Dong2013-09-051-36/+2
* ShellPkg: Fix LastError environment variable truncationRobert Matthews2013-08-281-4/+5
* ShellPkg: update behavior with undefined environment variablesJaben Carsey2013-08-211-9/+44
* Fix GCC build failure.Ruiyu Ni2013-07-301-0/+1
* Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2013-07-262-39/+19
* ShellPkg: make automatically created shells quit automaticallyjaben carsey2013-06-273-6/+9
* ShellPkg: Fix ARM build errors.jcarsey2013-06-111-2/+0
* ShellPkg: Fixed build error 'variable set but not used'jcarsey2013-05-071-2/+0
* 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