Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-23 | add new prctl command PR_SET_MM_MAP to sys/prctl.h | Szabolcs Nagy | 1 | -0/+21 | |
PR_SET_MM_MAP was introduced as a subcommand for PR_SET_MM in linux v3.18 commit f606b77f1a9e362451aca8f81d8f36a3a112139e the associated struct type is replicated in sys/prctl.h using libc types. example usage: struct prctl_mm_map *p; ... prctl(PR_SET_MM, PR_SET_MM_MAP, p, sizeof *p); the kernel side supported struct size may be queried with the PR_SET_MM_MAP_SIZE subcommand. | |||||
2014-07-20 | add new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl flags | Szabolcs Nagy | 1 | -0/+3 | |
they can be used to set or query if transparent huge pages are disabled. introduced in linux 3.15 commit a0715cc22601e8830ace98366c0c2bd8da52af52 | |||||
2013-07-30 | add macros for new(ish) prctl commands | Rich Felker | 1 | -0/+37 | |
2013-07-30 | fix some prctl macros that were incorrectly copied into this file | Rich Felker | 1 | -3/+3 | |
2011-06-18 | copy-paste error in prctl.h | Rich Felker | 1 | -1/+1 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+64 | |