summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/strace
AgeCommit message (Expand)Author
2021-07-01Strace: handle null pathsFabricio Voznika
2021-06-10Parse mmap protection and flags in straceFabricio Voznika
2021-06-09[op] Move SignalAct to abi/linux package.Ayush Ranjan
2021-04-29Implement epoll_pwait2.Jing Chen
2021-04-29Automated rollback of changelist 370733869Michael Pratt
2021-04-27Remove uses of the binary package from networking code.Rahat Mahmood
2021-04-27Fix SyscallInfo for epoll_pwait in strace.Jing Chen
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2020-12-02[netstack] Refactor common utils out of netstack to socket package.Ayush Ranjan
2020-09-29Replace remaining uses of reflection-based marshalling.Rahat Mahmood
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-08-19ip6tables: move ipv4-specific logic into its own fileKevin Krakauer
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-31iptables: support SO_ORIGINAL_DSTKevin Krakauer
2020-07-27Fix strace for epoll event arrays.Jamie Liu
2020-04-16Make ExtractErrno a functionFabricio Voznika
2020-04-10Remove TODO from kernel.StracerFabricio Voznika
2020-02-25Add netlink sockopt logging to strace.Ian Gudger
2020-02-20Better strace logging for epoll syscalls.gVisor bot
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-02-11Move Align{Up,Down} into binary package.gVisor bot
2020-02-07Log level, optname, optval and optlen in getsockopt/setsockopt in strace.Ian Gudger
2020-01-28Check sigsetsize in rt_sigactionMichael Pratt
2020-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-13Allow dual stack sockets to operate on AF_INETTamir Duberstein
2020-01-09Merge pull request #1423 from xiaobo55x:stracegVisor bot
2019-12-20Check for valid nfds before copying in an fd set.Dean Deng
2019-12-18Enable pkg/sentry/strace support on arm64.Haibo Xu
2019-12-16Drop unnecessary cast.Dean Deng
2019-12-10Format fd_set parameters in select(2)/pselect(2) for strace.Dean Deng
2019-12-10Add all upstream syscalls to tablesMichael Pratt
2019-12-03strace: don't create a slice with a negative valueAndrei Vagin
2019-11-21Import and structure cleanup.Adin Scannell
2019-10-07Rename epsocket to netstack.Kevin Krakauer
2019-09-23internal BUILD file cleanup.gVisor bot
2019-09-05Better strace logs for statx.Nicolas Lacasse
2019-08-16netstack: disconnect an unix socket only if the address family is AF_UNSPECAndrei Vagin
2019-07-03netstack/udp: connect with the AF_UNSPEC address family means disconnectAndrei Vagin
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-13Update canonical repository.Adin Scannell
2019-06-06Use common definition of SockType.Rahat Mahmood
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-18Format struct pollfd in poll(2)/ppoll(2)Michael Pratt
2019-04-11Format FDs in strace logsMichael Pratt
2019-04-10Internal changeMichael Pratt
2019-03-01Format capget/capset argumentsMichael Pratt