summaryrefslogtreecommitdiff
path: root/benchmarks/bonnie++ (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_REINPLACE from all categories starting with BEdwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161307
* - Add SHA256Pav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149224
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* - support large filesPete Fritchman2003-12-212-0/+48
| | | | | | | | | | - bump PORTREVISION PR: 56011 Submitted by: Vivek Khera <vivek@khera.org> Notes: svn path=/head/; revision=96295
* - Our other two 64-bit platforms needs min(int, int) workaround tooPav Lucistnik2003-11-222-8/+2
| | | | | | | | | | | - Unmark broken as it builds on Bento at least for i386. I got some feedback that it builds with gcc 3.3.3, but not with 3.3.1 Tested by: Koop Mast (on sparc64) Approved by: adamw (mentor) Notes: svn path=/head/; revision=94685
* Cosmetic fix: use %%DOCSDIR%% macro.Sergey A. Osokin2003-10-221-2/+2
| | | | | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992 Notes: svn path=/head/; revision=91879
* Mark broken for gcc 3.3. The author seems to be tracking gcc updatesMark Linimon2003-10-151-1/+7
| | | | | | | | | (the port works on 3.2) so perhaps this will be short-term. PR: ports/56422 Notes: svn path=/head/; revision=91375
* Add missing filesKris Kennaway2003-04-051-0/+3
| | | | Notes: svn path=/head/; revision=78236
* Fix the build on 64-bit machines.David E. O'Brien2003-03-051-0/+15
| | | | | | | | The STL provides a min(unsigned, unsigned) implimentation by default, but not a min(unsigned long, unsigned) one. Notes: svn path=/head/; revision=76987
* Install the new docs, fix the path to them in the manpage, install all manpages.David E. O'Brien2003-02-262-2/+13
| | | | Notes: svn path=/head/; revision=76485
* Update to version 1.93c.David E. O'Brien2003-02-263-12/+7
| | | | | | | | This adds multiple disk accessors to better stress today's RAID's and highly buffered disk subsystems. Notes: svn path=/head/; revision=76473
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* upgrade to 1.03Ying-Chieh Liao2003-01-023-15/+4
| | | | Notes: svn path=/head/; revision=72214
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Fix bonnie++ on -currentDavid W. Chapman Jr.2002-09-011-0/+2
| | | | | | | | PR: 40793 Submitted by: corecode@corecode.ath.cx Notes: svn path=/head/; revision=65445
* Update to 1.02cPatrick Li2002-06-144-15/+5
| | | | | | | | PR: 39220 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=61278
* Setting optind to 0 before calling getopt(3) is a stupid idea; it wouldJoerg Wunsch2001-11-021-0/+10
| | | | | | | | | cause argv[0] to be evaluated as a program option, which is usually not what we want. ;-) Just leave it alone, the library is supposed to DTRT anyway. Notes: svn path=/head/; revision=49515
* upgrade to 1.0.2Ying-Chieh Liao2001-10-173-5/+14
| | | | | | | drop maintainership Notes: svn path=/head/; revision=48863
* upgrade to 1.01dYing-Chieh Liao2001-09-094-2/+23
| | | | | | | Submitted by: obrien Notes: svn path=/head/; revision=47562
* upgrade to 1.01cYing-Chieh Liao2001-06-102-2/+2
| | | | Notes: svn path=/head/; revision=43751
* add missing sbin/zcac into pkg-plistYing-Chieh Liao2001-04-261-0/+1
| | | | | | | Noted by: bento's log Notes: svn path=/head/; revision=41908
* add bonnie++Ying-Chieh Liao2001-03-246-0/+51
Performance Test of Filesystem I/O Notes: svn path=/head/; revision=40316