summaryrefslogtreecommitdiff
path: root/ShellPkg
AgeCommit message (Expand)AuthorFilesLines
2015-08-20ShellPkg: Fix 'ifconfig' can't get the address from dhcp in some caseJiaxin Wu1-15/+100
2015-08-20ShellPkg: force use of AARCH64 small model when building DEBUG shellArd Biesheuvel1-0/+6
2015-08-14ShellPkg\Tftp.c: Refine parameter name and use implicit comparison for BOOLEA...Qiu Shumin1-2/+2
2015-08-07ShellPkg: Add function comments and refine code format to follow EDKII coding...Qiu Shumin1-7/+123
2015-08-07ShellPkg: Refine global variable name to follow EDK II coding style.Kinney, Michael D1-4/+4
2015-08-07ShellPkg: Fix build failure in VS2015.Kinney, Michael D1-1/+2
2015-08-06ShellPkg: Fix issue about ping fail with IPv4Jiaxin Wu1-2/+3
2015-08-05ShellPkg: Fix 'drivers' assert issue for a driver name longer than 35 charact...Tapan Shah1-1/+1
2015-07-28ShellPkg: prevent Close call when Open failedJaben Carsey1-2/+3
2015-07-26ShellPkg: Fix the ASSERT issue in Shell 'for' loopQiu Shumin1-1/+1
2015-07-26ShellPkg: Fix bad TimeZone (TZ) conversion.Andrew Fish1-1/+1
2015-07-15ShellPkg: Add optional 'tftp' EFI Shell commandRonald Cron8-0/+1112
2015-07-14ShellPkg: decode serial console attribute set failure status when used thru s...Tapan Shah2-2/+10
2015-07-14ShellPkg: Increase PcdShellFileOperationSizeBrendan Jackman1-1/+1
2015-07-14ShellPkg: Fix ping IPv6 stack usage mode failure issueJiaxin Wu2-6/+1
2015-07-09ShellPkg: Refine code to use Strn**S safe functions instead of Str**S ones in...Qiu Shumin5-40/+45
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 Cran5-11/+11
2015-07-04ShellPkg: Fix bug introduced by r17730.Heyi Guo1-1/+1
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: Refine code to make catenae length more precise.Qiu Shumin1-2/+2
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin18-120/+195
2015-06-23ShellPkg: Make BOOLEAN variable not use explicit comparison.Qiu Shumin1-1/+1
2015-06-15ShellPkg: update Console to clear screen when resettingJaben Carsey1-0/+6
2015-06-09ShellPkg\Application\Shell: Clean start row information after the console has...Qiu Shumin1-3/+10
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-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