Recent changes

From: Jens Axboe <jens.axboe_at_oracle.com>
Date: Sun, 01 Jun 2008 06:00:03 +0200

The following changes since commit a732c9f3333ae96822295fb4b50d39d38fe04243:
  Jens Axboe (1):
        Fio 1.21-rc3

are available in the git repository at:

  git://git.kernel.dk/fio.git master

Gurudas Pai (1):
      Fix bad references to 'sgio'

Jens Axboe (16):
      net engine: improve host/port parsing
      Make it work on opensolaris
      vsync: Fix issue with double issue of io_u
      close_ioengine() clears ->data after calling engine cleanup
      Add dprint() to io_u requeue
      Move the lib/ stuff around a bit
      More fixes to FreeBSD and Solaris Makefile
      Fix build with FIO_INC_DEBUG not included
      Remove icc reference in Linux Makefile
      Cleanup lib/strsep.c
      strsep got lost in Makefile.solaris
      errno is not negative
      Fixup posix_fallocate() usage
      Seperate status timer setup from disk util timer
      Add sparc and sparc64 support
      ffz() takes ints, so change the file_map to being int based

 Makefile | 1 -
 Makefile.FreeBSD | 19 ++++++++------
 Makefile.solaris | 24 +++++++++---------
 README | 4 +-
 arch/arch-alpha.h | 1 -
 arch/arch-ia64.h | 12 ---------
 arch/arch-ppc.h | 15 -----------
 arch/arch-s390.h | 1 -
 arch/arch-sparc.h | 25 ++++++++++++++++++
 arch/arch-sparc64.h | 33 ++++++++++++++++++++++++
 arch/arch-x86.h | 6 ----
 arch/arch-x86_64.h | 7 -----
 arch/arch.h | 19 ++++---------
 crc/sha256.c | 9 +------
 crc/sha512.c | 9 +------
 debug.h | 5 ++-
 diskutil.c | 8 ------
 engines/guasi.c | 1 -
 engines/libaio.c | 1 -
 engines/mmap.c | 1 -
 engines/net.c | 53 ++++++++++++++++++++++++++++++---------
 engines/null.c | 1 -
 engines/posixaio.c | 1 -
 engines/sg.c | 8 ++---
 engines/splice.c | 1 -
 engines/sync.c | 9 ++++--
 engines/syslet-rw.c | 1 -
 filesetup.c | 15 +++++------
 fio.c | 68 ++++++++++++++++++++++++++++++++++----------------
 fio.h | 10 +++----
 hash.h | 7 +++++
 init.c | 4 +-
 io_u.c | 11 +++++---
 ioengines.c | 6 +++-
 lib/bswap.h | 46 ++++++++++++++++++++++++++++++++++
 lib/strsep.c | 29 +++++++++++++++++++++
 lib/strsep.h | 6 ++++
 log.c | 1 +
 memory.c | 3 ++
 mutex.c | 6 ++--
 options.c | 5 +++-
 os/os-linux.h | 3 ++
 os/os.h | 11 +++++++-
 smalloc.c | 29 +---------------------
 stat.c | 4 +-
 verify.c | 2 +-
 46 files changed, 329 insertions(+), 212 deletions(-)
 create mode 100644 arch/arch-sparc.h
 create mode 100644 arch/arch-sparc64.h
 create mode 100644 lib/bswap.h
 create mode 100644 lib/strsep.c
 create mode 100644 lib/strsep.h
Received on Sun Jun 01 2008 - 06:00:03 CEST

This archive was generated by hypermail 2.2.0 : Sun Jun 01 2008 - 06:30:03 CEST