From 360f05289f99230d9a288b6121032d143ba90c59 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 12 Aug 2017 17:33:59 +0200 Subject: sys: describe clone/execve calls Update #211 Update #310 --- executor/syscalls.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'executor') diff --git a/executor/syscalls.h b/executor/syscalls.h index 7b4f2a6e6..ed0d7858d 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -75,6 +75,7 @@ static call_t syscalls[] = { {"clock_gettime", 228}, {"clock_nanosleep", 230}, {"clock_settime", 227}, + {"clone", 56}, {"close", 3}, {"connect", 42}, {"connect$ax25", 42}, @@ -104,6 +105,8 @@ static call_t syscalls[] = { {"epoll_wait", 232}, {"eventfd", 284}, {"eventfd2", 290}, + {"execve", 59}, + {"execveat", 322}, {"exit", 60}, {"exit_group", 231}, {"faccessat", 269}, @@ -1593,6 +1596,7 @@ static call_t syscalls[] = { {"clock_gettime", 113}, {"clock_nanosleep", 115}, {"clock_settime", 112}, + {"clone", 220}, {"close", 57}, {"connect", 203}, {"connect$ax25", 203}, @@ -1622,6 +1626,8 @@ static call_t syscalls[] = { {"epoll_wait", -1}, {"eventfd", -1}, {"eventfd2", 19}, + {"execve", 221}, + {"execveat", 281}, {"exit", 93}, {"exit_group", 94}, {"faccessat", 48}, @@ -3111,6 +3117,7 @@ static call_t syscalls[] = { {"clock_gettime", 246}, {"clock_nanosleep", 248}, {"clock_settime", 245}, + {"clone", 120}, {"close", 6}, {"connect", 328}, {"connect$ax25", 328}, @@ -3140,6 +3147,8 @@ static call_t syscalls[] = { {"epoll_wait", 238}, {"eventfd", 307}, {"eventfd2", 314}, + {"execve", 11}, + {"execveat", 362}, {"exit", 1}, {"exit_group", 234}, {"faccessat", 298}, -- cgit mrf-deployment