Subject: CVS commit: pkgsrc/sysutils/memtester
To: None <pkgsrc-changes@NetBSD.org>
From: Amitai Schlair <schmonz@netbsd.org>
List: pkgsrc-changes
Date: 03/22/2005 00:07:36
Module Name:	pkgsrc
Committed By:	schmonz
Date:		Tue Mar 22 00:07:36 UTC 2005

Modified Files:
	pkgsrc/sysutils/memtester: Makefile distinfo

Log Message:
Update to 4.0.5. From the changelog:

  -change to the method of allocating and locking memory; if we get EPERM
  when trying to mlock(), reset the amount of memory desired to the original
  amount and try again without mlock().  The reason for this is that on many
  systems, mlock() won't return EPERM until after having returned ENOMEM for
  a larger amount.  The new behaviour allows processes without mlock privileges
  to still test the fully-specified amount or as much memory as can be
  allocated.  Thanks for the suggestion and testing to Dan Bradley.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/sysutils/memtester/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/sysutils/memtester/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.