CVS log for ports/benchmarks/rawio/Attic/Makefile
Up to [FreeBSD] / ports / benchmarks / rawio
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.18
Mon Aug 1 04:29:36 2011 UTC (6 months, 1 week ago) by bapt
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.17: +1 -1 lines
Bye bye abandonwares (part 2) 2011-08-01 benchmarks/rawio: Looks like an abandonware, no more public distfiles 2011-08-01 benchmarks/tmetric: Looks like abandonware, no more public distfiles 2011-08-01 biology/L-Breeder: Looks like an abandonware, no more public distfile 2011-08-01 biology/crimap: Looks like an abandonware, no more public distfile 2011-08-01 biology/distribfold: No more upstream, looks like an abandonware 2011-08-01 biology/kinemage: Looks like an abandonware, no more public distfile 2011-08-01 biology/lsysexp: Looks like an abandonware, no more public distfile 2011-08-01 chinese/chm2html: Looks like an abandonware, no more public distfile 2011-08-01 chinese/ntuttf: No more public distfiles available 2011-08-01 chinese/reciteword: Looks like an abandonware, no more public distfile 2011-08-01 chinese/tocps: No more pulic distfiles 2011-08-01 chinese/xttmgr: Looks like an abandonware, no more public distfile 2011-08-01 comms/mserver: Looks like an abandonware, no more public distfiles 2011-08-01 comms/qicosi: Looks like an abandonware, no more public distfile 2011-08-01 comms/sms_client: Looks like an abandonware, no more public distfile 2011-08-01 comms/smstools: Looks like an abandonware, no more public distfile 2011-08-01 converters/siconv: Looks like an abandonware, no more public distfiles 2011-08-01 converters/utf8conv: Looks like an abandonware, no more public distfile 2011-08-01 databases/pgcluster: Looks like an abandonware, no more public distfile 2011-08-01 databases/py-MySQL: Please use databases/py-MySQLdb instead 2011-08-01 databases/py-SQLDict: Looks like an abandonware, no more public distfile 2011-08-01 databases/py-rrdpipe: Looks like an abandonware, no more public distfile 2011-08-01 databases/sybase_ase: no more public distfiles available
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Jun 16 10:43:57 2011 UTC (7 months, 3 weeks ago) by bapt
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -0 lines
Another bunch of deprecation: no more public distfiles and/or abandonware
Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Aug 7 08:58:30 2008 UTC (3 years, 6 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_EOL, RELEASE_6_4_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Reset grog@FreeBSD.org: last commit was more than 6 months ago, and PRs are outstanding.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Oct 9 17:19:54 2006 UTC (5 years, 4 months ago) by se
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_5_EOL, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Fix rawio for sequential read/write tests: Revision 1.3 of patch-ad worked around the problem, that only one writer is allowed to allow a partition through GEOM. The fix was not complete, leading to the file position not been incremented during reads and writes, thus not testing sequential performance, but performance of cached reads and writes, in general. This fix makes rawio report reasonable sequential performance again, but I'm still very suspicious with regard to randomized start positions working. The results do not show the expected variation of sequential read/write performance. I have not had time to look into this any deeper, though, and thus decidied to not delay the commit any further ...
Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Nov 22 07:38:03 2005 UTC (6 years, 2 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
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>
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Oct 26 18:40:43 2005 UTC (6 years, 3 months ago) by green
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
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
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Feb 6 13:10:55 2004 UTC (8 years ago) by trevor
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -0 lines
Use PLIST_FILES (bento-tested, marcus-reviewed).
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jan 10 07:57:35 2004 UTC (8 years, 1 month ago) by edwin
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -0 lines
[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
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Mar 7 05:56:23 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -0 lines
Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Oct 13 01:51:46 2002 UTC (9 years, 4 months ago) by grog
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Upgrade to version 1.2. Reminded by: kkenn
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Sep 15 03:04:00 2000 UTC (11 years, 4 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0, RELEASE_4_3_0, RELEASE_4_2_0, RELEASE_4_1_1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Grog is willing to maintain this now.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Apr 8 22:04:27 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
update with the new PORTNAME/PORTVERSION variables
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Mar 22 00:27:36 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
Restore useless version required comments.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Mar 20 02:37:11 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -2 lines
Remove the "version required" line.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Feb 13 03:24:10 2000 UTC (12 years ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
Style nits in the ports I maintain.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jan 3 03:19:59 2000 UTC (12 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -3 lines
Update to version 1.1. Submitted by: grog
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Aug 25 04:45:48 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Change Id->FreeBSD.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Aug 8 17:03:16 1999 UTC (12 years, 6 months ago) by obrien
Branches: OBRIEN
CVS tags: rawio_1_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Greg Lehey's util for performance testing of low-level storage devices
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Aug 8 17:03:16 1999 UTC (12 years, 6 months ago) by obrien
Branches: MAIN
Initial revision
