summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/strace/strace.go
AgeCommit message (Expand)Author
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