summaryrefslogtreecommitdiffstats
path: root/benchmarks/bonnie++
Commit message (Collapse)AuthorAgeFilesLines
* Add SIZE.trevor2004-01-271-0/+1
|
* - support large filespetef2003-12-212-0/+48
| | | | | | | - bump PORTREVISION PR: 56011 Submitted by: Vivek Khera <vivek@khera.org>
* - Our other two 64-bit platforms needs min(int, int) workaround toopav2003-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)
* Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-221-2/+2
| | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992
* Mark broken for gcc 3.3. The author seems to be tracking gcc updateslinimon2003-10-151-1/+7
| | | | | | (the port works on 3.2) so perhaps this will be short-term. PR: ports/56422
* Add missing fileskris2003-04-051-0/+3
|
* Fix the build on 64-bit machines.obrien2003-03-051-0/+15
| | | | | The STL provides a min(unsigned, unsigned) implimentation by default, but not a min(unsigned long, unsigned) one.
* Install the new docs, fix the path to them in the manpage, install all manpages.obrien2003-02-262-2/+13
|
* Update to version 1.93c.obrien2003-02-263-12/+7
| | | | | This adds multiple disk accessors to better stress today's RAID's and highly buffered disk subsystems.
* De-pkg-comment.knu2003-02-202-1/+1
|
* upgrade to 1.03ijliao2003-01-023-15/+4
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-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)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-062-1/+2
| | | | Approved by: pat
* Fix bonnie++ on -currentdwcjr2002-09-011-0/+2
| | | | | PR: 40793 Submitted by: corecode@corecode.ath.cx
* Update to 1.02cpat2002-06-144-15/+5
| | | | | PR: 39220 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Setting optind to 0 before calling getopt(3) is a stupid idea; it wouldjoerg2001-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.
* upgrade to 1.0.2ijliao2001-10-173-5/+14
| | | | drop maintainership
* upgrade to 1.01dijliao2001-09-094-2/+23
| | | | Submitted by: obrien
* upgrade to 1.01cijliao2001-06-102-2/+2
|
* add missing sbin/zcac into pkg-plistijliao2001-04-261-0/+1
| | | | Noted by: bento's log
* add bonnie++ijliao2001-03-246-0/+51
Performance Test of Filesystem I/O
OpenPOWER on IntegriCloud