aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hexdump.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-06lib/hexdump.c: truncate output in case of overflowAndy Shevchenko1-1/+5
2015-07-17hexdump: fix for non-aligned buffersHoracio Mijail Anton Quiles1-3/+4
2015-02-12hexdump: make it return number of bytes placed in bufferAndy Shevchenko1-18/+55
2015-02-12hexdump: do a few calculations aheadAndy Shevchenko1-24/+10
2015-02-12hexdump: fix ascii column for the tail of a dumpAndy Shevchenko1-3/+3
2014-09-16Provide a binary to hex conversion functionDavid Howells1-0/+16
2013-09-20lib: introduce upper case hex ascii helpersAndre Naujoks1-0/+2
2013-01-17dynamic_debug: dynamic hex dumpVladimir Kondratiev1-1/+3
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2011-09-20lib: add error checking to hex2binMimi Zohar1-4/+11
2011-01-13include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guardJoe Perches1-0/+2
2010-11-29lib: hex2bin converts ascii hexadecimal string to binaryMimi Zohar1-0/+16
2010-05-25lib: introduce common method to convert hex digitsAndy Shevchenko1-0/+18
2010-05-25lib/hexdump.c: reduce stack variable size and cleanupsJoe Perches1-17/+19
2009-06-16hexdump: remove the trailing spaceLi Zefan1-6/+9
2008-05-14lib: create common ascii hex arrayHarvey Harrison1-2/+5
2007-11-29hexdump: don't print bytes with bit 7 setRandy Dunlap1-1/+2
2007-08-11hex_dump: add missing "const" qualifiersAlan Stern1-1/+1
2007-08-09hexdump: use const notationArtem Bityutskiy1-2/+2
2007-06-08hexdump: more output formattingRandy Dunlap1-28/+121
2007-05-11lib/hexdumpRandy Dunlap1-0/+104