summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: Fix spelling mistake for occurredMichael D Kinney2020-08-1914-61/+61
* ShellPkg/edit: typo "%d Lines Wrote"Heinrich Schuchardt2019-12-051-1/+1
* ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0918-126/+18
* ShellPkg: Clean up source filesLiming Gao2018-06-2818-114/+114
* ShellPkg/[hex]edit: Fix mouse freeze issueRuiyu Ni2018-03-141-7/+9
* ShellPkg/[hex]edit: Fix CTRL+<Alpha> doesn't work from hyper terminalRuiyu Ni2018-02-151-4/+6
* ShellPkg/[hex]edit: Fix wrongly use gST->ConIn as the console handleRuiyu Ni2018-02-131-1/+1
* ShellPkg/[hex]edit: use SimpleTextInEx to read consoleRuiyu Ni2018-02-132-86/+144
* ShellPkg/hexedit: Fix a read-after-free bugRuiyu Ni2018-02-092-27/+18
* ShellPkg/HexEdit: Fix EBC build failureRuiyu Ni2017-11-071-2/+2
* ShellPkg/hexeditor: Use CpuIo for memory accessRuiyu Ni2017-11-022-68/+6
* ShellPkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-4/+4
* ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPIChen A Chen2016-10-095-16/+0
* ShellPkg/Hexedit: Fix FreePool() ASSERT() when writing diskMichael Kinney2016-10-031-2/+4
* ShellPkg: Convert all .uni files to utf-8Jordan Justen2015-12-091-0/+0
* ShellPkg: Standardized HP Copyright Message StringTapan Shah2015-02-042-1/+1
* ShellPkg: Update Debug1 profile commands response outputTapan Shah2015-02-031-16/+16
* ShellPkg: Fix typos.Qiu Shumin2015-02-021-2/+2
* ShellPkg: hexedit command does not return lasterror equal to 0 when exiting f...jcarsey2014-10-071-1/+2
* Cleanup UefiShellDebug1CommandsLib strings to :Samer El-Haj-Mahmoud elhaj2014-09-021-0/+0
* ShellPkg: Fix calls to SimpleTextOut->SetAttribute to not use reserved bitsJaben Carsey2014-07-251-12/+12
* Fix CRLF formatTian, Hot2014-01-221-5/+5
* ShellPkg: Fix ARM build errors.jcarsey2013-06-113-2/+3
* ShellPkg: Fixed build error 'variable set but not used'jcarsey2013-05-075-53/+0
* ShellPkg: Minor change to EDIT and HEXEDIT commands to make the title bars co...jcarsey2013-01-171-1/+1
* Add missing braces around initializer.lzeng142012-10-111-3/+2
* ShellPkg: Fix handling of empty files in Hexeditjcarsey2011-11-291-1/+4
* ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey2011-10-141-0/+1
* ShellPkg: Add checks for NULL pointers. jcarsey2011-10-101-2/+2
* ShellPkg: Add checks for NULL pointers. jcarsey2011-10-101-1/+1
* Refine comments and two code style.ydong102011-09-022-12/+13
* ShellPkg: fix build error when converting INTN to INT32.jcarsey2011-08-231-1/+1
* ShellPkg: Added the Ctrl based hot key for hexeditjcarsey2011-08-032-10/+10
* ShellPkg: Added the Ctrl based hot key and changed text editor's UI.jcarsey2011-07-203-14/+112
* update copyright line formathhtian2011-06-071-1/+1
* update Bcfg to correctly remove by option index not variable name and add dri...jcarsey2011-04-121-9/+25
* ShellPkg: Fix GCC 4.4 build issuesjljusten2011-04-122-1/+3
* EditTitleBar - Remove ASSERT. Complete display output for Disk and Memory ou...jcarsey2011-04-111-8/+11
* Fix Xcode, clang, and ARM build and link issues.andrewfish2011-04-073-6/+24
* add user input verification.jcarsey2011-04-071-3/+16
* add comments to function declarations and definitions and updated to match co...jcarsey2011-04-0515-1605/+1106
* Comment's added and fixed.jcarsey2011-04-015-455/+301
* pointer verification (not NULL) and buffer overrun fixes.jcarsey2011-03-304-10/+13
* smbiosview - add user input verification.jcarsey2011-03-295-32/+97
* add Edit and HexEdit commands.jcarsey2011-03-2518-0/+8055