summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* ShellPkg: Clean up source filesLiming Gao2018-06-281-38/+38
* ShellPkg/DmpStore: fix GCC/CLANG build failureLaszlo Ersek2017-09-221-1/+1
* ShellPkg/dmpstore: Show name of known variable vendor GUIDHuajing Li2017-09-221-4/+13
* ShellPkg DmpStore: Make NameSize to be consistent with name bufferStar Zeng2017-06-271-0/+1
* ShellPkg: Refine type cast for pointer subtractionHao Wu2017-03-061-1/+1
* ShellPkg/Debug1CommandLib: Use StrToGuid/StrHexToBytes in BaseLibRuiyu Ni2017-03-011-3/+4
* ShellPkg/UefiShellDebug1CommandsLib: Fix coding style issuesDandan Bi2016-12-141-2/+3
* ShellPkg/dmpstore: Support "-sfo"Ruiyu Ni2016-11-161-60/+147
* ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPIChen A Chen2016-10-091-3/+0
* ShellPkg: Refine code to use Strn**S safe functions instead of Str**S ones in...Qiu Shumin2015-07-091-1/+1
* ShellPkg: Use safe string functions to refine code.Qiu Shumin2015-06-301-2/+2
* ShellPkg: Standardized HP Copyright Message StringTapan Shah2015-02-041-2/+1
* ShellPkg: Update Debug1 profile commands response outputTapan Shah2015-02-031-24/+25
* Dmpstore command does not return lasterror equal to 0 when ā€˜-sā€™ flag used...jcarsey2014-10-071-1/+1
* This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy ...Jaben Carsey2014-08-291-1/+1
* Updates the logic to allow DmpStore to specify a name independent of specifyi...Jaben Carsey2014-08-051-2/+9
* ShellPkg: Fix Ctrl+C support for dmpstore command.Tapan Shah2014-06-301-1/+7
* Update prints of variable attributes from 'RS' to 'RT' for 'Dmpstore' command.Shumin Qiu2014-01-231-1/+1
* 1. Change the implementation of function 'LoadVariableFromFile' to return SHE...Shumin Qiu2014-01-141-22/+24
* Set the type of return value from function 'LoadVariablesFromFile' in 'DmpSto...Shumin Qiu2014-01-131-1/+1
* Add the feature "dmpstore -l" and "dmpstore -s".Ruiyu Ni2014-01-101-59/+445
* Add code to check whether the pointer 'NewBuffer' in 'FileHandelWrappers.c' ...Shumin Qiu2014-01-091-4/+8
* Add the comment for function 'IsValidSplit' in 'Shell.c'. Add code to check w...Shumin Qiu2014-01-071-2/+2
* ShellPkg: fix DmpStore for deletingJaben Carsey2013-12-201-115/+137
* ShellPkg: Return an error when it happensjcarsey2013-05-091-2/+2
* Refine code to make it more safely.ydong102012-09-101-1/+1
* Refine coding style.ydong102012-09-051-1/+0
* Fix build fail.ydong102012-09-041-1/+1
* Refine the code to make it more safely.ydong102012-09-031-19/+27
* Refine code to follow coding style.ydong102012-08-071-6/+14
* Fix build fail for GCCydong102012-07-261-0/+1
* Fixed issues:ydong102012-07-261-35/+100
* ShellPkg: Fix recursion when deleting all variables.ydong102012-07-041-0/+1
* Update comments in DmpStore.c to be more suitable.lzeng142012-04-271-2/+2
* comp - add comments and add input verification jcarsey2011-03-251-16/+48
* Add "Debug1" profile (all but Edit and HexEdit commands)jcarsey2010-11-161-0/+228