summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/socket_unix.cc
AgeCommit message (Expand)Author
2019-10-25test/syscall: Remove duplicated gtest/gtest.h.Haibo
2019-06-05Shutdown host sockets on internal shutdownMichael Pratt
2019-05-30gvisor: socket() returns EPROTONOSUPPORT if protocol is not supportedAndrei Vagin
2019-04-29Implement the MSG_CTRUNC msghdr flag for Unix sockets.Ian Gudger
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-24Add Unix socket tests for the MSG_CTRUNC msghdr flag.Ian Gudger
2019-01-08Enable proc/self/fd test on linux and disable only on gvisor.Brian Geffon
2019-01-03Add test for reopening socketpair end via procfs.Brian Geffon
2018-12-10Open source system call tests.Brian Geffon