summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux
AgeCommit message (Expand)Author
2020-12-04Initialize has_tid for correctness.Adin Scannell
2020-12-03Implement command IPC_INFO for semctl.Jing Chen
2020-12-03Implement `fcntl` options `F_GETSIG` and `F_SETSIG`.Etienne Perot
2020-12-02Fix chown test.Adin Scannell
2020-12-02Skip CanKillAllPIDs when running natively.Adin Scannell
2020-12-02Add /proc/sys/kernel/sem.Jing Chen
2020-11-30Fix deadlock in UDP handleControlPacket path.Bhasker Hariharan
2020-11-23Omit sandbox from chown test.Adin Scannell
2020-11-23Ignore permission failures in CheckDuplicatesRecursively.Adin Scannell
2020-11-19Internal change.gVisor bot
2020-11-19Propagate IP address prefix from host to netstackFabricio Voznika
2020-11-18[netstack] Move SO_KEEPALIVE and SO_ACCEPTCONN option to SocketOptions.Ayush Ranjan
2020-11-18[netstack] Move SO_REUSEPORT and SO_REUSEADDR option to SocketOptions.Ayush Ranjan
2020-11-18[netstack] Move SO_NO_CHECK option to SocketOptions.Ayush Ranjan
2020-11-18[netstack] Move SO_PASSCRED option to SocketOptions.Ayush Ranjan
2020-11-17Fix possible deadlock in UDP.Write().Bhasker Hariharan
2020-11-17Fix SO_ERROR behavior for TCP in gVisor.Bhasker Hariharan
2020-11-16Reset watchdog timer between sendfile() iterations.Jamie Liu
2020-11-13Disable save/restore in PartialBadBufferTest.SendMsgTCP.Jamie Liu
2020-11-12Deflake tcp_socket test.Mithun Iyer
2020-11-12Refactor SOL_SOCKET optionsNayana Bidari
2020-11-09Skip `EventHUp` notify in `FIN_WAIT2` on a socket close.Mithun Iyer
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