summaryrefslogtreecommitdiffstats
path: root/ShellPkg
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: UefiShellLib: drop wrong PathLib library class dependencyLaszlo Ersek2015-01-142-2/+1
* ShellPkg: allow creating of files to create required directory pathjaben carsey2015-01-132-5/+29
* MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ...Daryl McDaniel2015-01-1320-2712/+12
* ShellPkg: Check the unrecognized environment variable name before it is remov...Qiu Shumin2014-12-311-8/+58
* ShellPkg: Add code to handle the split ('|') in a double-quoted string. Qiu Shumin2014-12-261-43/+75
* ShellPkg: Remove IntelFramweorkModulePkg as Shell library dependencyjaben carsey2014-12-163-7/+21
* ShellPkg: Code refine. Add error handling code to check pointer and remove re...Qiu Shumin2014-12-162-7/+58
* Refine code to follow edkii coding style.Dong Eric2014-12-121-3/+38
* ShellPkg: Connect all the consoles in "reconnect -r".Qiu Shumin2014-12-043-17/+89
* ShellPkg: Update Shell DH command to display more info.Samer El-Haj-Mahmoud2014-11-254-4/+176
* ShellPkg: Add extended USB decoding for consistent device namesjaben carsey2014-11-243-36/+92
* ShellPkg: Add optional extended decode for Vendor Device Nodes for consistent...jaben carsey2014-11-243-0/+36
* ShellPkg: Fix 'parse' command to use ," for SFO column delimiterChris Phillips2014-11-201-2/+2
* ShellPkg: Code refine to avoid potential dereference of pointer.Qiu Shumin2014-11-201-1/+1
* [PATHC] ShellPkg: control code flow with a PCDJaben Carsey2014-11-123-22/+21
* ShellPkg: Add type cast to avoid build failure in VS2005.Qiu Shumin2014-11-121-1/+1
* ShellPkg: Fixed variable set but never usedOlivier Martin2014-11-101-2/+1
* ShellPkg: Fix timezone commandjcarsey2014-11-044-14/+25
* EDK II Contributions.txt: Update patch format informationJordan Justen2014-10-311-13/+29
* [Patch] ShellPkg: Remove unused PCD from INF filejcarsey2014-10-311-2/+1
* ShellPkg: Comments update and code refine.Qiu Shumin2014-10-141-15/+43
* ShellPkg: Add a typecast to 'BOOLEAN' to avoid build failure in VS2005. Qiu Shumin2014-10-091-1/+1
* ShellPkg: fix "incompatible pointer type" build errorGabriel Somlo2014-10-081-1/+1
* ShellPkg: hexedit command does not return lasterror equal to 0 when exiting f...jcarsey2014-10-071-1/+2
* Dmpstore command does not return lasterror equal to 0 when ā€˜-sā€™ flag used...jcarsey2014-10-071-1/+1
* ShellPkg: Fix Meta Data misspellingJaben Carsey2014-10-031-29/+29
* ShellPkg: Update SetVar to use existing attributes for updating existing vari...Jaben Carsey2014-10-021-26/+35
* ShellPkg: Update MV. now supports across file system moves.Jaben Carsey2014-10-023-196/+370
* ShellPkg: Make the argument type match the function expected parameter type t...Qiu Shumin2014-09-241-1/+1
* ShellPkg: Refine code style to avoid potential NullPointer dereference.Qiu Shumin2014-09-232-1/+5
* ShellPkg: Fix setting hot key for boot option fail.Qiu Shumin2014-09-232-17/+23
* ShellPkg: ShellPkg: Fix the cp fail while coping directory.Ni Ruiyu2014-09-191-1/+2
* ShellPkg: Remove the redundant quotes around the parameter for 'alias'.Qiu Shumin2014-09-191-2/+18
* ShellPkg: Refine code style to avoid potential uninitialized local variable.Qiu Shumin2014-09-193-7/+11
* Roll back check in r15180 which caused the shell always returns EFI_ABORTED n...Ruiyu Ni2014-09-184-242/+59
* ShellPkg: Fix the support for command line comments.Qiu Shumin2014-09-182-7/+38
* ShellPkg: Do TrimSpace again after StdIn, StdOut, and StdErr are set up.Ni Ruiyu2014-09-171-0/+1
* ShellPkg: Remove redundant quotes in file path string for Shell command param...Qiu Shumin2014-09-177-30/+192
* ShellPkg: Remove redundant quotes for command 'FOR' in Shell.Qiu Shumin2014-09-171-9/+11
* ShellPkg: Use compare operator for non-Boolean comparisons.Qiu Shumin2014-09-171-1/+1
* ShellPkg: Add support for GCC stack protectorRonald Cron2014-09-161-0/+3
* ShellPkg: Specify AArch64 intrinsics libraryHarry Liebel2014-09-161-0/+3
* ShellPkg: Fix ASSERT when bcfg moving boot option with source location = tota...Tapan Shah2014-09-121-2/+3
* ShellPkg: Use the new library for "bcfg" commandJaben Carsey2014-09-109-2992/+10
* ShellPkg: Add a new library for "bcfg" commandJaben Carsey2014-09-107-1/+1650
* ShellPkg: Replace the usage of StrnCpy with CopyMem to avoid potential buffer...Qiu Shumin2014-09-101-3/+5
* ShellPkg: Replace assignment statement with 'StrnCpy' to append terminal NULL...Qiu Shumin2014-09-091-1/+1
* ShellPkg: Not add redundant quotes any longer to parameters with spaces.Jaben Carsey2014-09-051-10/+10
* ShellPkg: Refine the code style and comment.Qiu Shumin2014-09-053-2/+3
* ShellPkg: Update BCFG command for correct use and errors on movingJaben Carsey2014-09-042-56/+84