summaryrefslogtreecommitdiff
path: root/lib/hexdump.c
Commit message (Expand)AuthorAge
* lib/hexdump.c: return -EINVAL in case of error in hex2bin()Andy Shevchenko2017-09-08
* lib/hexdump.c: truncate output in case of overflowAndy Shevchenko2015-11-06
* hexdump: fix for non-aligned buffersHoracio Mijail Anton Quiles2015-07-17
* hexdump: make it return number of bytes placed in bufferAndy Shevchenko2015-02-12
* hexdump: do a few calculations aheadAndy Shevchenko2015-02-12
* hexdump: fix ascii column for the tail of a dumpAndy Shevchenko2015-02-12
* Provide a binary to hex conversion functionDavid Howells2014-09-16
* lib: introduce upper case hex ascii helpersAndre Naujoks2013-09-20
* dynamic_debug: dynamic hex dumpVladimir Kondratiev2013-01-17
* lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-07
* lib: add error checking to hex2binMimi Zohar2011-09-20
* include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guardJoe Perches2011-01-13
* lib: hex2bin converts ascii hexadecimal string to binaryMimi Zohar2010-11-29
* lib: introduce common method to convert hex digitsAndy Shevchenko2010-05-25
* lib/hexdump.c: reduce stack variable size and cleanupsJoe Perches2010-05-25
* hexdump: remove the trailing spaceLi Zefan2009-06-16
* lib: create common ascii hex arrayHarvey Harrison2008-05-14
* hexdump: don't print bytes with bit 7 setRandy Dunlap2007-11-29
* hex_dump: add missing "const" qualifiersAlan Stern2007-08-11
* hexdump: use const notationArtem Bityutskiy2007-08-09
* hexdump: more output formattingRandy Dunlap2007-06-08
* lib/hexdumpRandy Dunlap2007-05-11