2005-02-04 02:00:23 by Amitai Schlair | Files touched by this commit (1) |
Log message:
Take MAINTAINER at author's long-ago request. No response from
previous maintainer within two weeks.
|
2004-09-02 04:30:19 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.0.4. From the changelog:
-make memtester's exit code meaningful. See the manpage for its meaning.
Thanks to Wurzel Parsons-Keir, who sent a patch for the code, so I only had
to document it.
|
2004-08-21 08:59:22 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.0.3. From the changelog:
-small changes to enable building with dietlibc and a few other environments
that don't even attempt to provide the various Posix definitions.
-cosmetic fixes to output.
-restore the reduce-and-retry loop of memory locking from version 2.
|
2004-08-12 02:05:32 by Amitai Schlair | Files touched by this commit (1) |
Log message:
Update checksum for modified distfile with unchanged version. The
diff: "stress text" was changed to "stress test" in the man page.
Noticed by kre in pkg/26619.
|
2004-08-10 07:20:54 by Amitai Schlair | Files touched by this commit (1) |
Log message:
Cosmetic increase in whitespace (no functional change).
|
2004-08-09 22:39:53 by Amitai Schlair | Files touched by this commit (3) |
Log message:
Update to 4.0.2. From the README:
The version 4 rewrite was mainly to accomplish three things:
(1) the previous code was basically a hack, and was ugly.
(2) to make the code more portable. The previous version required some
hackery to compile on some systems.
(3) to make the code fully 64-bit aware. The previous version worked
on 64-bit systems, but did not fully stress the memory subsystems
on them -- this version should be better at stress-testing 64-bit
systems.
pkgsrc changes:
* Use the gzipped tarball (the bzipped one is no more).
* Tweak COMMENT.
* GNU make is no longer needed.
|
2004-07-28 18:03:47 by Amitai Schlair | Files touched by this commit (1) |
Log message:
Enable pkgviews installation.
|
2004-07-16 03:30:36 by Amitai Schlair | Files touched by this commit (1) |
Log message:
Switch from the first to the third person, since neither the package
maintainer nor I wrote this software.
|
2004-07-16 02:49:20 by Amitai Schlair | Files touched by this commit (4) | |
Log message:
Initial import of memtester-2.93.1 from pkgsrc-wip, contributed by
<pancake at phreaker.net> with some minor changes by me.
memtest is a utility for testing the memory subsystem in a computer
to determine if it is faulty. The original source was by Simon
Kirby <sim@stormix.com>. I have by this time completely rewritten
the original source, and added many additional tests to help catch
borderline memory. I also rewrote the original tests (which catch
mainly memory bits which are stuck permanently high or low) so that
they run approximately an order of magnitude faster.
|