From owner-cvs-ports@FreeBSD.ORG Tue Feb 10 23:15:03 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60C0C1065670; Tue, 10 Feb 2009 23:15:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4ECA08FC0C; Tue, 10 Feb 2009 23:15:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1ANF3R7084738; Tue, 10 Feb 2009 23:15:03 GMT (envelope-from amdmi3@repoman.freebsd.org) Received: (from amdmi3@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1ANF35q084737; Tue, 10 Feb 2009 23:15:03 GMT (envelope-from amdmi3) Message-Id: <200902102315.n1ANF35q084737@repoman.freebsd.org> From: Dmitry Marakasov Date: Tue, 10 Feb 2009 23:15:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/scprotect Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2009 23:15:03 -0000 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 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)