summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls
AgeCommit message (Expand)Author
2020-09-21Receive ACK when deleting address in syscall testsGhanan Gowripalan
2020-09-21Fix socket_ipv4_udp_unbound_test_native in opensource.Zach Koopmans
2020-09-21Fix proc_net_test_native for native tests.Zach Koopmans
2020-09-21Add ftruncate test for writeable fd but no write permissions.Dean Deng
2020-09-21Fix flakes in UdpSocketTestZach Koopmans
2020-09-20Merge pull request #3651 from ianlewis:ip-forwardinggVisor bot
2020-09-18Disable vdso_clock_gettime on KVM.Jamie Liu
2020-09-18Deflake stat_test with save/restore enabled.Nicolas Lacasse
2020-09-18Implement fsimpl/overlay.filesystem.RenameAt.Jamie Liu
2020-09-18Use a tmpfs file for shared anonymous and /dev/zero mmap on VFS2.Jamie Liu
2020-09-18Remove SKIP_IF for now-supported features.Kevin Krakauer
2020-09-17{Set,Get} SO_LINGER on all endpoints.Nayana Bidari
2020-09-17Complete vfs2 implementation of fallocate.Dean Deng
2020-09-17Deflake vdso_clock_gettime test.Jamie Liu
2020-09-16Automated rollback of changelist 329526153Nayana Bidari
2020-09-16Receive broadcast packets on interested endpointsGhanan Gowripalan
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-09-15Support setting STATX_SIZE for kernfs.InodeAttrs.Dean Deng
2020-09-15Merge pull request #3895 from btw616:fix/issue-3894gVisor bot
2020-09-15Fix proc.(*fdDir).IterDirents for VFS2Tiwei Bie
2020-09-11Check that we have access to the trusted.* xattr namespace directly.Nicolas Lacasse
2020-09-10[vfs] Disable inode number equality check for overlayfs.Ayush Ranjan
2020-09-10[vfs] Disable nlink tests for overlayfs.Ayush Ranjan
2020-09-08[vfs] overlayfs: Fix socket tests.Ayush Ranjan
2020-09-08[vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions.Ayush Ranjan
2020-09-02Fix Accept to not return error for sockets in accept queue.Bhasker Hariharan
2020-09-01Fix statfs test for opensource.Zach Koopmans
2020-09-01Test opening file handles with different permissions.Dean Deng
2020-09-01Refactor tty codebase to use master-replica terminology.Ayush Ranjan
2020-09-01Automated rollback of changelist 328350576Nayana Bidari
2020-08-31Remove __fuchsia__ definesTamir Duberstein
2020-08-28Don't bind loopback to all IPs in an IPv6 subnetGhanan Gowripalan
2020-08-28Implement StatFS for various VFS2 filesystems.Rahat Mahmood
2020-08-28Fix EOF handling for splice.Dean Deng
2020-08-28fix panic when calling SO_ORIGINAL_DST without initializing iptablesKevin Krakauer
2020-08-28Add test demonstrating accept bugTamir Duberstein
2020-08-27Fix vfs2 pipe behavior when splicing to a non-pipe.Dean Deng
2020-08-27unix: return ECONNREFUSE if a socket file exists but a socket isn't bound to itAndrei Vagin
2020-08-27Merge pull request #3077 from jinmouil:beef-write-syscallgVisor bot
2020-08-27Fix BadSocketPair for open source.Zach Koopmans
2020-08-27Skip IPv6UDPUnboundSocketNetlinkTest on native linuxGhanan Gowripalan
2020-08-27ip6tables: (de)serialize ip6tables structsKevin Krakauer
2020-08-27Fix JobControl tests for open source.Zach Koopmans
2020-08-26beef up write syscall testsJinmou Li
2020-08-26tmpfs: Allow xattrs in the trusted namespace if creds has CAP_SYS_ADMIN.Nicolas Lacasse
2020-08-25Fix SocketPairTest and BadSocketPairTest in opensource.Zach Koopmans
2020-08-25Expose basic coverage information to userspace through kcov interface.Dean Deng
2020-08-25remove iptables sockopt special casesKevin Krakauer
2020-08-25Support SO_LINGER socket option.Nayana Bidari
2020-08-25Fix TCP_LINGER2 behavior to match linux.Bhasker Hariharan