]> git.ipfire.org Git - thirdparty/man-pages.git/commit - man2/prctl.2
Document PR_CAPBSET_READ and PR_CAPBSET_DROP.
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 9 Jul 2008 11:53:48 +0000 (11:53 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 9 Jul 2008 11:53:48 +0000 (11:53 +0000)
commit8ab8b43f0e5a9cfb8b9a6b63f4dc5459092a2e96
tree767f858b08d7867c82e17ddf30073059eefcfa32
parent94ce95ef07c60089ceccd87853f19f92c200fa95
Document PR_CAPBSET_READ and PR_CAPBSET_DROP.
Document PR_GET_TSC and PR_SET_TSC.
Document PR_SET_SECCOMP and PR_GET_SECCOMP.
PR_SET_KEEPCAPS and PR_GET_KEEPCAPS operate on a per-thread
setting, not a per-process setting.
Clarify fork(2) details for PR_SET_PDEATHSIG.
Add description of PR_SET_SECUREBITS and PR_GET_SECUREBITS,
as well as pointer to further info in capabilities(7).
PR_GET_ENDIAN returns endianness info in location pointed to by
arg2 (not as function result, as was implied by previous text).
Expand description of PR_SET_NAME and PR_GET_NAME.
RETURN VALUE: bring up to date for various options.
Various improvements in ERRORS.
Note that PR_SET_TIMING setting of PR_TIMING_TIMESTAMP is not
currently implemented.
Minor changes:
* Clarify wording for PR_GET_UNALIGN, PR_GET_FPEMU, and PR_GET_FPEXC.
* Some reformatting of kernel version information.
* Reorder PR_GET_ENDIAN and PR_SET_ENDIAN entries.
man2/prctl.2