prctl.2, PR_*.2const: SYNOPSIS: #include <linux/prctl.h> for the PR_* constantsmaster
commitae31bd15b65ce03a143860e8f4daa99fcd5125a4
authorAlejandro Colomar <alx@kernel.org>
Fri, 31 May 2024 19:47:29 +0000 (31 21:47 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sat, 1 Jun 2024 08:14:37 +0000 (1 10:14 +0200)
tree2938cbea5b46f4b59268f4f98b05e2094accd1bc
parent6698b096a6f5342cb9b338c237ed875a8635497a
prctl.2, PR_*.2const: SYNOPSIS: #include <linux/prctl.h> for the PR_* constants

Signed-off-by: Alejandro Colomar <alx@kernel.org>
73 files changed:
man/man2/prctl.2
man/man2const/PR_CAPBSET_DROP.2const
man/man2const/PR_CAPBSET_READ.2const
man/man2const/PR_CAP_AMBIENT.2const
man/man2const/PR_CAP_AMBIENT_CLEAR_ALL.2const
man/man2const/PR_CAP_AMBIENT_IS_SET.2const
man/man2const/PR_CAP_AMBIENT_LOWER.2const
man/man2const/PR_CAP_AMBIENT_RAISE.2const
man/man2const/PR_GET_AUXV.2const
man/man2const/PR_GET_CHILD_SUBREAPER.2const
man/man2const/PR_GET_DUMPABLE.2const
man/man2const/PR_GET_ENDIAN.2const
man/man2const/PR_GET_FPEMU.2const
man/man2const/PR_GET_FPEXC.2const
man/man2const/PR_GET_FP_MODE.2const
man/man2const/PR_GET_IO_FLUSHER.2const
man/man2const/PR_GET_KEEPCAPS.2const
man/man2const/PR_GET_MDWE.2const
man/man2const/PR_GET_NO_NEW_PRIVS.2const
man/man2const/PR_GET_PDEATHSIG.2const
man/man2const/PR_GET_SECCOMP.2const
man/man2const/PR_GET_SECUREBITS.2const
man/man2const/PR_GET_SPECULATION_CTRL.2const
man/man2const/PR_GET_TAGGED_ADDR_CTRL.2const
man/man2const/PR_GET_THP_DISABLE.2const
man/man2const/PR_GET_TID_ADDRESS.2const
man/man2const/PR_GET_TIMERSLACK.2const
man/man2const/PR_GET_TIMING.2const
man/man2const/PR_GET_TSC.2const
man/man2const/PR_GET_UNALIGN.2const
man/man2const/PR_MCE_KILL.2const
man/man2const/PR_MCE_KILL_CLEAR.2const
man/man2const/PR_MCE_KILL_GET.2const
man/man2const/PR_MCE_KILL_SET.2const
man/man2const/PR_MPX_ENABLE_MANAGEMENT.2const
man/man2const/PR_PAC_RESET_KEYS.2const
man/man2const/PR_SET_CHILD_SUBREAPER.2const
man/man2const/PR_SET_DUMPABLE.2const
man/man2const/PR_SET_ENDIAN.2const
man/man2const/PR_SET_FPEMU.2const
man/man2const/PR_SET_FPEXC.2const
man/man2const/PR_SET_FP_MODE.2const
man/man2const/PR_SET_IO_FLUSHER.2const
man/man2const/PR_SET_KEEPCAPS.2const
man/man2const/PR_SET_MDWE.2const
man/man2const/PR_SET_MM.2const
man/man2const/PR_SET_MM_ARG_START.2const
man/man2const/PR_SET_MM_AUXV.2const
man/man2const/PR_SET_MM_BRK.2const
man/man2const/PR_SET_MM_EXE_FILE.2const
man/man2const/PR_SET_MM_MAP.2const
man/man2const/PR_SET_MM_START_BRK.2const
man/man2const/PR_SET_MM_START_CODE.2const
man/man2const/PR_SET_MM_START_DATA.2const
man/man2const/PR_SET_MM_START_STACK.2const
man/man2const/PR_SET_NAME.2const
man/man2const/PR_SET_NO_NEW_PRIVS.2const
man/man2const/PR_SET_PDEATHSIG.2const
man/man2const/PR_SET_PTRACER.2const
man/man2const/PR_SET_SECCOMP.2const
man/man2const/PR_SET_SECUREBITS.2const
man/man2const/PR_SET_SPECULATION_CTRL.2const
man/man2const/PR_SET_SYSCALL_USER_DISPATCH.2const
man/man2const/PR_SET_TAGGED_ADDR_CTRL.2const
man/man2const/PR_SET_THP_DISABLE.2const
man/man2const/PR_SET_TIMERSLACK.2const
man/man2const/PR_SET_TIMING.2const
man/man2const/PR_SET_TSC.2const
man/man2const/PR_SET_UNALIGN.2const
man/man2const/PR_SET_VMA.2const
man/man2const/PR_SVE_GET_VL.2const
man/man2const/PR_SVE_SET_VL.2const
man/man2const/PR_TASK_PERF_EVENTS_DISABLE.2const