diff options
author | adam <adam@pkgsrc.org> | 2004-11-10 14:13:21 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-10 14:13:21 +0000 |
commit | 20b4b8917af85a9879429abea83aa6fb7801c55b (patch) | |
tree | a657d5cf3559b93292fd5f9e20ebe508acc0dc98 /benchmarks/iozone/patches | |
parent | 74fb8f9d952a89bfe31ee5f05128b3f14674c97e (diff) | |
download | pkgsrc-20b4b8917af85a9879429abea83aa6fb7801c55b.tar.gz |
Changes 3.218
Add label to Excel spreadsheet that describes the rows and columns.
Add support for Solaris64 with VxFS.
Add support for Linux-arm
Changes 3.219
Add sleep to permit child to get connection up before master does
connect.
Changes 3.220
Improve master connect to child, without delays.
Changes 3.221
Add -+B Mixed sequential testing. BlueArc request.
Changes 3.222
Workaround for bug in Cygwin's sscanf
Changes 3.223
Add transfer size to the output from -Q
Changes 3.224
Work around for TCP_WAIT in Windows.
Changes 3.225
Fix for broken rsh on Windows.
Changes 3.226
Workaround for gcc 3.4. From the folks at Gentoo.org.
Diffstat (limited to 'benchmarks/iozone/patches')
-rw-r--r-- | benchmarks/iozone/patches/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/iozone/patches/patch-aa b/benchmarks/iozone/patches/patch-aa index ada6fa7413d..4a45668ca79 100644 --- a/benchmarks/iozone/patches/patch-aa +++ b/benchmarks/iozone/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.5 2004/05/05 00:43:10 danw Exp $ +$NetBSD: patch-aa,v 1.6 2004/11/10 14:13:21 adam Exp $ ---- makefile.orig Sun May 2 21:02:32 2004 +--- makefile.orig 2004-10-29 15:11:36.000000000 +0000 +++ makefile -@@ -59,6 +59,7 @@ all: +@@ -67,6 +67,7 @@ all: @echo " -> UWIN (32bit) <-" @echo " -> Windows (95/98/NT) (32bit) <-" @echo "" |