summaryrefslogtreecommitdiff
path: root/ShellPkg/Application/Shell/ShellEnvVar.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04Renormalized end-of-lines from master@27b044605cd5f6b33a3d231576003850b3fe305btrunkkx1-601/+601
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-164/+193
2020-02-11ShellPkg/Application: Fix various typosAntoine Coeur1-4/+4
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28ShellPkg: Clean up source filesLiming Gao1-11/+11
2016-12-09ShellPkg/Application: Fix ">v" cannot update environment variableChen A Chen1-3/+9
2016-10-09ShellPkg/Application: Remove unnecessary EFIAPIChen A Chen1-4/+0
2016-07-18ShellPkg/ShellAddEnvVarToList: Handle memory allocation failureRuiyu Ni1-12/+27
2016-07-18ShellPkg/IsVolatileEnv: Handle memory allocation failureRuiyu Ni1-16/+18
2016-04-15ShellPkg : Cache the environment variable into memory to enhanceQiu Shumin1-1/+179
2015-10-26ShellPkg: Fix 'EfiShellExecute' doesn't get command status correctly.Qiu Shumin1-2/+3
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin1-1/+4
2015-04-27ShellPkg: Refine the logic about allocating memory for variable name and data.Qiu Shumin1-25/+44
2014-09-03ShellPkg: Refactor string manipulationJaben Carsey1-12/+34
2012-11-14ShellPkg: Clean up header file usage.jcarsey1-12/+1
2012-11-13ShellPkg: Correct 3 places where memory was not being properly released by th...jcarsey1-1/+1
2011-09-02Refine comments and two code style.ydong101-2/+2
2011-06-03Verify that Status variable is initialized.jcarsey1-0/+1
2011-06-01Make shell not ASSERT on older versions of EFI. On a Mac if you soft load Hii...andrewfish1-3/+7
2011-03-26console logger - support disabling the console out.jcarsey1-6/+6
2010-12-06fixes for NULL verification.jcarsey1-1/+1
2010-11-17fixes for IPF, CTRL-C support, and file redirection.jcarsey1-12/+25
2010-10-041) Removing ASSERTs for proper return values. jcarsey1-14/+17
2010-09-14udk2010.up2.shell initial release.jcarsey1-0/+326