summaryrefslogtreecommitdiffstats
path: root/lib/hexdump.c
AgeCommit message (Expand)AuthorLines
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker-1/+1
2011-09-20lib: add error checking to hex2binMimi Zohar-4/+11
2011-01-13include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guardJoe Perches-0/+2
2010-11-29lib: hex2bin converts ascii hexadecimal string to binaryMimi Zohar-0/+16
2010-05-25lib: introduce common method to convert hex digitsAndy Shevchenko-0/+18
2010-05-25lib/hexdump.c: reduce stack variable size and cleanupsJoe Perches-17/+19
2009-06-16hexdump: remove the trailing spaceLi Zefan-6/+9
2008-05-14lib: create common ascii hex arrayHarvey Harrison-2/+5
2007-11-29hexdump: don't print bytes with bit 7 setRandy Dunlap-1/+2
2007-08-11hex_dump: add missing "const" qualifiersAlan Stern-1/+1
2007-08-09hexdump: use const notationArtem Bityutskiy-2/+2
2007-06-08hexdump: more output formattingRandy Dunlap-28/+121
2007-05-11lib/hexdumpRandy Dunlap-0/+104