summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: Apply uncrustify changesMichael Kubacki2021-12-071-124/+145
* ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* ShellPkg: Clean up source filesLiming Gao2018-06-281-5/+5
* ShellPkg/setvar: Check the duplicate flagHuajing Li2017-07-271-0/+4
* ShellPkg/SetVar: Fix typo in commentsDandan Bi2017-04-071-1/+1
* ShellPkg/setvar: Add assertion indicating TempData shouldn't be NULLRuiyu Ni2017-04-051-1/+2
* ShellPkg/setvar: Support data format in Shell 2.2 specChen A Chen2017-03-311-126/+297
* ShellPkg/Debug1CommandLib: Use StrToGuid/StrHexToBytes in BaseLibRuiyu Ni2017-03-011-7/+5
* ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPIChen A Chen2016-10-091-1/+0
* ShellPkg: UefiShellDebug1CommandsLib: fix hex string parsing in SETVARLaszlo Ersek2015-04-071-1/+31
* ShellPkg: Standardized HP Copyright Message StringTapan Shah2015-02-041-1/+1
* ShellPkg: Update Debug1 profile commands response outputTapan Shah2015-02-031-14/+15
* ShellPkg: Update SetVar to use existing attributes for updating existing vari...Jaben Carsey2014-10-021-26/+35
* ShellPkg: ShellCommands/SetVar: Make '-rt' imply '-bs'Brendan Jackman2014-03-101-1/+2
* ShellPkg: Handle pool allocation failureSergei Antonov2013-09-191-1/+3
* Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2013-07-261-5/+2
* check memory allocations for success.jcarsey2011-04-041-8/+13
* pointer verification (not NULL) and buffer overrun fixes.jcarsey2011-03-301-9/+15
* comp - add comments and add input verification jcarsey2011-03-251-16/+39
* Add "Debug1" profile (all but Edit and HexEdit commands)jcarsey2010-11-161-0/+228