summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib/Vol.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-16/+16
2016-10-09ShellPkg/UefiShellLevel2CommandsLib: Remove unnecessary EFIAPIChen A Chen1-1/+0
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin1-2/+5
2015-02-04ShellPkg: Standardized HP Copyright Message StringTapan Shah1-1/+1
2015-02-03ShellPkg: Update Level2 profile commands response outputTapan Shah1-10/+11
2014-08-22ShellPkg: Refactor string manipulationJaben Carsey1-3/+3
2011-04-04check memory allocations for success.jcarsey1-23/+31
2011-04-01Comment's added and fixed.jcarsey1-5/+10
2011-03-30pointer verification (not NULL) and buffer overrun fixes.jcarsey1-0/+2
2011-03-30add more user input verification to connect and vol commands.jcarsey1-2/+23
2011-03-28prevents "" from being the result of trying to open the root of a drive.jcarsey1-4/+22
2011-03-25Cd - add more input verification.jcarsey1-0/+256