summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls
AgeCommit message (Expand)Author
2019-10-30Store endpoints inside multiPortEndpoint in a sorted orderAndrei Vagin
2019-10-30Clean up typos in test names.Dean Deng
2019-10-29Update symlink traversal limit when resolving interpreter path.Dean Deng
2019-10-29Fix PollWithFullBufferBlocks.Bhasker Hariharan
2019-10-29Disallow execveat on interpreter scripts with fd opened with O_CLOEXEC.Dean Deng
2019-10-25test/syscall: Remove duplicated gtest/gtest.h.Haibo
2019-10-24Handle AT_SYMLINK_NOFOLLOW flag for execveat.Dean Deng
2019-10-23Handle AT_EMPTY_PATH flag in execveat.Dean Deng
2019-10-23Add check for proper settings to AF_PACKET tests.Kevin Krakauer
2019-10-23Merge pull request #641 from tanjianfeng:mastergVisor bot
2019-10-23Remove comparison between signed and unsigned intMichael Pratt
2019-10-21Add basic implementation of execveat syscall and associated tests.Dean Deng
2019-10-21AF_PACKET support for netstack (aka epsocket).Kevin Krakauer
2019-10-18Cleanup host UDS supportMichael Pratt
2019-10-18test: use a bigger buffer to fill a socketAndrei Vagin
2019-10-16Merge pull request #736 from tanjianfeng:fix-unixgVisor bot
2019-10-16Remove death from exec test namesMichael Pratt
2019-10-15epsocket: support /proc/net/snmpJianfeng Tan
2019-10-15support /proc/net/snmpJianfeng Tan
2019-10-14Internal change.gVisor bot
2019-10-10Allow for zero byte iovec with MSG_PEEK | MSG_TRUNC in recvmsg.Ian Lewis
2019-10-10Fix signalfd polling.Adin Scannell
2019-10-07Implement IP_TTL.Ian Gudger
2019-10-03Implement proper local broadcast behaviorChris Kuiper
2019-10-03Don't report partialResult errors from sendfileAndrei Vagin
2019-10-02Increase itimer test timeoutMichael Pratt
2019-10-02Merge pull request #865 from tanjianfeng:fix-829gVisor bot
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-20Implement /proc/net/tcp6Jianfeng Tan
2019-09-19Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-09-18Shard the runtime tests.Nicolas Lacasse
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