Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-11-30 | test_hexdump: use memcpy instead of strncpy | Linus Torvalds | 1 | -1/+1 |
2018-08-22 | lib/test_hexdump.c: fix failure on big endian cpu | Christophe Leroy | 1 | -5/+23 |
2016-01-21 | test_hexdump: print statistics at the end | Andy Shevchenko | 1 | -3/+23 |
2016-01-21 | test_hexdump: test all possible group sizes for overflow | Andy Shevchenko | 1 | -3/+18 |
2016-01-21 | test_hexdump: check all bytes in real buffer | Andy Shevchenko | 1 | -21/+17 |
2016-01-21 | test_hexdump: switch to memcmp() | Andy Shevchenko | 1 | -3/+3 |
2016-01-21 | test_hexdump: replace magic numbers by their meaning | Andy Shevchenko | 1 | -4/+13 |
2016-01-21 | test_hexdump: go through all possible lengths of buffer | Andy Shevchenko | 1 | -14/+13 |
2016-01-21 | test_hexdump: define FILL_CHAR constant | Andy Shevchenko | 1 | -6/+13 |
2016-01-21 | test_hexdump: introduce test_hexdump_prepare_test() helper | Andy Shevchenko | 1 | -7/+19 |
2016-01-21 | test_hexdump: rename to test_hexdump | Andy Shevchenko | 1 | -0/+180 |