summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/socket_unix.cc
AgeCommit message (Expand)Author
2021-08-30[syserr] Fix SIGBUS on syserr.FromErrorZach Koopmans
2021-07-22Move socket_test_util to //test/utilGhanan Gowripalan
2020-06-01Skip proc/pid/fd socket test for VFS1 only.Dean Deng
2020-03-31Add socket filesystem and global disconnected socket mount for VFS2.Dean Deng
2019-12-12unix: allow to bind unix sockets only to AF_UNIX addressesAndrei Vagin
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