summaryrefslogtreecommitdiff
path: root/ShellPkg
AgeCommit message (Expand)AuthorFilesLines
2015-04-29ShellPkg: Update CopyRight to 2015Liming Gao1-1/+1
2015-04-29ShellPkg: Update Shell MemMap command to show PersistentMemory rangeLiming Gao1-0/+6
2015-04-27ShellPkg: Refine the logic about allocating memory for variable name and data.Qiu Shumin2-38/+72
2015-04-23ShellPkg: Remove memory leak when printing help and there are dynamic command...Jaben Carsey1-1/+3
2015-04-23ShellPkg/HandleParsingLib: Caller should free memory from 2 functionsJaben Carsey1-1/+5
2015-04-22ShellPkg: Remove "ProtocolGuid" from the string for protocol namesJaben Carsey1-0/+0
2015-04-15ShellPkg/UefiShellLevel2CommandsLib: Handle the returned errorOlivier Martin2-2/+5
2015-04-07ShellPkg: fix mv and cp command related issuesTapan Shah3-14/+31
2015-04-07ShellPkg: UefiShellDebug1CommandsLib: fix hex string parsing in SETVARLaszlo Ersek1-1/+31
2015-04-07ShellPkg: UefiShellDebug1CommandsLib: fix SETVAR option summaryLaszlo Ersek1-0/+0
2015-04-02ShellPkg: Added newline at the end of source filesOlivier Martin2-2/+2
2015-04-01ShellPkg: Remove extra quotes surrounding flag values.Qiu Shumin1-28/+9
2015-03-17ShellPkg: update smbiosview for SMBIOS 3.0.Elvin Li8-45/+837
2015-03-17ShellPkg: Fix typo in ShellPkg.Qiu Shumin1-7/+7
2015-03-13ShellPkg: Add type cast to avoid build failure in VS2005.Qiu Shumin1-1/+1
2015-03-09ShellPkg: Help and Error Messages UpdateTapan Shah6-1/+1
2015-03-04ShellPkg: smbiosview shows wrong information for Type 27.Elvin Li1-3/+3
2015-03-03ShellPkg: Fixed EBC build error.Elvin Li1-1/+1
2015-02-27ShellPkg: Update Intel copyright to 2015.Elvin Li1-1/+1
2015-02-27ShellPkg: Parse new SMBIOS 3.0 fields.Elvin Li1-0/+5
2015-02-23ShellPkg/UefiShellLib: Fixed ARM compiler errorOlivier Martin1-1/+1
2015-02-06Shellpkg: Fix spelling errors in Shell.c/Shell.h commentsJoe Peterson2-36/+36
2015-02-06ShellPkg: command help with -? flag is not working and it gives too many argu...Jaben Carsey1-4/+2
2015-02-04ShellPkg: Standardized HP Copyright Message StringTapan Shah95-84/+83
2015-02-04ShellPkg: Revert 16720 and 16734. Jaben Carsey1-7/+6
2015-02-04ShellPkg: Revert 16720 and 16734. Jaben Carsey1-14/+58
2015-02-04ShellPkg: cast return value to correct type based on what we passed in.Jaben Carsey1-4/+4
2015-02-04ShellPkg: Fix typos.Qiu Shumin2-2/+2
2015-02-03ShellPkg: Update Level3 profile commands response outputTapan Shah10-37/+45
2015-02-03ShellPkg: Update Network1 profile commands response outputTapan Shah3-25/+28
2015-02-03ShellPkg: Update Level2 profile commands response outputTapan Shah15-150/+158
2015-02-03ShellPkg: Update Debug1 profile commands response outputTapan Shah19-180/+194
2015-02-03ShellPkg: Update Level1 profile commands response outputTapan Shah7-24/+29
2015-02-03ShellPkg: Update Driver1 profile commands response outputTapan Shah12-87/+104
2015-02-03ShellPkg: Update bcfg command response outputTapan Shah2-52/+52
2015-02-03ShellPkg: Update Shell.uni file with a better general command response output.Tapan Shah1-0/+0
2015-02-03*/Contributions.txt: Update example email addressJordan Justen1-2/+2
2015-02-03ShellPkg: Refactor out a now-redundant functionJaben Carsey1-51/+8
2015-02-02ShellPkg: Add quotes around NSH index argument replacementJaben Carsey1-10/+10
2015-02-02ShellPkg: Fix typos.Qiu Shumin2-4/+4
2015-01-30ShellPkg: Refactor quote and escape search to use new functionJaben Carsey1-73/+24
2015-01-30ShellPkg: Refactor Split search to generic functionJaben Carsey2-31/+56
2015-01-27ShellPkg: refine command line parsingJaben Carsey3-119/+214
2015-01-27ShellPkg: Always remove non-defined environment variableJaben Carsey1-11/+10
2015-01-22ShellPkg: Refine the fomat in INF/DEC files to follow spec.Qiu Shumin15-261/+260
2015-01-14ShellPkg: UefiShellLib: drop wrong PathLib library class dependencyLaszlo Ersek2-2/+1
2015-01-13ShellPkg: allow creating of files to create required directory pathjaben carsey2-5/+29
2015-01-13MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ...Daryl McDaniel20-2712/+12
2014-12-31ShellPkg: Check the unrecognized environment variable name before it is remov...Qiu Shumin1-8/+58
2014-12-26ShellPkg: Add code to handle the split ('|') in a double-quoted string. Qiu Shumin1-43/+75