summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.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-5/+5
2017-07-27ShellPkg/setvar: Check the duplicate flagHuajing Li1-0/+4
2017-04-07ShellPkg/SetVar: Fix typo in commentsDandan Bi1-1/+1
2017-04-05ShellPkg/setvar: Add assertion indicating TempData shouldn't be NULLRuiyu Ni1-1/+2
2017-03-31ShellPkg/setvar: Support data format in Shell 2.2 specChen A Chen1-126/+297
2017-03-01ShellPkg/Debug1CommandLib: Use StrToGuid/StrHexToBytes in BaseLibRuiyu Ni1-7/+5
2016-10-09ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPIChen A Chen1-1/+0
2015-04-07ShellPkg: UefiShellDebug1CommandsLib: fix hex string parsing in SETVARLaszlo Ersek1-1/+31
2015-02-04ShellPkg: Standardized HP Copyright Message StringTapan Shah1-1/+1
2015-02-03ShellPkg: Update Debug1 profile commands response outputTapan Shah1-14/+15
2014-10-02ShellPkg: Update SetVar to use existing attributes for updating existing vari...Jaben Carsey1-26/+35
2014-03-10ShellPkg: ShellCommands/SetVar: Make '-rt' imply '-bs'Brendan Jackman1-1/+2
2013-09-19ShellPkg: Handle pool allocation failureSergei Antonov1-1/+3
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni1-5/+2
2011-04-04check memory allocations for success.jcarsey1-8/+13
2011-03-30pointer verification (not NULL) and buffer overrun fixes.jcarsey1-9/+15
2011-03-25comp - add comments and add input verification jcarsey1-16/+39
2010-11-16Add "Debug1" profile (all but Edit and HexEdit commands)jcarsey1-0/+228