summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: Remove redundant quotes in file path string for Shell command param...Qiu Shumin2014-09-177-30/+192
* ShellPkg: Remove redundant quotes for command 'FOR' in Shell.Qiu Shumin2014-09-171-9/+11
* ShellPkg: Use compare operator for non-Boolean comparisons.Qiu Shumin2014-09-171-1/+1
* ShellPkg: Fix ASSERT when bcfg moving boot option with source location = tota...Tapan Shah2014-09-121-2/+3
* ShellPkg: Use the new library for "bcfg" commandJaben Carsey2014-09-109-2992/+10
* ShellPkg: Add a new library for "bcfg" commandJaben Carsey2014-09-103-0/+1587
* ShellPkg: Update BCFG command for correct use and errors on movingJaben Carsey2014-09-042-56/+84
* Updates the logic to allow RM and CP to have silent/quiet mode work successfu...Jaben Carsey2014-09-031-1/+3
* ShellPkg: Fix dynamic command helpHarry Liebel2014-09-031-54/+45
* ShellPkg: Add DXE_DRIVER class type to some librariesHarry Liebel2014-09-032-2/+2
* Cleanup UefiShellDebug1CommandsLib strings to :Samer El-Haj-Mahmoud elhaj2014-09-022-0/+0
* Update SmbiosView Shell command to display additional CPU Family Samer El-Haj-Mahmoud elhaj2014-09-023-3/+49
* ShellPkg: Prevent StrnCpy from overwriting null terminator when source is lar...Scott Duplichan2014-09-021-2/+2
* 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-291-8/+8
* This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy ...Jaben Carsey2014-08-292-13/+8
* This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy ...Jaben Carsey2014-08-292-18/+6
* This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy ...Jaben Carsey2014-08-292-12/+11
* This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy ...Jaben Carsey2014-08-291-3/+3
* Register pre-defined command aliases in sorted order.Tapan Shah2014-08-291-3/+33
* Add CTRL+C support for ‘devices’ command.Tapan Shah2014-08-291-1/+6
* Cleanup UefiShellLevel1CommandsLib commands help output string to :Tapan Shah2014-08-291-0/+0
* Add CTRL+C support for ‘drivers’ command.Tapan Shah2014-08-291-1/+6
* Add CTRL+C support for ‘dh’ command.Tapan Shah2014-08-291-0/+5
* Cleanup UefiShellDriver1CommandsLib commands help output string to :Tapan Shah2014-08-291-0/+0
* Add CTRL+C support for ‘devtree’ command.Tapan Shah2014-08-291-0/+10
* Cleanup UefiShellInstall1CommandsLib commands help output string to :Tapan Shah2014-08-291-0/+0
* Add CTRL+C support for ‘attrib’ command.Tapan Shah2014-08-291-0/+6
* Cleanup UefiShellLevel2CommandsLib commands help output string to :Tapan Shah2014-08-291-0/+0
* Add CTRL+C support for ‘ls’ command.Tapan Shah2014-08-291-3/+14
* Add new aliases called ‘move’ and ‘mount’ for ‘mv’ and ‘map’ ...Tapan Shah2014-08-291-0/+2
* Add new alias called ‘cat’ for ‘type’ command.Tapan Shah2014-08-291-0/+3
* Cleanup UefiShellNetwork1CommandsLib commands help output string to :Tapan Shah2014-08-291-0/+0
* Cleanup UefiShellLevel3CommandsLib commands help output string to :Tapan Shah2014-08-291-0/+0
* Cleanup UefiDpLib ‘dp’ command help output string to :Tapan Shah2014-08-291-0/+0
* ShellPkg: Remove 'STATIC' from function declarations to avoid source level de...Qiu Shumin2014-08-292-2/+0
* ShellPkg: Fix ‘ren’ alias for ‘mv’ command.Tapan Shah2014-08-281-2/+2
* ShellPkg: Replace non-ASCII character in Pci.c to fix GCC build errorQiu Shumin2014-08-251-2/+2
* ShellPkg: Update 'pci' command for updated class codesJaben Carsey2014-08-221-18/+430
* ShellPkg: Fixes and updates for the 'devices' commandChris Phillips2014-08-222-34/+24
* ShellPkg: Refactor string manipulationJaben Carsey2014-08-222-6/+5
* ShellPkg: Fixes and updates for the 'parse' commandChris Phillips2014-08-212-33/+41
* ShellPkg: Fixes and updates for the 'memmap' commandChris Phillips2014-08-212-40/+61
* ShellPkg: Fixes and updates for the 'drivers' commandChris Phillips2014-08-212-14/+41
* ShellPkg: Fix 'ls -sfo' and 'map -sfo' output format to match UEFI Shell 2.1 ...Chris Phillips2014-08-211-0/+0
* ShellPkg: Fix typo in 'uni' files.Qiu Shumin2014-08-202-0/+0
* ShellPkg: Move mHandleParsingHiiHandle init out of the constructorChris Phillips2014-08-191-5/+30
* ShellPkg: Fixes for timezone handling and 'date -sfo'Chris Phillips2014-08-192-53/+153
* ShellPkg: Refactor string manipulation in UefiShellLib commandJaben Carsey2014-08-191-38/+40
* ShellPkg: Check while string up to space, not the characterJaben Carsey2014-08-191-1/+1