summaryrefslogtreecommitdiff
path: root/ShellPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2015-07-08ShellPkg: Remove Status definition in function scope jiaxinwu1-3/+0
2015-07-08ShellPkg: Add Ip4Config2 Protocol defintion in UefiHandleParsingLibjiaxinwu4-2/+5
2015-07-08ShellPkg: Update ping/ifconfig library source code to consume Ip4Config2 prot...jiaxinwu5-1482/+990
2015-07-08ShellPkg: Fix typo of 'determines' in ShellPkg.Bruce Cran3-4/+4
2015-07-02ShellPkg: fix string to number conversion with "0 "Jaben Carsey1-9/+12
2015-07-02ShellPkg: Refine the code logic of StrnCatGrow.Qiu Shumin1-2/+3
2015-07-01ShellPkg: Refine the code logic of mv.c.Qiu Shumin1-3/+5
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin12-79/+112
2015-06-09ShellPkg: Fix the Non-ASCII char and do code refine.Qiu Shumin1-2/+2
2015-06-03ShellPkg: Handle escape characters properly for parse commandTapan Shah1-2/+52
2015-06-03ShellPkg: Add pipe support for parse commandTapan Shah2-18/+211
2015-05-28ShellPkg: Update help output for correct alphabetical Jaben Carsey1-26/+197
2015-05-14ShellPkg: Add DiskInfo GUID matching to the SheSamer El-Haj-Mahmoud4-3/+6
2015-05-11ShellPkg: Fix buffer overflow issue in 'map' command.Qiu Shumin1-4/+20
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-23ShellPkg: Remove memory leak when printing help and there are dynamic command...Jaben Carsey1-1/+3
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 Martin1-1/+1
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-10ShellPkg: 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-05ShellPkg: Standardized HP Copyright Message StringTapan Shah80-70/+69
2015-02-04ShellPkg: Update Level3 profile commands response outputTapan Shah10-37/+45
2015-02-04ShellPkg: Update Network1 profile commands response outputTapan Shah3-25/+28
2015-02-04ShellPkg: Update Level2 profile commands response outputTapan Shah15-150/+158
2015-02-04ShellPkg: 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-02ShellPkg: Fix typos.Qiu Shumin1-2/+2
2015-01-22ShellPkg: Refine the fomat in INF/DEC files to follow spec.Qiu Shumin13-229/+229
2015-01-14ShellPkg: UefiShellLib: drop wrong PathLib library class dependencyLaszlo Ersek2-2/+1
2015-01-14ShellPkg: allow creating of files to create required directory pathjaben carsey2-5/+29
2015-01-13MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ...Daryl McDaniel12-2023/+3
2014-12-16ShellPkg: Remove IntelFramweorkModulePkg as Shell library dependencyjaben carsey3-7/+21
2014-12-16ShellPkg: Code refine. Add error handling code to check pointer and remove re...Qiu Shumin2-7/+58
2014-12-12Refine code to follow edkii coding style.Dong Eric1-3/+38
2014-12-04ShellPkg: Connect all the consoles in "reconnect -r".Qiu Shumin3-17/+89