summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/strace
AgeCommit message (Expand)Author
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
2019-01-31Remove license commentsMichael Pratt
2018-12-21inotify notifies watchers when control events bit are setFabricio Voznika
2018-12-11Format unshare flagsMichael 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-23Track paths and provide a rename hook.Adin Scannell
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-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-07-25Format openat flagsMichael Pratt
2018-07-20Format getcwd pathMichael Pratt
2018-07-11Move ptrace constants to abi/linux.Jamie Liu
2018-05-03Clean up control message strace loggingIan Gudger
2018-05-03Fix misspellings.Cyrille Hemidy
2018-05-01Implement SO_TIMESTAMPIan Gudger
2018-04-28Check in gVisor.Googler