summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-06-05Use top-down allocation for pgalloc.Adin Scannell
2020-06-05Unshare files on execAndrei Vagin
2020-06-05Expand syscall filters to support MSAN.Nicolas Lacasse
2020-06-05Centralize the categories of endpoint states.Rahat Mahmood
2020-06-05Fix error code returned due to Port exhaustion.Bhasker Hariharan
2020-06-05Merge pull request #2879 from avagin:test-hostinetgVisor bot
2020-06-05Merge pull request #2789 from Rajpratik71:optimization/git-cloneNicolas Lacasse
2020-06-05Fix copylocks error about copying IPTables.Ting-Yu Wang
2020-06-05Handle TCP segment split cases as per MSS.Mithun Iyer
2020-06-05Remove gvisor/pkg/tmutexAndrei Vagin
2020-06-05Add back gitter badge.Ian Lewis
2020-06-04test/syscall: run hostnet tests in separate network namespacesAndrei Vagin
2020-06-03Pass PacketBuffer as pointer.Ting-Yu Wang
2020-06-03Add test for O_TRUNCZach Koopmans
2020-06-03Fix data race on f.offset.Nicolas Lacasse
2020-06-03Add metric for startup watchdog timeoutMichael Pratt
2020-06-03Fix test release commands to work with older GPG.Adin Scannell
2020-06-03Take Mount reference in VFS.connectLocked.Jamie Liu
2020-06-03Avoid TCP segment split when out of sender window.Mithun Iyer
2020-06-02Check that two sockets with different types can't be connected to each otherAndrei Vagin
2020-06-02Merge pull request #2855 from ridwanmsharif:ridwanmsharif/fuse-doc-editgVisor bot
2020-06-02Fix typosMichael Pratt
2020-06-02Merge pull request #2837 from avagin:make-startup-optiongVisor bot
2020-06-02Add some detail to milestone #1Ridwan Sharif
2020-06-02make: Allow to specify bazel startup options.Andrei Vagin
2020-06-01Enable VFS2 to runsc syscall testsFabricio Voznika
2020-06-01More runsc changes for VFS2Fabricio Voznika
2020-06-01Add inotify events for extended attributes and splice.Dean Deng
2020-06-01Fix VFS2 gofer open(O_CREAT) reference leak.Jamie Liu
2020-06-01Handle gofer blocking opens of host named pipes in VFS2.Jamie Liu
2020-06-01Deflake pty_test_linux.Nicolas Lacasse
2020-06-01Include runtime goroutines in panicsMichael Pratt
2020-06-01Fix inotify test.Dean Deng
2020-06-01Skip proc/pid/fd socket test for VFS1 only.Dean Deng
2020-06-01Merge pull request #2689 from lubinszARM:pr_prot_nonegVisor bot
2020-06-01Make gofer mount readonly when overlay is enabledFabricio Voznika
2020-06-01Internal change.gVisor bot
2020-06-01Move to make for tag release workflow.Adin Scannell
2020-06-01Enable TCP Receive buffer moderation in gonet and benchmark.Bhasker Hariharan
2020-05-29Test TCP should queue RECEIVE request in SYN-SENTZeling Feng
2020-05-29Refactor the ResolveExecutablePath logic.Nicolas Lacasse
2020-05-29Update Go version build tagsMichael Pratt
2020-05-29Fix copied comment mistakes.Kevin Krakauer
2020-05-29Merge pull request #2807 from kevinGC:iptables-sourcegVisor bot
2020-05-29Fix issue with make copy targets.Adin Scannell
2020-05-29Update WritePacket* API to take ownership of packets to be written.Ting-Yu Wang
2020-05-29Merge pull request #2767 from mikaelmello:add-cwd-option-specgVisor bot
2020-05-29Move TCP to CLOSED from SYN-RCVD on RST.Mithun Iyer
2020-05-29Implement IN_EXCL_UNLINK inotify option in vfs2.Dean Deng
2020-05-29Internal change.gVisor bot