VisionFive2 Linux kernel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
More than 9999 Commits
33 Branches
55 Tags
Index
Trunk
Branches
Tags
Trunk
Branches
Tags
Home page
Home page
starfive-tech/linux.git
/
branches
/
beaglev-5.13.y
/
lib
/
test_hexdump.c
Date
Commit Message
Rev
Author
2018-11-30
test_hexdump: use memcpy instead of strncpy
b1286ed7
Linus Torvalds
2018-08-22
lib/test_hexdump.c: fix failure on big endian cpu
de9df399
Christophe Leroy
2016-01-20
test_hexdump: print statistics at the end
7aaf4c3e
Andy Shevchenko
2016-01-20
test_hexdump: test all possible group sizes for overflow
1dacd9dd
Andy Shevchenko
2016-01-20
test_hexdump: check all bytes in real buffer
cc77a719
Andy Shevchenko
2016-01-20
test_hexdump: switch to memcmp()
7047d813
Andy Shevchenko
2016-01-20
test_hexdump: replace magic numbers by their meaning
ad27a755
Andy Shevchenko
2016-01-20
test_hexdump: go through all possible lengths of buffer
a3d601fc
Andy Shevchenko
2016-01-20
test_hexdump: define FILL_CHAR constant
3db4a987
Andy Shevchenko
2016-01-20
test_hexdump: introduce test_hexdump_prepare_test() helper
87977ca6
Andy Shevchenko
2016-01-20
test_hexdump: rename to test_hexdump
60b2e8f4
Andy Shevchenko