summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux
AgeCommit message (Expand)Author
2019-10-02Sanity test that open(2) on a UDS failsMichael Pratt
2019-10-01Include AT_SECURE in the aux vectorMichael Pratt
2019-10-01Support new interpreter requirements in testMichael Pratt
2019-10-01Disable cpuClockTicker when app is idleMichael Pratt
2019-10-01Honor X bit on extra anon pages in PT_LOAD segmentsMichael Pratt
2019-09-30De-flake SetForegroundProcessGroupDifferentSession.Kevin Krakauer
2019-09-30Only copy out remaining time on nanosleep successMichael Pratt
2019-09-27Automated rollback of changelist 256276198Adin Scannell
2019-09-27Merge pull request #864 from tanjianfeng:fix-861gVisor bot
2019-09-27Implement SO_BINDTODEVICE sockoptgVisor bot
2019-09-26Make raw socket tests pass in environments with or without CAP_NET_RAW.Kevin Krakauer
2019-09-24test: don't use designated initializersAndrei Vagin
2019-09-24Stub out readahead implementation.Adin Scannell
2019-09-23Fix bug in RstCausesPollHUP.Bhasker Hariharan
2019-09-20fix set hostnameJianfeng Tan
2019-09-19Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-09-18Signalfd supportAdin Scannell
2019-09-16Migrate from gflags to absl flagsMichael Pratt
2019-09-13gvisor: return ENOTDIR from the unlink syscallAndrei Vagin
2019-09-12Implement splice methods for pipes and sockets.Adin Scannell
2019-09-10Fix minor Kokoro issues.Adin Scannell
2019-09-06Load C++ rules from @rules_ccMichael Pratt
2019-09-05Fix bug in proc_test.Bhasker Hariharan
2019-09-05Deflake aio_test.Jamie Liu
2019-09-04Run proc_net tests.Ian Gudger
2019-08-30Automated rollback of changelist 261387276Bhasker Hariharan
2019-08-30Fix async-signal-unsafety in MlockallTest_Future.Jamie Liu
2019-08-30Return correct buffer size for ioctl(socket, FIONREAD)Fabricio Voznika
2019-08-30Add C++ toolchain and fix compile issues.Adin Scannell
2019-08-29Handle new representation of abstract UDS paths.Rahat Mahmood
2019-08-29Implement /proc/net/udp.Rahat Mahmood
2019-08-29Internal change.gVisor bot
2019-08-27Fix pwritev2 flaky test.Zach Koopmans
2019-08-27Fix sendfile(2) error codeFabricio Voznika
2019-08-26Internal change.gVisor bot
2019-08-23Second try at flaky futex test.Zach Koopmans
2019-08-22Remove ASSERT from fork childMichael Pratt
2019-08-21Support binding to multicast and broadcast addressesChris Kuiper
2019-08-21tests: retry connect if it fails with EINTRAndrei Vagin
2019-08-20Add tests for raw AF_PACKET sockets.Kevin Krakauer
2019-08-20Fix flaky futex test.Zach Koopmans
2019-08-19Read iptables via sockopts.Kevin Krakauer
2019-08-16netstack: disconnect an unix socket only if the address family is AF_UNSPECAndrei Vagin
2019-08-15Add tests for "cooked" AF_PACKET sockets.Kevin Krakauer
2019-08-14Improve SendMsg performance.Bhasker Hariharan
2019-08-12Compute size of struct tcp_info instead of hardcoding it.Rahat Mahmood
2019-08-09netlink: return an error in nlmsgerrAndrei Vagin
2019-08-06Fix for a panic due to writing to a closed accept channel.Bhasker Hariharan
2019-08-06Require pread/pwrite for splice file offsetsMichael Pratt
2019-08-02Job control: controlling TTYs and foreground process groups.Kevin Krakauer