aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/scprotect
Commit message (Collapse)AuthorAgeFilesLines
* Reset dindin@dindin.ru due to maintainer-timeout and no response to email.linimon2010-08-231-1/+1
| | | | Hat: portmgr
* Update to 20091116.stefan2010-05-122-4/+4
| | | | | | PR: ports/140546 Submitted by: Shinji Nomoto <shinji@pionet.co.jp> Patch by: maintainer
* - Update to 20091028miwi2009-10-303-8/+7
| | | | | PR: 140064 Submitted by: Denis Barov <dindin@dindin.ru> (maintainer)
* - Fix removing kernel module on deinstallamdmi32009-06-032-2/+3
| | | | | PR: 134994 Submitted by: Denis Barov <dindin@dindin.ru> (maintainer)
* scprotect is implementation of system call for setting or unsettingamdmi32009-02-115-0/+64
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>