summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/HexEdit.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-04ShellPkg/UefiShellDebug1: Extract MainCmdXXX() function (2/4)Pierre Gondois1-37/+58
2026-08-04ShellPkg/UefiShellDebug1: Return if ShellCommandLineParse() failed (2/4)Pierre Gondois1-161/+163
2025-10-01ShellPkg: Use the newly introduced ShellPrintDefaultEx() aliasPierre Gondois1-1/+1
2025-10-01ShellPkg: Use the newly introduced ShellPrintHiiDefaultEx() aliasPierre Gondois1-18/+18
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-114/+119
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28ShellPkg: Clean up source filesLiming Gao1-17/+17
2015-02-05ShellPkg: Standardized HP Copyright Message StringTapan Shah1-1/+1
2015-02-04ShellPkg: Update Debug1 profile commands response outputTapan Shah1-16/+16
2014-10-07ShellPkg: hexedit command does not return lasterror equal to 0 when exiting f...jcarsey1-1/+2
2013-05-07ShellPkg: Fixed build error 'variable set but not used'jcarsey1-6/+0
2011-10-11ShellPkg: Add checks for NULL pointers. jcarsey1-2/+2
2011-04-12EditTitleBar - Remove ASSERT. Complete display output for Disk and Memory ou...jcarsey1-8/+11
2011-04-08Fix Xcode, clang, and ARM build and link issues.andrewfish1-1/+4
2011-04-08add user input verification.jcarsey1-3/+16
2011-04-02Comment's added and fixed.jcarsey1-2/+2
2011-03-30pointer verification (not NULL) and buffer overrun fixes.jcarsey1-1/+1
2011-03-29smbiosview - add user input verification.jcarsey1-7/+23
2011-03-26add Edit and HexEdit commands.jcarsey1-0/+247