summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/strace/BUILD
AgeCommit message (Expand)Author
2021-06-10Parse mmap protection and flags in straceFabricio Voznika
2021-04-27Remove uses of the binary package from networking code.Rahat Mahmood
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-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-02-20Better strace logging for epoll syscalls.gVisor bot
2020-02-11Move Align{Up,Down} into binary package.gVisor bot
2020-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
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-10-07Rename epsocket to netstack.Kevin Krakauer
2019-09-23internal BUILD file cleanup.gVisor bot
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-06-13Update canonical repository.Adin Scannell
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
2019-01-31Remove license commentsMichael Pratt
2018-12-06Format signals, signal masks in straceMichael Pratt
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-10Add seccomp filter configuration to ptrace stubs.Adin Scannell
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-04-28Check in gVisor.Googler