The following changes since commit fd00954ca87b3b083ec6987e593a16ff01913fe8:
Jens Axboe (1):
Fix bug in md5 calculation
are available in the git repository at:
git://git.kernel.dk/data/git/fio.git master
Jens Axboe (11):
Rename header_offset and header_interval options
Parser: make check_int() accept hex input if prefixed with 0x
Document parser int taking hex input
Add verify_pattern option
Remove .maxval from verify_pattern
Properly initialize md5 hash seed
Add sha256 and sha512 checksums
Prepare for splitting the verify_header from the checksum header
Seperate verify_header from the checksum type
Move checksumming files to seperate directory
Update non-linux Makefiles
HOWTO | 19 +++-
Makefile | 18 +++-
Makefile.FreeBSD | 12 ++-
Makefile.solaris | 12 ++-
crc16.c => crc/crc16.c | 0
crc16.h => crc/crc16.h | 0
crc32.c => crc/crc32.c | 0
crc32.h => crc/crc32.h | 0
crc64.c => crc/crc64.c | 0
crc64.h => crc/crc64.h | 0
crc7.c => crc/crc7.c | 0
crc7.h => crc/crc7.h | 0
md5.c => crc/md5.c | 8 ++
md5.h => crc/md5.h | 1 +
crc/sha256.c | 280 ++++++++++++++++++++++++++++++++++++++++++++++++
crc/sha256.h | 13 +++
crc/sha512.c | 205 +++++++++++++++++++++++++++++++++++
crc/sha512.h | 14 +++
fio.h | 47 ++++++---
fls.h | 41 +++++++
options.c | 53 ++++++++--
parse.c | 9 ++-
verify.c | 277 +++++++++++++++++++++++++++++++++++++++++-------
23 files changed, 933 insertions(+), 76 deletions(-)
rename crc16.c => crc/crc16.c (100%)
rename crc16.h => crc/crc16.h (100%)
rename crc32.c => crc/crc32.c (100%)
rename crc32.h => crc/crc32.h (100%)
rename crc64.c => crc/crc64.c (100%)
rename crc64.h => crc/crc64.h (100%)
rename crc7.c => crc/crc7.c (100%)
rename crc7.h => crc/crc7.h (100%)
rename md5.c => crc/md5.c (96%)
rename md5.h => crc/md5.h (93%)
create mode 100644 crc/sha256.c
create mode 100644 crc/sha256.h
create mode 100644 crc/sha512.c
create mode 100644 crc/sha512.h
create mode 100644 fls.h
Received on Tue Jul 31 2007 - 06:00:05 CEST
This archive was generated by hypermail 2.2.0 : Tue Jul 31 2007 - 06:30:01 CEST