summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
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-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-27Fix a race in TCP endpoint teardown and teardown the stack in tcp_test.Ian Gudger
2020-02-27Merge of a369c88c0c4ece5239855000d28df045111c1be7gVisor bot
2020-02-27Internal change.Nayana Bidari
2020-02-26Fix construct of linux.Stat for arm64.Rahat Mahmood
2020-02-26Merge pull request #1912 from lubinszARM:pr_kvm_buildgVisor bot
2020-02-26add profile optionmoricho
2020-02-25Add VFS.NewDisconnectedMount().Jamie Liu
2020-02-25Fix DATA RACE in fs.MayDelete.Adin Scannell
2020-02-26Code Clean: Move arch independent codes to common file in kvm pkg.Haibo Xu
2020-02-25Merge pull request #1271 from lubinszARM:pr_ring0_1gVisor bot
2020-02-25Add netlink sockopt logging to strace.Ian Gudger
2020-02-25Use link-local source address for link-local multicastGhanan Gowripalan
2020-02-25Add option to skip stuck tasks waiting for address spaceFabricio Voznika
2020-02-25Merge pull request #1816 from xiaobo55x:trap_flaggVisor bot
2020-02-25Port most syscalls to VFS2.Jamie Liu
2020-02-25Fix nested logging.Adin Scannell
2020-02-25Don't acquire contended lock with the OS thread locked.Adin Scannell