summaryrefslogtreecommitdiffstats
path: root/ShellPkg
Commit message (Expand)AuthorAgeFilesLines
* Clean up the private GUID definition in module Level.lgao42011-09-2126-50/+109
* ShellPkg: Verify DevicePathToText was successful before using the resultant p...jcarsey2011-09-201-6/+13
* ShellPkg: fix support for "\" (or "\.") meaning root of drive.jcarsey2011-09-203-12/+28
* 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-155-9/+49
* ShellPkg: Add missing function descriptor comment.jcarsey2011-09-121-0/+10
* ShellPkg: Add 3 missing function declaration comments and change a function s...jcarsey2011-09-092-1/+32
* ShellPkg: allow for mm command to properly write PCIe in non-interactive mode.jcarsey2011-09-081-19/+19
* Refine comments and two code style.ydong102011-09-0251-497/+500
* ShellPkg: fix ShellPrint-functions to allow for escape character to prevent a...jcarsey2011-08-231-25/+33
* ShellPkg: fix build error when converting INTN to INT32.jcarsey2011-08-231-1/+1
* ShellPkg: bug fix for edit search/replace functionjcarsey2011-08-101-13/+16
* This adds support for @ prefixed commands in script files.jcarsey2011-08-091-1/+17
* remove CatSPrint from ShellPkg.jcarsey2011-08-082-77/+0
* ShellPkg: Added the Ctrl based hot key for hexeditjcarsey2011-08-032-10/+10
* cleanup function and eliminate build error.jcarsey2011-08-011-6/+12
* ShellPkg: Added the Ctrl based hot key and changed text editor's UI.jcarsey2011-07-2010-59/+361
* fix issue about slashes on end of comment line.jcarsey2011-07-111-1/+1
* Move the 2 functions associated with reading whole lines at a single time fro...jcarsey2011-07-064-209/+208
* This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey2011-06-3021-173/+245
* add fixes for code verification happyness.jcarsey2011-06-302-0/+9
* Clarify that the shared variables of the shell protocols are properly named.jcarsey2011-06-277-90/+66
* replace protocol presence ASSERTs with error returns.jcarsey2011-06-271-72/+82
* maintain output attributes.jcarsey2011-06-271-0/+7
* replace assert with error.jcarsey2011-06-271-1/+4
* Make sure size is correct.jcarsey2011-06-271-0/+1
* allow for failure return when called without a shell present.jcarsey2011-06-271-3/+6
* Add check code to avoid access violation.ydong102011-06-231-0/+4
* restore original information when redirection fails inside a command using th...jcarsey2011-06-151-0/+3
* Add ABS() macro (Absolute Value) to Base.h in MdePkgmdkinney2011-06-131-2/+0
* Check the buffer allocation result before using it.ydong102011-06-131-0/+2
* remove empty sections in INF files.jcarsey2011-06-083-11/+3
* update copyright line formathhtian2011-06-071-1/+1
* 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
* Remove ASSERT within Ls for RTC error and associated changes.jcarsey2011-05-253-17/+21
* Clarify an error in Map command.jcarsey2011-05-172-3/+7
* add support to easily remove profiles and shell levels. the libraries will n...jcarsey2011-05-168-33/+18
* added support for -i and -o for HII based configurations.jcarsey2011-05-162-228/+1179
* Clean up DEC files:mdkinney2011-05-091-21/+18
* Fix DEC files so any PCD declared as Dynamic is also declared as DynamicExmdkinney2011-05-041-2/+2
* fix printout from SmbiosView command.jcarsey2011-05-021-1/+1
* check that memory allocation was successful.jcarsey2011-04-191-0/+6
* fix user input validation for time command.jcarsey2011-04-191-2/+4
* fix for word wrapping.jcarsey2011-04-157-26/+48
* change file global variable to function local.jcarsey2011-04-131-17/+11
* rm - refine user input validation to prevent removal of CWD.jcarsey2011-04-132-10/+34
* move a function to the correct library.jcarsey2011-04-132-48/+49