summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg/UefiShellLib: Fixed ARM compiler errorOlivier Martin2015-02-231-1/+1
* ShellPkg: Standardized HP Copyright Message StringTapan Shah2015-02-0480-70/+69
* ShellPkg: Update Level3 profile commands response outputTapan Shah2015-02-0310-37/+45
* ShellPkg: Update Network1 profile commands response outputTapan Shah2015-02-033-25/+28
* ShellPkg: Update Level2 profile commands response outputTapan Shah2015-02-0315-150/+158
* ShellPkg: Update Debug1 profile commands response outputTapan Shah2015-02-0319-180/+194
* ShellPkg: Update Level1 profile commands response outputTapan Shah2015-02-037-24/+29
* ShellPkg: Update Driver1 profile commands response outputTapan Shah2015-02-0312-87/+104
* ShellPkg: Update bcfg command response outputTapan Shah2015-02-032-52/+52
* ShellPkg: Fix typos.Qiu Shumin2015-02-021-2/+2
* ShellPkg: Refine the fomat in INF/DEC files to follow spec.Qiu Shumin2015-01-2213-229/+229
* 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-1312-2023/+3
* 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-242-36/+89
* ShellPkg: Add optional extended decode for Vendor Device Nodes for consistent...jaben carsey2014-11-242-0/+31
* 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-122-22/+17
* 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-043-13/+23
* [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: 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
* 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: 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-103-0/+1587
* ShellPkg: Update BCFG command for correct use and errors on movingJaben Carsey2014-09-042-56/+84
* Updates the logic to allow RM and CP to have silent/quiet mode work successfu...Jaben Carsey2014-09-031-1/+3
* ShellPkg: Fix dynamic command helpHarry Liebel2014-09-031-54/+45