Path to this page:
./
sysutils/memtester,
Utility for testing the memory subsystem for faults
Branch: CURRENT,
Version: 4.7.1,
Package name: memtester-4.7.1,
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: 24.014 KB
Version history: (Expand)
- (2024-12-18) Updated to version: memtester-4.7.1
- (2024-11-29) Updated to version: memtester-4.7.0
- (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
CVS history: (Expand)
2024-12-18 05:02:15 by Amitai Schleier | Files touched by this commit (2) | |
Log message:
memtester: update to 4.7.1. Changes:
- fix compile error with stricter C23/gcc-15 due to incompatible type
declaration.
|
2024-11-29 19:34:50 by Amitai Schleier | Files touched by this commit (2) | |
Log message:
memtester: update to 4.7.0. Changes:
- fix alignment issue causing crash when specifying a memory amount to
test that is more than the minimum 1 page of memory, but less than 2
full pages.
- add `-u` option to allow uncached memory semantics on some systems
when using the -p option.
- fix manpage highlighting of args.
- add missing option documentation to man page.
|
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.
|