aboutsummaryrefslogtreecommitdiff
path: root/lib/test_hexdump.c
AgeCommit message (Expand)Author
2018-11-30test_hexdump: use memcpy instead of strncpyLinus Torvalds
2018-08-22lib/test_hexdump.c: fix failure on big endian cpuChristophe Leroy
2016-01-20test_hexdump: print statistics at the endAndy Shevchenko
2016-01-20test_hexdump: test all possible group sizes for overflowAndy Shevchenko
2016-01-20test_hexdump: check all bytes in real bufferAndy Shevchenko
2016-01-20test_hexdump: switch to memcmp()Andy Shevchenko
2016-01-20test_hexdump: replace magic numbers by their meaningAndy Shevchenko
2016-01-20test_hexdump: go through all possible lengths of bufferAndy Shevchenko
2016-01-20test_hexdump: define FILL_CHAR constantAndy Shevchenko
2016-01-20test_hexdump: introduce test_hexdump_prepare_test() helperAndy Shevchenko
2016-01-20test_hexdump: rename to test_hexdumpAndy Shevchenko