summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/strace/syscalls.go
AgeCommit message (Expand)Author
2021-06-10Parse mmap protection and flags in straceFabricio Voznika
2020-02-20Better strace logging for epoll syscalls.gVisor bot
2020-02-07Log level, optname, optval and optlen in getsockopt/setsockopt in strace.Ian Gudger
2019-12-18Enable pkg/sentry/strace support on arm64.Haibo Xu
2019-12-10Format fd_set parameters in select(2)/pselect(2) for strace.Dean Deng
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-18Format struct pollfd in poll(2)/ppoll(2)Michael Pratt
2019-04-11Format FDs in strace logsMichael 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-10-19Use correct company name in copyright headerIan Gudger
2018-10-01Add itimer types to linux package, straceMichael Pratt
2018-09-13Format struct itimerspecMichael Pratt
2018-07-20Format getcwd pathMichael Pratt
2018-05-03Fix misspellings.Cyrille Hemidy
2018-04-28Check in gVisor.Googler