aboutsummaryrefslogtreecommitdiff
path: root/lib/hexdump.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-06lib/hexdump.c: truncate output in case of overflowGravatar Andy Shevchenko 1-1/+5
2015-07-17hexdump: fix for non-aligned buffersGravatar Horacio Mijail Anton Quiles 1-3/+4
2015-02-12hexdump: make it return number of bytes placed in bufferGravatar Andy Shevchenko 1-18/+55
2015-02-12hexdump: do a few calculations aheadGravatar Andy Shevchenko 1-24/+10
2015-02-12hexdump: fix ascii column for the tail of a dumpGravatar Andy Shevchenko 1-3/+3
2014-09-16Provide a binary to hex conversion functionGravatar David Howells 1-0/+16
2013-09-20lib: introduce upper case hex ascii helpersGravatar Andre Naujoks 1-0/+2
2013-01-17dynamic_debug: dynamic hex dumpGravatar Vladimir Kondratiev 1-1/+3
2012-03-07lib: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2011-09-20lib: add error checking to hex2binGravatar Mimi Zohar 1-4/+11
2011-01-13include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guardGravatar Joe Perches 1-0/+2
2010-11-29lib: hex2bin converts ascii hexadecimal string to binaryGravatar Mimi Zohar 1-0/+16
2010-05-25lib: introduce common method to convert hex digitsGravatar Andy Shevchenko 1-0/+18
2010-05-25lib/hexdump.c: reduce stack variable size and cleanupsGravatar Joe Perches 1-17/+19
2009-06-16hexdump: remove the trailing spaceGravatar Li Zefan 1-6/+9
2008-05-14lib: create common ascii hex arrayGravatar Harvey Harrison 1-2/+5
2007-11-29hexdump: don't print bytes with bit 7 setGravatar Randy Dunlap 1-1/+2
2007-08-11hex_dump: add missing "const" qualifiersGravatar Alan Stern 1-1/+1
2007-08-09hexdump: use const notationGravatar Artem Bityutskiy 1-2/+2
2007-06-08hexdump: more output formattingGravatar Randy Dunlap 1-28/+121
2007-05-11lib/hexdumpGravatar Randy Dunlap 1-0/+104