summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
2020-03-12passed the syscall test case 'alarm' on Arm64 platformBin Lu
2020-03-11Use a heap in transport demuxerTamir Duberstein
2020-03-11Implement heap.Interface on pointer receiverTamir Duberstein
2020-03-11Fix race condition (*tcp.endpoint).CloseTamir Duberstein
2020-03-11Clean-up buffer implementation.Adin Scannell
2020-03-11Fix memory leak in danglingEndpoints.Bhasker Hariharan
2020-03-11Import "unsafe" in bluepill_arm64_unsafe.goAndrei Vagin
2020-03-11Merge pull request #1975 from nybidari:iptablesgVisor bot
2020-03-11runsc: don't redirect SIGURG which is used by Go's runtime schedulerAndrei Vagin
2020-03-11Automated rollback of changelist 300217972gVisor bot
2020-03-11Merge pull request #1832 from xiaobo55x:tls_ptracegVisor bot
2020-03-10Honour the link's MaxHeaderLength when forwardingGhanan Gowripalan
2020-03-10The packet forwarding should resolve the link address if necessary.gVisor bot
2020-03-09Move /proc/net to /proc/PID/net, and make /proc/net -> /proc/self/net.Ting-Yu Wang
2020-03-09Enable thread local storage support on arm64.Haibo Xu
2020-03-06Update comments and debug level for profiling options.Dean Deng
2020-03-06Add plumbing for importing fds in VFS2, along with non-socket, non-TTY impl.Dean Deng
2020-03-06Prevent memory leaks in ilistTamir Duberstein
2020-03-06Merge pull request #1963 from xiaobo55x:kvm_commongVisor bot
2020-03-06Merge pull request #1946 from xiaobo55x:dieTrampgVisor bot
2020-03-06shutdown(s, SHUT_WR) in TIME-WAIT returns ENOTCONNEyal Soha
2020-03-06Specify the source of outgoing NDP RSGhanan Gowripalan
2020-03-06Add nat table support for iptables.Nayana Bidari
2020-03-06Get strings for stack.DHCPv6ConfigurationFromNDPRAGhanan Gowripalan
2020-03-05Stub oom_score_adj and oom_score.Ian Lewis
2020-03-05Fix S/R on inet.Namespace.Ting-Yu Wang
2020-03-05Merge pull request #1951 from moricho:moricho/add-profiler-optiongVisor bot
2020-03-05Use a pool of arrays to avoid slice headers from escaping in TCP options pool.Ian Gudger
2020-03-04tests: Don't print log messages on stdoutAndrei Vagin
2020-03-04Ensure that safemem.BlockSeqOf(safemem.Block{}) produces an empty BlockSeq.Jamie Liu
2020-03-03Update cached file size when cache is skippedFabricio Voznika
2020-03-03Avoid memory leaksTamir Duberstein
2020-03-03platform/ptrace: don't call probeSeccomp on arm64Andrei Vagin
2020-03-03Extract local variables for readabilityTamir Duberstein
2020-03-03Fix datarace on TransportEndpointInfo.ID and clean up semantics.Ian Gudger
2020-03-02Fix panic caused by invalid address for Bind in packet sockets.Nayana Bidari
2020-03-02Fix data-race when reading/writing e.amss.Bhasker Hariharan
2020-03-02Do not read-lock NIC recursivelyGhanan Gowripalan
2020-03-02Merge pull request #1885 from avagin:arm64-pcidsgVisor bot
2020-03-02socket: take readMu to access readViewAndrei Vagin
2020-03-02Take write lock when removing xattrMichael Pratt
2020-02-28Merge pull request #1929 from avagin:arm64-cpuidgVisor bot
2020-02-28watchdog: print panic error message before other messagesAndrei Vagin
2020-02-28Define CPUIDInstruction for arm64Andrei Vagin
2020-02-28pcids.go isn't arch-specificAndrei Vagin
2020-02-28Make pipe buffer implementation standard.Adin Scannell
2020-02-28Hide /dev/net/tun when using hostinet.Ting-Yu Wang
2020-02-28Change dup2 call to dup3Fabricio Voznika
2020-02-28Add nat table support for iptables.Nayana Bidari
2020-02-27Fix a race in TCP endpoint teardown and teardown the stack in tcp_test.Ian Gudger