summaryrefslogtreecommitdiff
path: root/benchmarks/iozone/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-07-13 13:42:12 +0000
committeradam <adam@pkgsrc.org>2006-07-13 13:42:12 +0000
commitfdb248d4593d74f8fe9bf5a46fa5282769f77a4c (patch)
tree76f8c72fcbb658f8698eac588d6dd39be5ee2987 /benchmarks/iozone/patches
parent756593c2ea4a25479a710501ef4d7f801ab7fbfc (diff)
downloadpkgsrc-fdb248d4593d74f8fe9bf5a46fa5282769f77a4c.tar.gz
Changes 3.263:
* Change the default pattern. Samba is trying to cheat by special casing IOZONE.tmp, and the pattern of 0xA5. * Make the default pattern random, and based on Iozone version. This is to prevent the hack from Richard Sharpe (in Samba) from special casing Iozone, and lying to the user. * bug fix in pattern gen. * Add -+Z old data set mode. * Add -+X constant data for short circuit testing only. * Multi-node changes for new options. (-+Z and -+X) * Add -+K flag for Sony. * Move -+K outside of Windows only. * Simplify percentage calculation * Add error checking for -f and -F in the wrong modes. * Bug fix for pbuffer allocation on remote clients. * Check for max_rec_size when using ranges. -r -r -r * Fix for Debian user bug. -r 1m -n 1m -g 2m gave bogus error. * Bug fix for -k used in conjunction with -t and content validation.
Diffstat (limited to 'benchmarks/iozone/patches')
-rw-r--r--benchmarks/iozone/patches/patch-ab12
1 files changed, 6 insertions, 6 deletions
diff --git a/benchmarks/iozone/patches/patch-ab b/benchmarks/iozone/patches/patch-ab
index ce0ccf38629..144bb692077 100644
--- a/benchmarks/iozone/patches/patch-ab
+++ b/benchmarks/iozone/patches/patch-ab
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.5 2005/12/13 14:25:01 joerg Exp $
+$NetBSD: patch-ab,v 1.6 2006/07/13 13:42:13 adam Exp $
---- iozone.c.orig 2005-12-13 14:04:05.000000000 +0000
+--- iozone.c.orig 2006-04-11 23:42:46.000000000 +0200
+++ iozone.c
@@ -61,12 +61,7 @@
#include <Windows.h>
@@ -15,7 +15,7 @@ $NetBSD: patch-ab,v 1.5 2005/12/13 14:25:01 joerg Exp $
#endif
-@@ -251,15 +246,15 @@ THISVERSION,
+@@ -257,15 +252,15 @@ THISVERSION,
#include <unistd.h>
#include <fcntl.h>
@@ -34,7 +34,7 @@ $NetBSD: patch-ab,v 1.5 2005/12/13 14:25:01 joerg Exp $
#ifndef O_SYNC
#define O_SYNC O_FSYNC
#endif
-@@ -296,25 +291,18 @@ THISVERSION,
+@@ -302,25 +297,18 @@ THISVERSION,
#define MAP_FAILED -1
#endif
@@ -67,7 +67,7 @@ $NetBSD: patch-ab,v 1.5 2005/12/13 14:25:01 joerg Exp $
#ifdef __AIX__
#include <fcntl.h>
-@@ -325,7 +313,7 @@ typedef long long off64_t;
+@@ -331,7 +319,7 @@ typedef long long off64_t;
#endif
#ifdef unix
@@ -76,7 +76,7 @@ $NetBSD: patch-ab,v 1.5 2005/12/13 14:25:01 joerg Exp $
#include <sys/time.h>
#endif
#include <sys/times.h>
-@@ -357,7 +345,7 @@ typedef long long off64_t;
+@@ -363,7 +351,7 @@ typedef long long off64_t;
#define MS_ASYNC 0
#endif