systems. BIOS-based memory tests are only a quick check and often miss
failures that are detected by Memtest86+.
Memtest86+ is a descendant of Memtest86. Some people have found it
more comprehensive.
2023-06-06 14:42:56 byTaylor R Campbell |Files touched by this commit (1319) |
Log message:Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.Almost all uses, if not all of them, are wrong, according to thesemantics of BUILD_DEPENDS (packages built for target available foruse _by_ tools at build-time) and TOOL_DEPEPNDS (packages built forhost available for use _as_ tools at build-time).No change to BUILD_DEPENDS as used correctly inside buildlink3.As proposed on tech-pkg:https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html |
2021-10-26 13:20:30 byNia Alarie |Files touched by this commit (630) |
Log message:sysutils: Replace RMD160 checksums with BLAKE2s checksumsAll checksums have been double-checked against existing RMD160 andSHA512 hashes |
2021-10-07 16:58:44 byNia Alarie |Files touched by this commit (630) |
Log message:sysutils: Remove SHA1 hashes for distfiles |
2020-01-26 18:32:28 byRoland Illig |Files touched by this commit (981) |
Log message:all: migrate homepages from http to httpspkglint -r --network --only "migrate"As a side-effect of migrating the homepages, pkglint also fixed a fewindentations in unrelated lines. These and the new homepages have beenchecked manually. |
2019-11-04 22:28:59 byRoland Illig |Files touched by this commit (174) |
Log message:sysutils: align variable assignmentspkglint -Wall -F --only aligned --only indent -rManually excluded consolekit and dc-tools since pkglint didn't get theformatting correct. |
2019-11-04 18:47:31 byRoland Illig |Files touched by this commit (14) |
Log message:mk: make BROKEN a list of lines, like PKG_FAIL_REASONPackages defined the variable BROKEN inconsistently. Some added quotes,like they are required in PKG_FAIL_REASON, some omitted them.Now all packages behave the same, and pkglint will flag future mistakes. |
2019-02-09 12:39:25 byMaya Rashish |Files touched by this commit (2) |
Log message:memtestplus: describe patch. nfc |
2019-02-09 10:13:24 byMaya Rashish |Files touched by this commit (5) |
Log message:memtestplus: make room for headers(Fixes linker issue,ld: memtest_shared: not enough room for program headers)Don't create multiple definitions.Remove workarounds for old GCC/NetBSD.boots in QEMU, but reboots (crashes) very quickly.Bump PKGREVISION |