summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/wait.cc
AgeCommit message (Expand)Author
2020-01-21Change to standard types.Adin Scannell
2020-01-21Merge pull request #1492 from majek:err_typo_in_netstack_testsgVisor bot
2019-05-30Always wait on tracee childrenMichael Pratt
2019-05-24Extract SleepSafe from test_utilTamir Duberstein
2019-05-22Add WCLONE / WALL support to waitidMichael Pratt
2019-05-22Add support for wait(WNOTHREAD)Michael 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-04-29Appease googletest deprecationTamir Duberstein
2019-01-14Fix a few compilation warningsAndrei Vagin
2019-01-11Clean up some uses of fork() in tests.Jamie Liu
2018-12-10Open source system call tests.Brian Geffon