summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/exec.cc
AgeCommit message (Expand)Author
2019-10-24Handle AT_SYMLINK_NOFOLLOW flag for execveat.Dean Deng
2019-10-23Handle AT_EMPTY_PATH flag in execveat.Dean Deng
2019-10-21Add basic implementation of execveat syscall and associated tests.Dean Deng
2019-10-16Remove death from exec test namesMichael Pratt
2019-06-28Fix suggestions from clang.Nicolas Lacasse
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-26Remove syscall tests' dependency on glogTamir Duberstein
2019-03-19netstack: reduce MSS from SYN to account tcp optionsAndrei Vagin
2019-03-08Fix tests which fail in kokoroAndrei Vagin
2018-12-10Open source system call tests.Brian Geffon