summaryrefslogtreecommitdiff
path: root/man2/prctl.2
AgeCommit message (Expand)AuthorFilesLines
2014-05-05prctl.2: ffixSimon Paillard1-2/+4
2014-04-15prctl.2: Document PR_SET_THP_DISABLE and PR_GET_THP_DISABLEMichael Kerrisk1-1/+44
2014-04-15prctl.2: ERRORS: document EINVAL for PR_GET_NO_NEW_PRIVSMichael Kerrisk1-0/+12
2014-04-15prctl.2: ERRORS: document EINVAL for PR_SET_NO_NEW_PRIVSMichael Kerrisk1-0/+14
2014-04-15prctl.2: ERRORS: document EINVAL for PR_SET_TIMINGMichael Kerrisk1-0/+9
2014-04-15prctl.2: ERRORS: document EINVAL for PR_SET_DUMPABLEMichael Kerrisk1-0/+11
2014-04-15prctl.2: ERRORS: document EINVAL for PR_SET_PDEATHSIGMichael Kerrisk1-0/+8
2014-02-26prctl.2: tstampMichael Kerrisk1-1/+1
2014-02-26prctl.2: srcfix: cite PR_SET_MM kernel commitsKir Kolyshkin1-0/+3
2014-02-26prctl.2: wfix: fix wording in PR_SET_MM_EXE_FILE descriptionKir Kolyshkin1-2/+2
2014-02-26prctl.2: Note PR_SET_MM options appeared in Linux 3.5Kir Kolyshkin1-0/+2
2014-02-26prctl.2: Document (uncomment) PR_SET_MM options in Linux 3.5Kir Kolyshkin1-96/+90
2014-02-26prctl.2: Clarify that PR_GET_TIMERSLACK value is returned via function resultMichael Kerrisk1-1/+3
2014-02-22prctl.2: Clarify that PR_GET_SECCOMP is returned as function resultMichael Kerrisk1-1/+2
2014-02-22prctl.2: Clarify that PR_GET_NO_NEW_PRIVS is returned as function resultMichael Kerrisk1-1/+1
2014-02-10prctl.2: PR_SET_PDEATHSIG value is preserved across execve(2)Michael Kerrisk1-1/+3
2014-02-10ffix: add space between word and punctuation if BR or IRSimon Paillard1-2/+2
2014-01-03prctl.2: wfixMichael Kerrisk1-1/+1
2013-06-02prctl.2: Note equivalents of PR_SET_NAMEMichael Kerrisk1-1/+10
2013-06-02prctl.2: Minor wroding fix for PR_SET_NAMEMichael Kerrisk1-2/+2
2013-04-01intro.1, _syscall.2, access.2, arch_prctl.2, cacheflush.2, chown.2, clock_get...Michael Kerrisk1-5/+5
2013-03-10intro.1, _exit.2, access.2, alarm.2, alloc_hugepages.2, arch_prctl.2, bind.2,...Michael Kerrisk1-1/+1
2013-03-10intro.1, _exit.2, access.2, alarm.2, alloc_hugepages.2, arch_prctl.2, bind.2,...Michael Kerrisk1-0/+2
2013-03-10_exit.2, access.2, acct.2, adjtimex.2, alarm.2, alloc_hugepages.2, arch_prctl...Michael Kerrisk1-2/+0
2013-02-28prctl.2: Add some details for PR_GET_TID_ADDRESSCyrill Gorcunov1-2/+6
2013-02-24getent.1, intro.1, time.1, _exit.2, _syscall.2, accept.2, access.2, acct.2, a...Michael Kerrisk1-3/+3
2013-02-18delete_module.2, epoll_create.2, getpeername.2, getpriority.2, getrlimit.2, g...Michael Kerrisk1-3/+0
2013-02-12Removed trailing white space at end of linesMichael Kerrisk1-1/+1
2013-02-08prctl.2: Document PR_SET_CHILD_SUBREAPER and PR_GET_CHILD_SUBREAPERMichael Kerrisk1-2/+36
2013-02-08prctl.2: Minor wording fixMichael Kerrisk1-2/+2
2013-02-08prctl.2: tfixMichael Kerrisk1-1/+1
2013-02-08prctl.2: tfixMichael Kerrisk1-1/+1
2013-02-04prctl.2: ffixD. Barbier1-1/+0
2013-01-13prctl.2: Document PR_GET_TID_ADDRESSMichael Kerrisk1-0/+11
2013-01-11prctl.2: Document EINVAL error for PR_SET_PTRACERShawn Landden1-0/+11
2013-01-11prctl.2: srcfix: Add commit IDs for PR_SET_PTRACERMichael Kerrisk1-0/+2
2013-01-11prctl.2: Make it explicit that PR_SET_PTRACER replaces previous settingMichael Kerrisk1-0/+3
2013-01-11prctl.2: Minor wording fixes to Kees Cook's patchMichael Kerrisk1-5/+13
2013-01-11prctl.2: Document PR_SET_PTRACERKees Cook1-1/+17
2012-11-11prctl.2: wfixDavid Prévot1-1/+1
2012-11-07Removed trailing white space at end of linesMichael Kerrisk1-1/+1
2012-10-28prctl.2: Document PR_SET_TIMERSLACK and PR_GET_TIMERSLACKMichael Kerrisk1-3/+66
2012-10-28prctl.2: tfixMichael Kerrisk1-1/+1
2012-10-28prctl.2: Minor rewording for seccomp descriptionMichael Kerrisk1-2/+2
2012-10-28prctl.2: Reword PR_SET_NAME and PR_GET_NAME in terms of threadsMichael Kerrisk1-3/+3
2012-10-24prctl.2: Note 'seccomp' semantics with respect to fork(), execve(), and prctl()Michael Kerrisk1-0/+15
2012-10-24prctl.2: Mention Documentation/prctl/no_new_privs.txt for PR_SET_NO_NEW_PRIVSMichael Kerrisk1-0/+3
2012-10-24prctl.2: Some edits to Kees's patchMichael Kerrisk1-12/+13
2012-10-24prctl.2: Minor edits to Kee's patchMichael Kerrisk1-8/+28
2012-10-24prctl.2: document PR_SET_NO_NEW_PRIVS, PR_GET_NO_NEW_PRIVSKees Cook1-0/+15