diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-08-12 17:33:59 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-08-12 17:45:00 +0200 |
| commit | 360f05289f99230d9a288b6121032d143ba90c59 (patch) | |
| tree | 6645d8aac5c5f217e97a7d5523db7e0af828a50e /executor | |
| parent | 0c986ae9b8120ed2638f9b10c647541c4d43fff2 (diff) | |
sys: describe clone/execve calls
Update #211
Update #310
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/syscalls.h | 9 |
1 files changed, 9 insertions, 0 deletions
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}, |
