Szabolcs Nagy
11ac2a6e81
add new prctl command PR_SET_MM_MAP to sys/prctl.h
...
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-12-23 01:46:22 -05:00
..
2014-12-17 14:40:35 -05:00
2014-10-08 11:38:25 -04:00
2014-12-23 01:46:22 -05:00
2014-12-21 02:43:35 -05:00
2014-08-27 02:55:54 -04:00
2014-12-17 16:47:34 -05:00
2014-10-14 12:30:50 -04:00
2014-01-06 22:03:38 -05:00
2014-07-18 14:10:23 -04:00
2014-10-08 11:39:28 -04:00
2014-09-10 12:47:55 -04:00
2014-08-27 02:54:01 -04:00
2014-06-21 19:24:15 -04:00
2013-12-02 02:06:52 -05:00
2014-09-05 16:03:07 -04:00
2013-10-30 14:52:55 -04:00
2013-10-20 22:01:51 -04:00
2013-11-29 12:45:09 -05:00
2013-11-24 21:42:55 -05:00
2014-08-25 22:47:27 -04:00
2014-03-09 19:29:41 +01:00
2014-06-04 02:24:38 -04:00
2013-12-03 20:34:36 -05:00
2014-12-09 22:34:56 -05:00
2013-12-04 21:31:39 +00:00
2014-08-13 16:55:56 +02:00
2014-04-02 18:37:45 -04:00
2014-09-10 12:27:33 -04:00
2014-08-27 02:55:54 -04:00
2014-08-20 17:20:14 -04:00
2014-12-21 02:30:29 -05:00
2013-11-24 21:42:55 -05:00
2014-09-10 12:27:33 -04:00
2014-08-27 02:55:54 -04:00
2013-11-24 21:42:55 -05:00
2014-07-31 02:38:23 -04:00
2014-06-21 07:44:46 -04:00
2014-12-09 22:34:56 -05:00
2014-09-10 12:27:33 -04:00
2014-10-13 20:59:42 -04:00
2014-09-10 12:27:33 -04:00
2014-12-20 20:13:27 -05:00
2014-01-08 19:36:29 -05:00
2014-10-14 12:30:50 -04:00
2014-10-14 12:30:50 -04:00