summaryrefslogtreecommitdiffstats
path: root/ShellPkg
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg\Tftp.c: Refine parameter name and use implicit comparison for BOOLEA...Qiu Shumin2015-08-141-2/+2
* ShellPkg: Add function comments and refine code format to follow EDKII coding...Qiu Shumin2015-08-071-7/+123
* ShellPkg: Refine global variable name to follow EDK II coding style.Kinney, Michael D2015-08-071-4/+4
* ShellPkg: Fix build failure in VS2015.Kinney, Michael D2015-08-071-1/+2
* ShellPkg: Fix issue about ping fail with IPv4Jiaxin Wu2015-08-061-2/+3
* ShellPkg: Fix 'drivers' assert issue for a driver name longer than 35 charact...Tapan Shah2015-08-051-1/+1
* ShellPkg: prevent Close call when Open failedJaben Carsey2015-07-281-2/+3
* ShellPkg: Fix the ASSERT issue in Shell 'for' loopQiu Shumin2015-07-261-1/+1
* ShellPkg: Fix bad TimeZone (TZ) conversion.Andrew Fish2015-07-261-1/+1
* ShellPkg: Add optional 'tftp' EFI Shell commandRonald Cron2015-07-158-0/+1112
* ShellPkg: decode serial console attribute set failure status when used thru s...Tapan Shah2015-07-142-2/+10
* ShellPkg: Increase PcdShellFileOperationSizeBrendan Jackman2015-07-141-1/+1
* ShellPkg: Fix ping IPv6 stack usage mode failure issueJiaxin Wu2015-07-142-6/+1
* ShellPkg: Refine code to use Strn**S safe functions instead of Str**S ones in...Qiu Shumin2015-07-095-40/+45
* ShellPkg: Remove Status definition in function scope jiaxinwu2015-07-081-3/+0
* ShellPkg: Add Ip4Config2 Protocol defintion in UefiHandleParsingLibjiaxinwu2015-07-084-2/+5
* ShellPkg: Update ping/ifconfig library source code to consume Ip4Config2 prot...jiaxinwu2015-07-085-1482/+990
* ShellPkg: Fix typo of 'determines' in ShellPkg.Bruce Cran2015-07-085-11/+11
* ShellPkg: Fix bug introduced by r17730.Heyi Guo2015-07-041-1/+1
* ShellPkg: fix string to number conversion with "0 "Jaben Carsey2015-07-021-9/+12
* ShellPkg: Refine the code logic of StrnCatGrow.Qiu Shumin2015-07-021-2/+3
* ShellPkg: Refine the code logic of mv.c.Qiu Shumin2015-07-011-3/+5
* ShellPkg: Refine code to make catenae length more precise.Qiu Shumin2015-06-301-2/+2
* ShellPkg: Use safe string functions to refine code.Qiu Shumin2015-06-3018-120/+195
* ShellPkg: Make BOOLEAN variable not use explicit comparison.Qiu Shumin2015-06-231-1/+1
* ShellPkg: update Console to clear screen when resettingJaben Carsey2015-06-151-0/+6
* ShellPkg\Application\Shell: Clean start row information after the console has...Qiu Shumin2015-06-091-3/+10
* ShellPkg: Fix the Non-ASCII char and do code refine.Qiu Shumin2015-06-091-2/+2
* ShellPkg: Handle escape characters properly for parse commandTapan Shah2015-06-031-2/+52
* ShellPkg: Add pipe support for parse commandTapan Shah2015-06-032-18/+211
* ShellPkg: Update help output for correct alphabetical Jaben Carsey2015-05-281-26/+197
* ShellPkg: Add DiskInfo GUID matching to the SheSamer El-Haj-Mahmoud2015-05-144-3/+6
* ShellPkg: Fix buffer overflow issue in 'map' command.Qiu Shumin2015-05-111-4/+20
* ShellPkg: Update CopyRight to 2015Liming Gao2015-04-291-1/+1
* ShellPkg: Update Shell MemMap command to show PersistentMemory rangeLiming Gao2015-04-291-0/+6
* ShellPkg: Refine the logic about allocating memory for variable name and data.Qiu Shumin2015-04-272-38/+72
* ShellPkg: Remove memory leak when printing help and there are dynamic command...Jaben Carsey2015-04-231-1/+3
* ShellPkg/HandleParsingLib: Caller should free memory from 2 functionsJaben Carsey2015-04-231-1/+5
* ShellPkg: Remove "ProtocolGuid" from the string for protocol namesJaben Carsey2015-04-221-0/+0
* ShellPkg/UefiShellLevel2CommandsLib: Handle the returned errorOlivier Martin2015-04-152-2/+5
* ShellPkg: fix mv and cp command related issuesTapan Shah2015-04-073-14/+31
* ShellPkg: UefiShellDebug1CommandsLib: fix hex string parsing in SETVARLaszlo Ersek2015-04-071-1/+31
* ShellPkg: UefiShellDebug1CommandsLib: fix SETVAR option summaryLaszlo Ersek2015-04-071-0/+0
* ShellPkg: Added newline at the end of source filesOlivier Martin2015-04-022-2/+2
* ShellPkg: Remove extra quotes surrounding flag values.Qiu Shumin2015-04-011-28/+9
* ShellPkg: update smbiosview for SMBIOS 3.0.Elvin Li2015-03-178-45/+837
* ShellPkg: Fix typo in ShellPkg.Qiu Shumin2015-03-171-7/+7
* ShellPkg: Add type cast to avoid build failure in VS2005.Qiu Shumin2015-03-131-1/+1
* ShellPkg: Help and Error Messages UpdateTapan Shah2015-03-096-1/+1
* ShellPkg: smbiosview shows wrong information for Type 27.Elvin Li2015-03-041-3/+3