gvisor/pkg/sentry
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
..
arch Remove TODO since we don't plan to support debug registers 2019-12-04 13:54:38 -08:00
context
control Add runtime tracing. 2019-12-06 17:00:07 -08:00
device Reorder BUILD license and load functions in gvisor. 2019-10-16 16:40:30 -07:00
fs Redirect TODOs to gvisor.dev 2019-12-09 12:11:28 -08:00
fsimpl
hostcpu Enable pkg/sentry/hostcpu support on arm64. 2019-09-18 23:51:42 +00:00
hostmm Update canonical repository. 2019-06-13 16:50:15 -07:00
inet
kernel Redirect TODOs to gvisor.dev 2019-12-09 12:11:28 -08:00
limits
loader Document ELF PT_LOAD difference from Linux 2019-12-06 08:37:14 -08:00
memmap Reorder BUILD license and load functions in gvisor. 2019-10-16 16:40:30 -07:00
mm Import and structure cleanup. 2019-11-21 11:41:30 -08:00
pgalloc
platform enable ring0/pagetables to support arm64 2019-11-22 12:05:35 -08:00
safemem Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
sighandling Bump up Go 1.13 as minimum requirement 2019-12-06 23:10:15 -08:00
socket Make comments clearer for control message handling. 2019-12-10 10:01:06 -08:00
state netstack: Don't start endpoint goroutines too soon on restore. 2019-08-08 12:33:11 -07:00
strace Add all upstream syscalls to tables 2019-12-10 10:42:09 -08:00
syscalls Add all upstream syscalls to tables 2019-12-10 10:42:09 -08:00
time Import and structure cleanup. 2019-11-21 11:41:30 -08:00
unimpl internal BUILD file cleanup. 2019-09-23 08:25:13 -07:00
uniqueid Update canonical repository. 2019-06-13 16:50:15 -07:00
usage Reorder BUILD license and load functions in gvisor. 2019-10-16 16:40:30 -07:00
usermem Avoid unnecessary slice allocation in usermem.BytesIO.blocksFromAddrRanges(). 2019-11-14 14:04:58 -08:00
vfs Add vfs.CheckSetStat() and its dependencies. 2019-12-05 12:58:07 -08:00
watchdog
BUILD