summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellCommandLib
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg Build failure of AllocateZeroPool usage. This patch updates Allocate...Gao, Liming2014-08-311-1/+1
* This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy ...Jaben Carsey2014-08-292-18/+6
* Register pre-defined command aliases in sorted order.Tapan Shah2014-08-291-3/+33
* ShellPkg: Fix comments. Refine code style. Qiu Shumin2014-08-181-2/+2
* Fix the use of ASSERT and other fixes to memory allocation failures (like fre...Jaben Carsey2014-08-051-4/+11
* This searches for handles that produce the dynamic command protocol after sea...Jaben Carsey2014-08-053-117/+270
* ShellPkg: Move UpdateMapping() out of Map command and added to UefiShellComma...Tapan Shah2014-06-231-6/+109
* ShellPkg: remove memory leak in file handle listJaben Carsey2014-01-091-2/+33
* Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2013-07-262-10/+1
* ShellPkg: remove unused enumjcarsey2013-05-131-7/+1
* ShellPkg: Updates to 'help' commandjcarsey2012-12-131-2/+43
* ShellPkg: Correct 3 places where memory was not being properly released by th...jcarsey2012-11-131-4/+5
* Add missing braces around initializer.lzeng142012-10-111-85/+127
* ShellPkg: Enable Runtime DXE drivers to make use of Shell libraries with the ...jcarsey2012-05-301-1/+5
* ShellPkg: Eliminate loss of high bits in return value from exit command on 64...jcarsey2011-09-151-2/+21
* Refine comments and two code style.ydong102011-09-022-13/+13
* Move the 2 functions associated with reading whole lines at a single time fro...jcarsey2011-07-061-151/+0
* This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey2011-06-301-106/+0
* Clarify that the shared variables of the shell protocols are properly named.jcarsey2011-06-271-22/+0
* move a function to the correct library.jcarsey2011-04-131-0/+48
* consist mapping - add comments and change variable names.jcarsey2011-03-253-88/+187
* update error handling to use less ASSERT.jcarsey2010-11-121-4/+14
* verify that a memory allocation was successful.jcarsey2010-10-041-0/+3
* move DeleteScriptFileStruct from a private to a public function. This allows...jcarsey2010-10-042-23/+17
* ShellPkg: Fix EFIAPI usage inconsistenciesjljusten2010-09-171-5/+7
* ShellPkg: Fix path issues for Linux build supportjljusten2010-09-171-1/+1
* remove extra file.jcarsey2010-09-161-0/+0
* copyright format updatehhtian2010-09-143-2/+2
* udk2010.up2.shell initial release.jcarsey2010-09-145-0/+2961