Merge branch 'master' of https://github.com/bvanassche/fio
authorJens Axboe <axboe@kernel.dk>
Tue, 7 Jan 2020 01:38:02 +0000 (18:38 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 7 Jan 2020 01:38:02 +0000 (18:38 -0700)
commit2198a6b5a9f40726b40aced24cf2dcdb3b639898
tree650426443da4334a22b2a072bff5720b44a2c667
parent5fd4249b86491b0ab771c3a43b10788cdf78bf8b
parent2f56f0a0ba604cc6f3f4628927824cbc45938801
Merge branch 'master' of https://github.com/bvanassche/fio

* 'master' of https://github.com/bvanassche/fio:
  Windows >= 7: Make fio_getaffinity() error reporting more detailed
  Windows: Uninline CPU affinity functions
  Windows: Use snprintf() instead of StringCch*()
  Include "oslib/asprintf.h" where necessary
  Windows: Remove more unused OS dependent code
  Change off64_t into uint64_t
  Fix the build in case FIO_HAVE_DISK_UTIL is not defined
  Windows: Fix multiple configure tests
  configure: Improve the getopt_long_only() test
  configure: Improve the ibverbs test
  Makefile: Use 'tr' if 'fmt' is not available
  Makefile: Avoid duplicating code