summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2021-11-02Allow SetAttr and Allocate for deleted filesFabricio Voznika
2021-11-01Handle UMOUNT_NOFOLLOW in VFS2 umount(2).Ayush Ranjan
2021-10-26Run packet socket tests on FuchsiaGhanan Gowripalan
2021-10-26Obtain ref on root dentry in mqfs.GetFilesystem.Ayush Ranjan
2021-10-26Remove superfluous SO_RCVBUFFORCEZeling Feng
2021-10-26Ensure statfs::f_namelen is set by VFS2 gofer statfs/fstatfs.Jamie Liu
2021-10-25Do not leak non-permission mode bits in mq_open(2).Ayush Ranjan
2021-10-25Deflake the fcntl testAndrei Vagin
2021-10-25Add support for containerd 1.5Fabricio Voznika
2021-10-21Merge pull request #6345 from sudo-sturbia:mq/syscallsgVisor bot
2021-10-21Enable VFS2 by defaultFabricio Voznika
2021-10-19Stub cpuset cgroup control files.Rahat Mahmood
2021-10-18Update testDeps definition for https://golang.org/cl/354632Michael Pratt
2021-10-15Fix incorrect printf verbMichael Pratt
2021-10-14Report total memory based on limit or hostFabricio Voznika
2021-10-14Fix compiler warningsTamir Duberstein
2021-10-13Internal change.gVisor bot
2021-10-12Make DoubleLayerEpoll use non blocking pipes.Ayush Ranjan
2021-10-12Remove state:"nosave"/"zerovalue" annotations from all waiter.Queues.Jamie Liu
2021-10-11Support IP_PKTINFO and IPV6_RECVPKTINFO on raw socketsGhanan Gowripalan
2021-10-11Merge pull request #6428 from dillanzhou:fix_epoll_vfs2gVisor bot
2021-10-06Wrap testing.MainStart to work around upcoming signature change.Nicolas Lacasse
2021-10-06Clarify incorrect behavior on gVisorTamir Duberstein
2021-10-06Clarify incorrect behavior on gVisorTamir Duberstein
2021-10-06Do not skip IPv6 tests when we don't have IPv4Tamir Duberstein
2021-10-05Centralize skip logicTamir Duberstein
2021-10-05Enable passing syscall testsTamir Duberstein
2021-10-04Reply to invalid ACKs even when accept queue is fullArthur Sfez
2021-10-04Test listener receiving an invalid ACK while the accept queue is fullArthur Sfez
2021-10-01Merge pull request #6551 from sudo-sturbia:msgqueue/procfsgVisor bot
2021-10-01Move pendingEndpoints to acceptQueueTamir Duberstein
2021-09-30Test syn and accept queue behavior on shutdownTamir Duberstein
2021-09-29Setup sniffer teardown earlierTamir Duberstein
2021-09-28Implement stubs for mq_open(2) and mq_unlink(2).Zyad A. Ali
2021-09-27Add procfs files for SysV message queues.Zyad A. Ali
2021-09-24Merge pull request #6570 from sudo-sturbia:ipc/procgVisor bot
2021-09-24Run proc's static-file tests in a container.Zyad A. Ali
2021-09-23Compose ICMP endpoint with datagram-based endpointGhanan Gowripalan
2021-09-21Handle Shutdown on connecting tcp socketArthur Sfez
2021-09-21Deliver endpoints to the accept queue synchronously when possibleArthur Sfez
2021-09-20Support getsockname for packet socketsGhanan Gowripalan
2021-09-20Do not allow unbinding network protocolGhanan Gowripalan
2021-09-19Support IPV6_RECVPKTINFO on UDP socketsGhanan Gowripalan
2021-09-17Allow rebinding packet socket protocolGhanan Gowripalan
2021-09-16Allow creating packet socket bound to any protocolGhanan Gowripalan
2021-09-16Rename packet_socket to packet_socket_dgramGhanan Gowripalan
2021-09-16Limit most file mmaps to the range of an int64.Jamie Liu
2021-09-16Don't allow binding to broadcast on ICMP socketsGhanan Gowripalan
2021-09-15Pass address properties in a single structTony Gong
2021-09-15Test read(2), poll(2), mount(2), and unshare(2) for message queues.Zyad A. Ali