summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/mknod.cc
AgeCommit message (Expand)Author
2020-10-23Support VFS2 save/restore.Jamie Liu
2020-10-19Fix runsc tests on VFS2 overlay.Jamie Liu
2020-09-24test/syscall/mknod: Don't use a hard-coded file nameAndrei Vagin
2020-09-08[vfs] overlayfs: Fix socket tests.Ayush Ranjan
2020-08-27unix: return ECONNREFUSE if a socket file exists but a socket isn't bound to itAndrei Vagin
2020-07-07Fix mknod and inotify syscall testAyush Ranjan
2019-06-28Fix suggestions from clang.Nicolas Lacasse
2019-05-10Modernize mknod testMichael Pratt
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2018-12-10Open source system call tests.Brian Geffon