summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: Use safe string functions to refine 'Tftp.c' code.Qiu Shumin2015-10-151-1/+5
* ShellPkg: Print error message when Shell set environment variable fail.Qiu Shumin2015-10-102-1/+6
* ShellPkg: UefiShellTftpCommandLib: fix incompatible pointer assignmentLaszlo Ersek2015-09-251-0/+2
* ShellPkg: Update tftp to build with current tipJaben Carsey2015-09-243-15/+20
* Revert 18541Jaben Carsey2015-09-243-9/+7
* ShellPkg: Update tftp to build with current tipJaben Carsey2015-09-243-7/+9
* ShellPkg: Added SMBIOS 2.8 Type 17 changes to smbiosviewSamer El-Haj-Mahmoud2015-09-181-1/+7
* ShellPkg: Added SMBIOS 3.0 support in dmem.Samer El-Haj-Mahmoud2015-09-181-1/+6
* ShellPkg: Fix a command line unicode string type.Samer El-Haj-Mahmoud2015-09-161-2/+3
* ShellPkg: Rename some functions in Dp to avoid build errors.Samer El-Haj-Mahmoud2015-09-153-7/+10
* ShellPkg: Update the help information for 'setvar' command to follow Shell be...Qiu Shumin2015-09-151-0/+0
* ShellPkg: Fix 'for' command fail with multiple fields.Qiu Shumin2015-09-091-0/+5
* ShellPkg: Get media status in ifconfig commandJiaxin Wu2015-08-312-6/+19
* ShellPkg: Replace use case of deprecated function GetVariable with GetVariable2.Eric Dong2015-08-271-1/+1
* ShellPkg: Fix the ASSERT issue in drvcfg command.Qiu Shumin2015-08-271-0/+1
* ShellPkg: use UEFI_APPLICATION module type for Shell componentsArd Biesheuvel2015-08-257-7/+7
* ShellPkg: Fix 'ifconfig' can't get the address from dhcp in some caseJiaxin Wu2015-08-201-15/+100
* 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 bad TimeZone (TZ) conversion.Andrew Fish2015-07-261-1/+1
* ShellPkg: Add optional 'tftp' EFI Shell commandRonald Cron2015-07-155-0/+1101
* ShellPkg: decode serial console attribute set failure status when used thru s...Tapan Shah2015-07-142-2/+10
* 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-093-7/+7
* 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-083-4/+4
* 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: Use safe string functions to refine code.Qiu Shumin2015-06-3012-79/+112
* 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: Remove memory leak when printing help and there are dynamic command...Jaben Carsey2015-04-231-1/+3
* 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