Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fix removing kernel module on deinstall | amdmi3 | 2009-06-03 | 2 | -2/+3 |
| | | | | | PR: 134994 Submitted by: Denis Barov <dindin@dindin.ru> (maintainer) | ||||
* | scprotect is implementation of system call for setting or unsetting | amdmi3 | 2009-02-11 | 5 | -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> |