summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls
AgeCommit message (Expand)Author
2020-11-09net: connect to the ipv4 localhost returns ENETUNREACH if the address isn't setAndrei Vagin
2020-11-06Implement command GETNCNT for semctl.Jing Chen
2020-11-06Fix infinite loop when splicing to pipes/eventfds.Nicolas Lacasse
2020-11-06Do not send to the zero portGhanan Gowripalan
2020-11-05Deflake semaphore_test.Jamie Liu
2020-11-02Implement command GETZCNT for semctl.Jing Chen
2020-11-02Clean up the code of setupTimeWaitCloseAndrei Vagin
2020-11-01Fix returned error when deleting non-existant addressIan Lewis
2020-10-31net/tcpip: connect to unset loopback address has to return EADDRNOTAVAILAndrei Vagin
2020-10-30Separate kernel.Task.AsCopyContext() into CopyContext() and OwnCopyContext().Jamie Liu
2020-10-28Merge pull request #2849 from lubinszARM:pr_memory_barriergVisor bot
2020-10-27Wake up any waiters on an ICMP error on UDP socket.Bhasker Hariharan
2020-10-27Implement /proc/[pid]/memLennart
2020-10-27Add basic address deletion to netlinkIan Lewis
2020-10-26Implement command IPC_STAT for semctl.Jing Chen
2020-10-26Fix SCM Rights S/R reference leak.Dean Deng
2020-10-24Avoid excessive save/restore cycles in socket_ipv4_udp_unbound tests.Jamie Liu
2020-10-23Support VFS2 save/restore.Jamie Liu
2020-10-23Fix socket_ipv4_udp_unbound_loopback_test_linuxZach Koopmans
2020-10-23Support getsockopt for SO_ACCEPTCONN.Nayana Bidari
2020-10-23Decrement e.synRcvdCount once handshake is complete.Bhasker Hariharan
2020-10-23Rewrite reference leak checker without finalizers.Dean Deng
2020-10-19Fix runsc tests on VFS2 overlay.Jamie Liu
2020-10-16Use POSIX interval timers in flock test.Dean Deng
2020-10-15sockets: ignore io.EOF from view.ReadAtAndrei Vagin
2020-10-09TCP Receive window advertisement fixes.Bhasker Hariharan
2020-10-09test/syscall/iptables: don't use designated initializersAndrei Vagin
2020-10-06Implement membarrier(2) commands other than *_SYNC_CORE.Jamie Liu
2020-10-03Fix kcov enabling and disabling procedures.Dean Deng
2020-09-30ip6tables: redirect supportKevin Krakauer
2020-09-30avoid the random memory barrier issue in mmap testing on Arm64Bin Lu
2020-09-29Add /proc/[pid]/cwdFabricio Voznika
2020-09-29iptables: refactor to make targets extendableKevin Krakauer
2020-09-29Migrates uses of deprecated map types to recommended types.gVisor bot
2020-09-28Fix lingering of TCP socket in the initial state.Nayana Bidari
2020-09-28Support inotify in overlayfs.Dean Deng
2020-09-27Clean up kcov.Dean Deng
2020-09-24test/syscall/mknod: Don't use a hard-coded file nameAndrei Vagin
2020-09-23Clean up inotify tests.Dean Deng
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