update to 4.1.3 -> 4.2.0 -define _FILE_OFFSET_BITS to 64 by default in conf-cc, which causes some 32-bit systems with larger-than-32-bit address spaces to have a 64-bit off_t, allowing testing of larger chunks of memory. Thanks to Steven A. Falco for the suggestion. Let me know if this definition causes problems for anyone. -add tests of 8-bit-wide and 16-bit-wide random writes, to enable verifying the correct operation of hardware. Thanks: Dick Hollenbeck. If these tests trigger unaligned access problems on your platform, you can eliminate these tests by removing the -DTEST_NARROW_WRITES definition from the conf-cc file.
Maintainer of sysutils/memtest, Please note that PR ports/150614 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/150614 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
On 2010-09-16 04:40 +0000, Edwin Groothuis <edwin@FreeBSD.org> wrote: > Maintainer of sysutils/memtest, > > Please note that PR ports/150614 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/150614 I approve the PR. -- Linh Pham question+fbsdports@closedsrc.org http://closedsrc.org/
Responsible Changed From-To: freebsd-ports-bugs->decke I'll take it.
decke 2010-09-16 17:51:14 UTC FreeBSD ports repository Modified files: sysutils/memtest Makefile distinfo Log: - Update to 4.2.0 - LICENSE added PR: ports/150614 Submitted by: Takefu <takefu at airport dot fm> Approved by: Linh Pham <question+fbsdports at closedsrc dot org> (maintainer), beat (co-mentor, implicit) Revision Changes Path 1.18 +3 -1 ports/sysutils/memtest/Makefile 1.11 +3 -3 ports/sysutils/memtest/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!