summaryrefslogtreecommitdiff
path: root/ShellPkg/Include
AgeCommit message (Expand)AuthorFilesLines
2015-07-15ShellPkg: Add optional 'tftp' EFI Shell commandRonald Cron1-0/+7
2015-07-08ShellPkg: Fix typo of 'determines' in ShellPkg.Bruce Cran1-3/+3
2015-04-23ShellPkg/HandleParsingLib: Caller should free memory from 2 functionsJaben Carsey1-1/+5
2015-02-04ShellPkg: Standardized HP Copyright Message StringTapan Shah3-3/+3
2015-01-13MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ...Daryl McDaniel3-668/+0
2014-11-04ShellPkg: Fix timezone commandjcarsey1-1/+2
2014-09-10ShellPkg: Add a new library for "bcfg" commandJaben Carsey2-0/+57
2014-08-18ShellPkg: Fix EFI_SHELL_PROTOCOL to contain new members from UEFI Shell 2.1 specChris Phillips1-52/+29
2014-08-18ShellPkg: Fix comments. Refine code style. Qiu Shumin1-2/+2
2014-08-14ShellPkg: Fix EFI_SHELL_DYNAMIC_COMMAND_PROTOCOL_GUID to match UEFI Shell 2.1...Chris Phillips1-3/+3
2014-08-05ShellPkg: Remove double typedef for same structJaben Carsey1-2/+2
2014-08-05ShellPkg: Add Dynamic GUID registration into the current GUID<->String conver...Jaben Carsey1-0/+21
2014-08-05This adds the new APIs for UEFI Shell 2.1 and makes a new structure for shell...Jaben Carsey1-2/+156
2014-08-04ShellPkg: Fix commentsJaben Carsey1-3/+5
2014-07-31ShellPkg: Add new dynamic command protocolJaben Carsey1-0/+86
2014-06-23ShellPkg: Move UpdateMapping() out of Map command and added to UefiShellComma...Tapan Shah1-1/+13
2013-11-22ShellPkg: Add ShellHexStrToUintn to allow for simple conversion of hex numbers.Jaben Carsey1-0/+17
2013-09-05Refine the select language logic.Eric Dong1-1/+22
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni1-3/+1
2013-06-11ShellPkg: Fix ARM build errors.jcarsey3-3/+3
2013-03-04ShellPkg: Add ShellPrintHelp function to ShellLib.jcarsey1-0/+19
2013-02-20ShellPkg: Added function ShellDeleteByName which deletes a file by name.jcarsey1-1/+30
2011-11-14Update comment for function header.ydong101-2/+2
2011-11-12ShellPkg: Update comments for functions to clarify buffer origin.darylm5032-97/+106
2011-09-21Clean up the private GUID definition in module Level.lgao41-0/+67
2011-09-15ShellPkg: Eliminate loss of high bits in return value from exit command on 64...jcarsey1-1/+14
2011-09-02Refine comments and two code style.ydong107-126/+126
2011-07-06Move the 2 functions associated with reading whole lines at a single time fro...jcarsey2-58/+57
2011-06-30This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey2-45/+56
2011-06-27Clarify that the shared variables of the shell protocols are properly named.jcarsey2-4/+2
2011-06-13Add ABS() macro (Absolute Value) to Base.h in MdePkgmdkinney1-2/+0
2011-04-05add comments to function declarations and definitions and updated to match co...jcarsey2-5/+3
2011-04-01Comment's added and fixed.jcarsey2-2/+2
2011-03-25add absolute value MACRO.jcarsey1-1/+3
2011-03-25FileHandleLib - use standard unicode file tag.jcarsey4-13/+47
2011-03-25move include file line under #define protection.jcarsey1-3/+3
2010-11-12update error handling to use less ASSERT.jcarsey1-1/+2
2010-11-12Clarify the MARCO a little.jcarsey1-2/+3
2010-10-04move DeleteScriptFileStruct from a private to a public function. This allows...jcarsey1-0/+11
2010-10-04fix a misspelling.jcarsey1-2/+2
2010-09-17ShellPkg: Fix EFIAPI usage inconsistenciesjljusten1-1/+1
2010-09-14copyright format updatehhtian3-3/+3
2010-09-14udk2010.up2.shell initial release.jcarsey15-498/+1795
2010-09-08Fix HSD Tracker 204133.darylm5031-2/+4
2010-07-19Add some error checking.xdu21-0/+1
2010-04-24Update the copyright notice formathhtian7-7/+7
2010-02-03adding prompting to library headerjcarsey1-0/+85
2010-01-25fixed license header / copyright date on all files.jcarsey11-479/+475
2010-01-13adding new parameter to search and replace function to allow for easy skippin...jcarsey1-4/+12
2010-01-11updating comments mostly. also added some new lib functions.jcarsey5-247/+386