summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28ShellPkg: Clean up source filesLiming Gao1-38/+38
2017-09-22ShellPkg/DmpStore: fix GCC/CLANG build failureLaszlo Ersek1-1/+1
2017-09-22ShellPkg/dmpstore: Show name of known variable vendor GUIDHuajing Li1-4/+13
2017-06-27ShellPkg DmpStore: Make NameSize to be consistent with name bufferStar Zeng1-0/+1
2017-03-06ShellPkg: Refine type cast for pointer subtractionHao Wu1-1/+1
2017-03-01ShellPkg/Debug1CommandLib: Use StrToGuid/StrHexToBytes in BaseLibRuiyu Ni1-3/+4
2016-12-14ShellPkg/UefiShellDebug1CommandsLib: Fix coding style issuesDandan Bi1-2/+3
2016-11-16ShellPkg/dmpstore: Support "-sfo"Ruiyu Ni1-60/+147
2016-10-09ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPIChen A Chen1-3/+0
2015-07-09ShellPkg: Refine code to use Strn**S safe functions instead of Str**S ones in...Qiu Shumin1-1/+1
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin1-2/+2
2015-02-04ShellPkg: Standardized HP Copyright Message StringTapan Shah1-2/+1
2015-02-03ShellPkg: Update Debug1 profile commands response outputTapan Shah1-24/+25
2014-10-07Dmpstore command does not return lasterror equal to 0 when ā€˜-sā€™ flag used...jcarsey1-1/+1
2014-08-29This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy ...Jaben Carsey1-1/+1
2014-08-05Updates the logic to allow DmpStore to specify a name independent of specifyi...Jaben Carsey1-2/+9
2014-06-30ShellPkg: Fix Ctrl+C support for dmpstore command.Tapan Shah1-1/+7
2014-01-23Update prints of variable attributes from 'RS' to 'RT' for 'Dmpstore' command.Shumin Qiu1-1/+1
2014-01-141. Change the implementation of function 'LoadVariableFromFile' to return SHE...Shumin Qiu1-22/+24
2014-01-13Set the type of return value from function 'LoadVariablesFromFile' in 'DmpSto...Shumin Qiu1-1/+1
2014-01-10Add the feature "dmpstore -l" and "dmpstore -s".Ruiyu Ni1-59/+445
2014-01-09Add code to check whether the pointer 'NewBuffer' in 'FileHandelWrappers.c' ...Shumin Qiu1-4/+8
2014-01-07Add the comment for function 'IsValidSplit' in 'Shell.c'. Add code to check w...Shumin Qiu1-2/+2
2013-12-20ShellPkg: fix DmpStore for deletingJaben Carsey1-115/+137
2013-05-09ShellPkg: Return an error when it happensjcarsey1-2/+2
2012-09-10Refine code to make it more safely.ydong101-1/+1
2012-09-05Refine coding style.ydong101-1/+0
2012-09-04Fix build fail.ydong101-1/+1
2012-09-03Refine the code to make it more safely.ydong101-19/+27
2012-08-07Refine code to follow coding style.ydong101-6/+14
2012-07-26Fix build fail for GCCydong101-0/+1
2012-07-26Fixed issues:ydong101-35/+100
2012-07-04ShellPkg: Fix recursion when deleting all variables.ydong101-0/+1
2012-04-27Update comments in DmpStore.c to be more suitable.lzeng141-2/+2
2011-03-25comp - add comments and add input verification jcarsey1-16/+48
2010-11-16Add "Debug1" profile (all but Edit and HexEdit commands)jcarsey1-0/+228