aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/raidtest
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix build with src r354909 applied.Brooks Davis2019-11-251-1/+1
| | | | | | | | | | | | | | The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into errors causing these ports that declare them and use the FreeBSD make infrastructure as part of their build to fail. When the offending variables occur in a BSD Makefile, NO_MAN becomes MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and MK_PROFILE=no respectively. When declared in the environment they become WITHOUT_<FOO>. Notes: svn path=/head/; revision=518434
* - Drop empty `do-fetch' target: this is the default when bothAlexey Dokuchaev2019-05-293-42/+54
| | | | | | | | | | DISTFILES and PATCHFILES are empty - Define LICENSE (BSD2CLAUSE) - Convert 42-line pkg-descr into README file, fix a typo and give it better formatting Notes: svn path=/head/; revision=502956
* Fix ports that confused the meaning of WRKDIR and WRKSRC.Mathieu Arnold2015-11-051-2/+2
| | | | | | | | | | | PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735 Notes: svn path=/head/; revision=400848
* Allow staging as a regular userAntoine Brodin2014-09-071-0/+1
| | | | Notes: svn path=/head/; revision=367583
* Fix integer type overflow, limiting test range to first 4GB of the media.Alexander Motin2014-03-022-4/+5
| | | | | | | Reviewed by: pjd Notes: svn path=/head/; revision=346787
* Fixup svn props for pkg-descr*Mathieu Arnold2014-01-221-2/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=340718
* - Remove NO_STAGE as these have been tested to be safeBryan Drewery2013-09-251-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=328226
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+2
| | | | | | | benchmarks) Notes: svn path=/head/; revision=327708
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-2/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* Open device in read-only mode if we're only going to read from it.Ruslan Ermilov2008-09-262-2/+2
| | | | | | | Approved by: pjd Notes: svn path=/head/; revision=220790
* [patch] cleanup non-supported FreeBSD versionsEdwin Groothuis2007-05-021-7/+1
| | | | | | | | | PR: ports/111723 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=191383
* * Make benchmarks/raidtest more accurate and avoid crashesVasil Dimov2007-01-233-7/+9
| | | | | | | | | | | | * Bump PORTVERSION * s/NOMAN/NO_MAN PR: ports/107311 Submitted by: vd Approved by: pjd@FreeBSD.org (maintainer timeout) Notes: svn path=/head/; revision=183067
* - Satisfy portlintSergey Matveychuk2006-05-071-1/+3
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=161572
* Initial cut at making this buildable on 4.x.David E. O'Brien2004-12-291-0/+7
| | | | | | | It still needs work, but maybe someone else will take it farther. Notes: svn path=/head/; revision=125405
* Raidtest requires functions (byteorder(9)) which were introduced inPawel Jakub Dawidek2004-12-281-1/+7
| | | | | | | FreeBSD 5.1. Notes: svn path=/head/; revision=125385
* Fix compilation on sparc64.Pawel Jakub Dawidek2004-12-081-2/+2
| | | | Notes: svn path=/head/; revision=123484
* Shorten comment.David E. O'Brien2004-12-051-1/+1
| | | | Notes: svn path=/head/; revision=123173
* Add a "README".David E. O'Brien2004-12-051-1/+18
| | | | Notes: svn path=/head/; revision=123172
* pjd's src/tools/tools/raidtest as a port.David E. O'Brien2004-12-054-0/+480
Notes: svn path=/head/; revision=123171