summaryrefslogtreecommitdiff
path: root/ShellPkg
AgeCommit message (Expand)AuthorFilesLines
2013-05-15ShellPkg\Library\UefiShellCEntryLib\UefiShellCEntryLib.c:darylm5031-6/+6
2013-05-13ShellPkg: remove unused enumjcarsey1-7/+1
2013-05-13Update Code to pass EBC compiler.lgao43-43/+30
2013-05-09ShellPkg: Update behavior for GetTime() errors.jcarsey2-5/+23
2013-05-09ShellPkg: Return an error when it happensjcarsey1-2/+2
2013-05-07ShellPkg: Fixed build error 'variable set but not used'jcarsey22-105/+15
2013-04-18ShellPkg: explicitly prevent dereferencing pointerjcarsey1-1/+1
2013-04-02Add the missing file to the inf.ydong101-0/+1
2013-03-19ShellPkg: Remove PerformancePkg requirement and add the header itself.jcarsey3-2/+29
2013-03-12ShellPkg: Fixes CP function to prevent copying of files if destination does n...jcarsey2-46/+104
2013-03-12ShellPkg: Rewrite’s Help.c to call the ShellPrintHelp function. jcarsey2-39/+22
2013-03-11Update code to follow coding style.ydong102-8/+17
2013-03-04ShellPkg: Add "dp" command library to ShellPkg.jcarsey14-3/+2377
2013-03-04ShellPkg: Add ShellPrintHelp function to ShellLib.jcarsey2-0/+79
2013-02-22ShellPkg : Check pointer before dereferencingjcarsey1-8/+10
2013-02-20ShellPkg: Added function ShellDeleteByName which deletes a file by name.jcarsey2-2/+76
2013-02-14ShellPkg: fix string truncation.jcarsey1-2/+2
2013-02-13ShellPkg: add verification that a target directory exists when changing direc...jcarsey1-3/+9
2013-02-04ShellPkg: Remove beta tag from ver command output.jcarsey1-0/+0
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