summaryrefslogtreecommitdiffstats
path: root/lib/hexdump.c
Commit message (Expand)AuthorAgeFilesLines
* 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