summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellDriver1CommandsLib
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg/DrvDiag: Fix a critical typo bugRuiyu Ni2016-07-251-1/+1
* ShellPkg/DrvDiag: Handle memory allocation failureRuiyu Ni2016-07-251-4/+13
* ShellPkg/DrvCfg: Handle memory allocation failureRuiyu Ni2016-07-251-5/+12
* ShellPkg/DevTree: Handle memory allocation failureRuiyu Ni2016-07-251-6/+7
* ShellPkg: Series of patches to fix typos - apropriate to appropriateMudusuru, Giri P2016-07-131-1/+1
* ShellPkg: Support connect a device handle recursively with '-r'.Qiu Shumin2016-07-131-3/+4
* ShellPkg: Update Guid/Protocol usages in INF files.Liming Gao2016-07-131-4/+4
* ShellPkg: Convert all .uni files to utf-8Jordan Justen2015-12-181-0/+0
* ShellPkg: Fix a command line unicode string type.Samer El-Haj-Mahmoud2015-09-161-2/+3
* 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-251-1/+1
* ShellPkg: Fix build failure in VS2015.Kinney, Michael D2015-08-071-1/+2
* ShellPkg: Fix 'drivers' assert issue for a driver name longer than 35 charact...Tapan Shah2015-08-051-1/+1
* ShellPkg: Use safe string functions to refine code.Qiu Shumin2015-06-301-2/+2
* ShellPkg: Standardized HP Copyright Message StringTapan Shah2015-02-0412-11/+11
* ShellPkg: Update Driver1 profile commands response outputTapan Shah2015-02-0312-87/+104
* ShellPkg: Refine the fomat in INF/DEC files to follow spec.Qiu Shumin2015-01-221-10/+10
* ShellPkg: Connect all the consoles in "reconnect -r".Qiu Shumin2014-12-043-17/+89
* Add CTRL+C support for ‘devices’ command.Tapan Shah2014-08-291-1/+6
* Add CTRL+C support for ‘drivers’ command.Tapan Shah2014-08-291-1/+6
* Add CTRL+C support for ‘dh’ command.Tapan Shah2014-08-291-0/+5
* Cleanup UefiShellDriver1CommandsLib commands help output string to :Tapan Shah2014-08-291-0/+0
* Add CTRL+C support for ‘devtree’ command.Tapan Shah2014-08-291-0/+10
* ShellPkg: Fixes and updates for the 'devices' commandChris Phillips2014-08-222-34/+24
* ShellPkg: Fixes and updates for the 'drivers' commandChris Phillips2014-08-212-14/+41
* Updates the logic to allow devices to support SFO output modeJaben Carsey2014-08-052-16/+36
* Update code to support VS2013 tool chain.Eric Dong2014-07-291-1/+3
* ShellPkg: Fix duplicate String IDsJaben Carsey2014-06-162-2/+2
* Handle multi instances device path while connecting console devices.Qiu Shumin2014-05-191-31/+53
* Add code to connect device path of console devices correctly for Shell comman...Qiu Shumin2014-05-142-23/+175
* ShellPkg: remove redudant code. call existing API.Jaben Carsey2014-03-201-35/+7
* ShellPkg: Remove unused functionJaben Carsey2014-03-202-52/+2
* ShellPkg: Move a function into shared locationJaben Carsey2014-03-173-37/+50
* Refine the select language logic.Eric Dong2013-09-053-55/+6
* Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2013-07-265-28/+13
* ShellPkg: Fix ARM build errors.jcarsey2013-06-111-1/+0
* ShellPkg: Fixed build error 'variable set but not used'jcarsey2013-05-071-2/+0
* ShellPkg: Updates to 'help' commandjcarsey2012-12-131-0/+0
* Contributed-under: TianoCore Contribution Agreement 1.0mdkinney2012-10-055-30/+54
* Update the "ConErr" related variable name to the new one "ErrOut".ydong102012-08-171-7/+7
* Refine get default language logic for command "drivers".ydong102012-08-102-15/+13
* ShellPkg: Fix en-US characters that are outside the Basic Latin character set...jcarsey2012-06-121-0/+0
* ShellPkg: Propagate verbose flag down so it can be used in all DH command use...jcarsey2012-01-101-2/+12
* Clean up the private GUID definition in module Level.lgao42011-09-213-8/+3
* ShellPkg: Add 3 missing function declaration comments and change a function s...jcarsey2011-09-091-0/+26
* Refine comments and two code style.ydong102011-09-021-19/+19
* Add check code to avoid access violation.ydong102011-06-231-0/+4
* Check the buffer allocation result before using it.ydong102011-06-131-0/+2
* add support to easily remove profiles and shell levels. the libraries will n...jcarsey2011-05-161-1/+1
* added support for -i and -o for HII based configurations.jcarsey2011-05-162-228/+1179