Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-01 | Patch out use of sys/disklabel.h and sys/ioctl.h (neither is actually used) | dholland | 1 | -0/+16 | |
and remove associated unnecessary ONLY_FOR_PLATFORM restriction. | |||||
2011-02-03 | Update randread to 0.2. | obache | 6 | -46/+77 | |
Based on PR#44354 by Tony Young. set LICENSE=public-domain, unit-test support by me. Version 0.2 2002-09-11 Added unit test framework. Read from a list of files, rather than just one, seeking evenly within all of them based on the number of blocks in each. Allow reading several contiguous blocks for each seek, so we can do sequential/random and sequential read testing. Print more and clearer information. Added disktest shell scripts. | |||||
2010-12-30 | Fixes for DragonFly. | obache | 1 | -3/+25 | |
2002-08-09 | add missing header file. fixes recently noted compilation problems on | dmcmahill | 1 | -0/+12 | |
1.5.3/alpha. | |||||
2002-06-25 | Initial import of readrand-0.1 (moved from sysutils). | grant | 1 | -0/+12 | |
Randread is a simple program to help benchmark random disk read performance. See http://randread.sourceforge.net/ for information. |