gvisor/pkg/sentry/strace
Ayush Ranjan 1375a87a20 [netstack] Refactor common utils out of netstack to socket package.
Moved AddressAndFamily() and ConvertAddress() to socket package from netstack.
This helps because these utilities are used by sibling netstack packages.

Such sibling dependencies can later cause circular dependencies. Common utils
shared between siblings should be moved up to the parent.

PiperOrigin-RevId: 345275571
2020-12-02 11:34:42 -08:00
..
BUILD [netstack] Refactor common utils out of netstack to socket package. 2020-12-02 11:34:42 -08:00
capability.go
clone.go
epoll.go Enable automated marshalling for the syscall package. 2020-09-15 23:38:57 -07:00
futex.go
linux64_amd64.go Better strace logging for epoll syscalls. 2020-02-20 11:31:00 -08:00
linux64_arm64.go Better strace logging for epoll syscalls. 2020-02-20 11:31:00 -08:00
open.go
poll.go Update package locations. 2020-01-27 15:31:32 -08:00
ptrace.go
select.go Update package locations. 2020-01-27 15:31:32 -08:00
signal.go Update package locations. 2020-01-27 15:31:32 -08:00
socket.go [netstack] Refactor common utils out of netstack to socket package. 2020-12-02 11:34:42 -08:00
strace.go Replace remaining uses of reflection-based marshalling. 2020-09-29 18:08:07 -07:00
strace.proto Import and structure cleanup. 2019-11-21 11:41:30 -08:00
syscalls.go Better strace logging for epoll syscalls. 2020-02-20 11:31:00 -08:00