| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
07 Aug 2008 09:58:31
1.2_3
|
linimon  |
Reset grog@FreeBSD.org: last commit was more than 6 months ago, and
PRs are outstanding. |
09 Oct 2006 18:19:55
1.2_3
|
se  |
Fix rawio for sequential read/write tests: |
22 Nov 2005 07:38:03
1.2_2
|
edwin  |
Update port: benchmarks/rawio update MASTER_SITE
- Update MASTER_SITE to fix fetch problem.
Instead of replacing the master-site, I have added the second one
until Greg fixes his ftp site.
PR: ports/87988
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> |
01 Nov 2005 17:00:41
1.2_2
|
green  |
Re-support FreeBSD 4 (which has sys/disk.h as a kernel header, not a
userland/kernel header). No PORTREVISION bump since this is a fix
for compilation.
PR: ports/88319
Submitted by: marck |
26 Oct 2005 19:40:43
1.2_2
|
green  |
Modify rawio(1) to work with GEOM by losing the multiple-open(2)
semantics. As GEOM prevents actual concurrent accesses that are
deemed generally unsafe. As we know, as a rawio(1) user, that we
are intending to do something ostensibly unsafe, we can use a single
open(2) shared among the worker children and then use pread(2) and
pwrite(2) instead of read(2), write(2) and lseek(2). This properly
bypasses the sanity checks GEOM makes for concurrent access.
Additionally, sector size isn't and hasn't ever been necessarily 512
(or a multiple thereof), but we don't have many classical examples
of devices not the common case that we'd test rawio(1) with. In my
particular case, I'm using graid3(8) and have an effective sector size
of 1024. The program now attempts to use DIOCGSECTORSIZE to find
the correct base for a device and thus Works For Me.
Cursory review by: MAINTAINER |
18 Mar 2004 02:27:55
1.2_1
|
trevor  |
Add size data.
Approved by: maintainers |
06 Feb 2004 13:12:53
1.2_1
|
trevor  |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
10 Jan 2004 07:57:35
1.2_1
|
edwin  |
[PATCH] benchmarks/rawio has a bug in commandline option parser
run rawio with -s option(size of raw disk device), as follows:
% rawio -a -s 30029328k -v 1 /dev/ad4c
returned:
Invalid length specification: -v
in source rawio.c, it skips parsing argument at one point.
PR: ports/58567
Submitted by: OOTOMO Hiroyuki <ootomo@za.wakwak.com>
Approved by: maintainer timeout |
07 Mar 2003 05:56:23
1.2
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
05 Nov 2002 00:32:54
1.2
|
edwin  |
Remove obsolete patch-files
PR: ports/40535
Submitted by: Tilman Linneweh <tilman@arved.de>
Approved by: grog@freebsd.org |
13 Oct 2002 02:51:46
1.2
|
grog  |
Upgrade to version 1.2.
Reminded by: kkenn |
29 Mar 2002 06:27:12
1.1
|
grog  |
Make this build again on systems with no MAP_INHERIT on mmap. |
10 Mar 2001 04:53:29 
|
grog  |
Correct checksum. |
04 Jan 2001 06:58:01 
|
grog  |
Include sys/random.h, not machine/random.h. |
04 Jan 2001 06:51:21 
|
grog  |
Update checksum. |
08 Oct 2000 01:20:10 
|
asami  |
Convert category benchmarks to new layout. |
15 Sep 2000 05:04:01 
|
obrien  |
Grog is willing to maintain this now. |