summaryrefslogtreecommitdiffstats
path: root/lib/hexdump.c
Commit message (Expand)AuthorAgeFilesLines
* lib/hexdump.c: truncate output in case of overflowAndy Shevchenko2015-11-061-1/+5
* hexdump: fix for non-aligned buffersHoracio Mijail Anton Quiles2015-07-171-3/+4
* hexdump: make it return number of bytes placed in bufferAndy Shevchenko2015-02-121-18/+55
* hexdump: do a few calculations aheadAndy Shevchenko2015-02-121-24/+10
* hexdump: fix ascii column for the tail of a dumpAndy Shevchenko2015-02-121-3/+3
* Provide a binary to hex conversion functionDavid Howells2014-09-161-0/+16
* lib: introduce upper case hex ascii helpersAndre Naujoks2013-09-201-0/+2
* dynamic_debug: dynamic hex dumpVladimir Kondratiev2013-01-171-1/+3
* lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-071-1/+1
* lib: add error checking to hex2binMimi Zohar2011-09-201-4/+11
* include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guardJoe Perches2011-01-131-0/+2
* lib: hex2bin converts ascii hexadecimal string to binaryMimi Zohar2010-11-291-0/+16
* lib: introduce common method to convert hex digitsAndy Shevchenko2010-05-251-0/+18
* lib/hexdump.c: reduce stack variable size and cleanupsJoe Perches2010-05-251-17/+19
* hexdump: remove the trailing spaceLi Zefan2009-06-161-6/+9
* lib: create common ascii hex arrayHarvey Harrison2008-05-141-2/+5
* hexdump: don't print bytes with bit 7 setRandy Dunlap2007-11-291-1/+2
* hex_dump: add missing "const" qualifiersAlan Stern2007-08-111-1/+1
* hexdump: use const notationArtem Bityutskiy2007-08-091-2/+2
* hexdump: more output formattingRandy Dunlap2007-06-081-28/+121
* lib/hexdumpRandy Dunlap2007-05-111-0/+104