summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/strace/strace.go
AgeCommit message (Expand)Author
2021-06-10Parse mmap protection and flags in straceFabricio Voznika
2021-03-29[syserror] Split usermem packageZach Koopmans
2020-09-29Replace remaining uses of reflection-based marshalling.Rahat Mahmood
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-04-16Make ExtractErrno a functionFabricio Voznika
2020-04-10Remove TODO from kernel.StracerFabricio Voznika
2020-02-20Better strace logging for epoll syscalls.gVisor bot
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-02-07Log level, optname, optval and optlen in getsockopt/setsockopt in strace.Ian Gudger
2020-01-27Update package locations.Adin Scannell
2019-12-10Format fd_set parameters in select(2)/pselect(2) for strace.Dean Deng
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-06-13Update canonical repository.Adin Scannell
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
2018-12-07Format sigaction in straceMichael Pratt
2018-12-06Format signals, signal masks in straceMichael Pratt
2018-12-06Convert ValueSet to a mapMichael Pratt
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-17Reflow comment to 80 columnsMichael Pratt
2018-10-10Add seccomp filter configuration to ptrace stubs.Adin Scannell
2018-10-08Statfs Namelen should be NAME_MAX not PATH_MAXMichael Pratt
2018-10-01Add itimer types to linux package, straceMichael Pratt
2018-09-13Format struct itimerspecMichael Pratt
2018-07-20Format getcwd pathMichael Pratt
2018-04-28Check in gVisor.Googler