summaryrefslogtreecommitdiff
path: root/ShellPkg
AgeCommit message (Expand)AuthorFilesLines
2013-01-25Fixed some alignment faults in IPF platformydong102-5/+36
2013-01-17ShellPkg: Fix pointer initialization error of “ShellOpt” Shell environmen...jcarsey1-2/+2
2013-01-17ShellPkg: Minor change to EDIT and HEXEDIT commands to make the title bars co...jcarsey2-2/+2
2012-12-19ShellPkg: Updates to DumpHex() and ‘dmem’ command for correct output formatjcarsey2-3/+3
2012-12-17Refine code to follow coding style.ydong101-1/+1
2012-12-13ShellPkg: Updates to 'help' commandjcarsey7-6/+87
2012-12-13ShellPkg: Updates to 'smbiosview' commandjcarsey3-1/+7
2012-12-03ShellPkg: Remove “2.0” prefix text from shell prompt.jcarsey1-0/+0
2012-11-14ShellPkg: Fix line responsible for deleting “cwd” variable when exit shell.jcarsey1-1/+1
2012-11-13ShellPkg: Clean up header file usage.jcarsey9-87/+7
2012-11-13ShellPkg: Correct 3 places where memory was not being properly released by th...jcarsey3-5/+8
2012-10-18Fix a bug that BCFG creates Key#### variable bigger than it should be.niruiyu1-2/+2
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu52-5/+5
2012-10-11Add missing braces around initializer.lzeng145-107/+153
2012-10-05Contributed-under: TianoCore Contribution Agreement 1.0mdkinney6-121/+238
2012-09-10Refine code to make it more safely.ydong101-1/+1
2012-09-07Fix always allocate memory issue.ydong101-4/+6
2012-09-07Fix display color error when scroll up/down the screen.ydong101-1/+1
2012-09-05Refine coding style.ydong101-1/+0
2012-09-04Fix build fail.ydong101-1/+1
2012-09-03Refine the code to make it more safely.ydong101-19/+27
2012-08-27Change Bcfg.c to use the new definition of EFI_KEY_OPTION.niruiyu1-4/+14
2012-08-27Change Bcfg.c to use the new definition of EFI_KEY_OPTION.niruiyu1-4/+14
2012-08-17Update the "ConErr" related variable name to the new one "ErrOut".ydong103-15/+15
2012-08-10Refine get default language logic for command "drivers".ydong103-15/+71
2012-08-07The format strings are using notations that require UINTNs (like "0x%02x") bu...ydong101-6/+6
2012-08-07Fix a width count error in ClearScreen function.ydong101-2/+2
2012-08-07Refine code to follow coding style.ydong101-6/+14
2012-07-30Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu1-9/+9
2012-07-26Fix build fail for GCCydong101-0/+1
2012-07-26Fixed issues:ydong101-35/+100
2012-07-26Roll back the change which caused build failydong101-3/+3
2012-07-23ShellPkg: Update string to number conversion to correctly stop at spaces if s...jcarsey1-3/+3
2012-07-23Add logic to check the execution break flag before executing the next command...ydong101-0/+3
2012-07-11ShellPkg: update pci enumeration routine for platforms with multiple pci segm...jcarsey1-9/+2
2012-07-04ShellPkg: Fix recursion when deleting all variables.ydong101-0/+1
2012-06-12ShellPkg: Fix en-US characters that are outside the Basic Latin character set...jcarsey6-0/+0
2012-05-30ShellPkg: Fix display of 64-bit BARs in PCI dump on 32-bit systems.jcarsey1-3/+3
2012-05-30ShellPkg: Enable Runtime DXE drivers to make use of Shell libraries with the ...jcarsey5-5/+9
2012-05-22ShellPkg: Enable Ctrl-C characters to be processed over serial interfaces tha...jcarsey1-2/+3
2012-04-27Enable print error info when execute the application.ydong102-1/+17
2012-04-27Update comments in DmpStore.c to be more suitable.lzeng141-2/+2
2012-04-26Enhance code to more safely and follow coding style.ydong104-4/+21
2012-04-24Update copyright formathhtian1-3/+1
2012-04-24Update IfConfig.c to use TPL_CALLBACK instead of TPL_CALLBACK - 1 to follow U...lzeng141-2/+2
2012-04-23ShellPkg: hide flashing cursor during startup.jcarsey1-1/+3
2012-04-23ShellPkg: removed memory leak.jcarsey1-2/+0
2012-04-11EDK II Packages: Add Contributions.txt and License.txt filesjljusten2-0/+215
2012-03-26correct removal of commit 12951.jcarsey1-2/+4
2012-03-15Add SMBIOS 2.7.1 support to SmbiosView command.lzeng1413-1097/+1072