Path to this page:
./
sysutils/memtester,
Utility for testing the memory subsystem for faults
Branch: CURRENT,
Version: 4.6.0,
Package name: memtester-4.6.0,
Maintainer: schmonzmemtest 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>. Charles Cazabon has by this time completely
rewritten the original source, and added many additional tests to
help catch borderline memory. He 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.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 23.661 KB
Version history: (Expand)
- (2022-12-21) Updated to version: memtester-4.6.0
- (2021-05-31) Updated to version: memtester-4.5.1
- (2020-09-22) Updated to version: memtester-4.5.0
- (2020-09-15) Updated to version: memtester-4.4.0
- (2012-06-22) Updated to version: memtester-4.3.0
- (2012-01-11) Updated to version: memtester-4.2.2
CVS history: (Expand)
2023-12-23 11:10:12 by Zafer Aydogan | Files touched by this commit (1) | |
Log message:
update master site
|
2022-12-20 21:56:11 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 4.6.0. From the changelog:
- Fix warning on signedness of the ONE constant. Thanks: Marek Vasut.
- Add note to conf-cc about how to silence gcc's incorrect warning
"suggest parentheses around assignment". Thanks: Marek Vasut.
- Fix overflow in output for reported address. Thanks: Marek Vasut.
- Add note about randomizing values used at runtime by seeding PRNG.
Disabled by default for reproducibility.
|
2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Remove SHA1 hashes for distfiles
|
2021-05-31 20:19:17 by Amitai Schleier | Files touched by this commit (2) | |
Log message:
Update to 4.5.1. From the changelog:
- documentation-only update.
- add note to README about build problem with Tru64, with workaround.
Thanks: VĂctor Ostorga.
|
2020-11-19 10:35:43 by Amitai Schleier | Files touched by this commit (41) |
Log message:
Remove DJB_RESTRICTED, no longer used.
|
2020-09-22 12:04:01 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 4.5.0. From the changelog:
- add note to README about problems with HP/UX prior to v.11. Change code
so that buffer still gets aligned even if you comment out the use of mlock()
on such a platform. Thanks: Keith Monahan.
- fix clear-buffer using incorrect param, causing spurious test failures.
Thanks: Debin Dong.
- fix shell-ism in Makefile. Thanks: Fabrice Fontaine.
|
2020-09-14 21:39:21 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 4.4.0. From the changelog:
- changes to handle default -fno-common option in newer GCC versions.
Thanks: Fabrice Fontaine.
|