gvisor/pkg/sentry/strace
Michael Pratt c15be3f8cf Add all upstream syscalls to tables
Package strace is missing some syscalls we actually implement (e.g.,
getrandom). We also see newer syscalls sometimes (e.g., membarrier) that would
be handy to have formatted.

Let's go ahead and add all syscalls in the latest upstream release (v5.4), even
though we only intend to implement v4.4. None of them are implemented, just
included as placeholders.

PiperOrigin-RevId: 284797577
2019-12-10 10:42:09 -08:00
..
BUILD Rename epsocket to netstack. 2019-10-07 13:57:59 -07:00
capability.go Fix various spelling issues in the documentation 2019-06-27 14:25:50 -07:00
clone.go Update canonical repository. 2019-06-13 16:50:15 -07:00
futex.go Update canonical repository. 2019-06-13 16:50:15 -07:00
linux64.go Add all upstream syscalls to tables 2019-12-10 10:42:09 -08:00
open.go Update canonical repository. 2019-06-13 16:50:15 -07:00
poll.go Remove map from fd_map, change to fd_table. 2019-07-02 19:28:59 -07:00
ptrace.go Update canonical repository. 2019-06-13 16:50:15 -07:00
signal.go Update canonical repository. 2019-06-13 16:50:15 -07:00
socket.go strace: don't create a slice with a negative value 2019-12-03 13:49:38 -08:00
strace.go Remove map from fd_map, change to fd_table. 2019-07-02 19:28:59 -07:00
strace.proto Import and structure cleanup. 2019-11-21 11:41:30 -08:00
syscalls.go Update canonical repository. 2019-06-13 16:50:15 -07:00