summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library
Commit message (Expand)AuthorAgeFilesLines
* 1. Fix several comments in function headers for 'ShellProtocol.c', 'ShellProt...Shumin Qiu2014-01-281-1/+3
* ShellPkg/UefiShellLib.c: Execute: Return a Command status even in the old shellBrendan Jackman2014-01-241-3/+17
* ShellLib/UefiShellLib.c: Fix doc comment for ShellOpenFileMetaArgBrendan Jackman2014-01-241-2/+2
* ShellPkg: Refactor Print logic out of main loop functionJaben Carsey2014-01-241-222/+310
* Update prints of variable attributes from 'RS' to 'RT' for 'Dmpstore' command.Shumin Qiu2014-01-231-1/+1
* Update the comments in function headers to follow Doxygen special documentati...Shumin Qiu2014-01-231-10/+20
* Fix CRLF formatTian, Hot2014-01-222-5/+5
* ShellPkg: Remove ASSERTJaben Carsey2014-01-161-6/+18
* 1. Change the implementation of function 'LoadVariableFromFile' to return SHE...Shumin Qiu2014-01-141-22/+24
* ShellPkg: remove unreachable break statementsOlivier Martin2014-01-131-18/+0
* Set the type of return value from function 'LoadVariablesFromFile' in 'DmpSto...Shumin Qiu2014-01-131-1/+1
* ShellPkg: add the last PCIe extended capability decodingsJaben Carsey2014-01-102-9/+222
* ShellPkg: remove potential memory leak with new apps on old shellJaben Carsey2014-01-101-1/+2
* ShellPkg: remove double free operationJaben Carsey2014-01-101-1/+0
* Add the feature "dmpstore -l" and "dmpstore -s".Ruiyu Ni2014-01-102-59/+445
* ShellPkg: remove memory leak in file handle listJaben Carsey2014-01-091-2/+33
* ShellPkg: Add more output to PCI command for extended configuration.Jaben Carsey2014-01-092-23/+583
* Add code to check whether the pointer 'NewBuffer' in 'FileHandelWrappers.c' ...Shumin Qiu2014-01-091-4/+8
* Add the comment for function 'IsValidSplit' in 'Shell.c'. Add code to check w...Shumin Qiu2014-01-071-2/+2
* ShellPkg: fix DmpStore for deletingJaben Carsey2013-12-201-115/+137
* Rollback the change to EFI_BOOT_KEY_DATA structure since UEFI Spec adds the c...Ruiyu Ni2013-12-182-28/+8
* ShellPkg: Fix "for" command statement initialization.Jaben Carsey2013-12-171-6/+2
* Update code to ensure the pointer ‘CurrentName’ in function ‘PerformSin...Shumin Qiu2013-12-171-0/+7
* ShellPkg: Remove invalid ASSERTJaben Carsey2013-12-091-1/+0
* ShellPkg: Add support for CTRL-C within shell user promptingJaben Carsey2013-12-091-0/+21
* ShellPkg: Fix pci command to parse seg, bus, dev, and func arguments as hexChris Phillips2013-12-022-4/+44
* ShellPkg: Add ShellHexStrToUintn to allow for simple conversion of hex numbers.Jaben Carsey2013-11-221-0/+26
* ShellPkg: Fix pci command output of Max and Current Link Speed, and ASPM Supp...Chris Phillips2013-11-222-14/+27
* ShellPkg: Correctly support "map -c"Jaben Carsey2013-11-211-13/+78
* ShellPkg: Update pci command to use ShellPrintEx()Chris Phillips2013-11-211-233/+226
* ShellPkg: Change MM command output during script executionJaben Carsey2013-11-201-9/+28
* ShellPkg pci command: Fix a typo; /r/n => \r\nJordan Justen2013-11-191-1/+1
* ShellPkg: Add EfiIdeControllerInitProtocol to Shell’s outputJaben Carsey2013-11-194-2/+9
* ShellPkg: "For Run" fix for spaces between numeralsJaben Carsey2013-11-151-6/+29
* ShellPkg: Rename duplicate STRING IDJaben Carsey2013-11-152-1/+1
* ShellPkg: Add DiskIO2, and fix GUID from string check to be case insensitiveChris Phillips2013-11-154-2/+14
* ShellPkg: Skip leading tabs when processing command line and scriptsChris Phillips2013-11-152-3/+13
* ShellPkg: clarify space limitation in comment.Jaben Carsey2013-11-141-1/+1
* ShellPkg: Fixes for the ‘type’ command:Chris Phillips2013-10-181-22/+98
* ShellPkg: Fix for the ‘mv’ command when destination starts with ‘\’.Chris Phillips2013-10-181-0/+9
* ShellPkg: Fixes for the ‘ls’ command:Chris Phillips2013-10-182-36/+48
* ShellPkg: Fixes ‘edit’ command to correctly display ASCII or UNICODE for ...Chris Phillips2013-10-181-0/+3
* ShellPkg: Fixes for shell application launch, argument handling, and version ...Chris Phillips2013-10-183-2/+6
* ShellPkg: Fix ‘ifconfig’ so it will build with NIC_IP4_CONFIG_INFO.Perman...Chris Phillips2013-10-041-0/+0
* ShellPkg: Fix ‘ifconfig’ so it will build with NIC_IP4_CONFIG_INFO.Perman...Chris Phillips2013-10-041-3/+4
* Fix spelling typo in the NIC_IP4_CONFIG_INFO.Permanent variable name, which w...Samer El-Haj-Mahmoud elhaj2013-10-011-5/+5
* ShellPkg: Handle pool allocation failureSergei Antonov2013-09-201-2/+2
* ShellPkg: Handle pool allocation failureSergei Antonov2013-09-191-1/+3
* Refine the select language logic.Eric Dong2013-09-055-74/+22
* ShellPkg: Fixed build errors related to variable declarationsOlivier Martin2013-08-272-5/+2