summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/accept_bind.cc
AgeCommit message (Expand)Author
2021-04-13Remove _NoRandomSave tests.Adin Scannell
2021-04-12Make AsSockAddr() to replace reinterpret_cast<sockaddr*>Ting-Yu Wang
2021-04-09Move maxListenBacklog check to sentryMithun Iyer
2020-06-02Check that two sockets with different types can't be connected to each otherAndrei Vagin
2019-11-21Import and structure cleanup.Adin Scannell
2019-10-25test/syscall: Remove duplicated gtest/gtest.h.Haibo
2019-10-18Cleanup host UDS supportMichael Pratt
2019-06-03gvisor/sock/unix: pass creds when a message is sent between unconnected socketsAndrei Vagin
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Appease googletest deprecationTamir Duberstein
2019-01-25Remove O_CLOEXEC from socket test configurations where irrelevant.Jamie Liu
2018-12-10Open source system call tests.Brian Geffon