Date: Tue, 10 Feb 2009 23:15:03 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/scprotect Makefile distinfo pkg-descr pkg-message pkg-plist Message-ID: <200902102315.n1ANF35q084737@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
amdmi3 2009-02-10 23:15:03 UTC
FreeBSD ports repository
Modified files:
sysutils Makefile
Added files:
sysutils/scprotect Makefile distinfo pkg-descr pkg-message
pkg-plist
Log:
scprotect is implementation of system call for setting or unsetting
P_PROTECTED flag. It's similar to madvise(2) behaviour MADV_PROTECT,
but may be used for already running processes. Also rc.d/scprotect
scripts allow you to set protection flag even if process was
restarted by user.
WWW: http://dindin.ru/scprotect/
PR: 131423
Submitted by: Denis Barov <dindin at dindin dot ru>
Revision Changes Path
1.1077 +1 -0 ports/sysutils/Makefile
1.1 +36 -0 ports/sysutils/scprotect/Makefile (new)
1.1 +3 -0 ports/sysutils/scprotect/distinfo (new)
1.1 +7 -0 ports/sysutils/scprotect/pkg-descr (new)
1.1 +13 -0 ports/sysutils/scprotect/pkg-message (new)
1.1 +5 -0 ports/sysutils/scprotect/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902102315.n1ANF35q084737>
