cvs commit: src/tools/regression/mlock Makefile mlock.c
Robert Watson
rwatson at FreeBSD.org
Sun Feb 13 21:07:08 GMT 2005
rwatson 2005-02-13 21:07:07 UTC
FreeBSD src repository
Added files: (Branch: RELENG_5)
tools/regression/mlock Makefile mlock.c
Log:
Merge mlock regression test from HEAD to RELENG_5:
Add a simple regression test for mlock()/munlock() to make sure they
work on a single page as root, and fails on a single page as nobody.
Intended to help diagnose reports regarding insecure memory use with
gnupg.
Merged with one tweak: NO_MAN -> NOMAN.
Revision Changes Path
1.1.2.1 +6 -0 src/tools/regression/mlock/Makefile (new)
1.1.2.1 +91 -0 src/tools/regression/mlock/mlock.c (new)
More information about the cvs-src
mailing list