summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/sys_thread.go
AgeCommit message (Expand)Author
2019-07-30Add feature to launch Sentry from an open host FD.Zach Koopmans
2019-07-09Cleanup straggling syscall dependencies.Adin Scannell
2019-06-13Update canonical repository.Adin Scannell
2019-05-22Add WCLONE / WALL support to waitidMichael Pratt
2019-05-22Add support for wait(WNOTHREAD)Michael Pratt
2019-05-22Move wait constants to abi/linux packageMichael Pratt
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-01-08Improve loader related error messages returned to users.Brian Geffon
2018-12-04Max link traversals should be for an entire path.Brian Geffon
2018-11-08Create stubs for syscalls upto Linux 4.4.Rahat Mahmood
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-08Statfs Namelen should be NAME_MAX not PATH_MAXMichael Pratt
2018-04-28Check in gVisor.Googler