summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
2020-03-17Remove HostFS from Sentry.Zach Koopmans
2020-03-16fdtable: don't try to zap fdtable entry if close is called for non-existing fdAndrei Vagin
2020-03-16Enforce file size rlimits in VFS2Fabricio Voznika
2020-03-16Add calls to vfs.CheckSetStat to fsimplsFabricio Voznika
2020-03-16Merge pull request #1943 from kevinGC:ipt-filter-ipgVisor bot
2020-03-14Disallow kernfs.Inode.SetStat for readonly inodesFabricio Voznika
2020-03-14Plumb VFS2 imported fds into virtual filesystem.Dean Deng
2020-03-13Add remaining procfs filesFabricio Voznika
2020-03-13Panic if file in FDTable has been destroyedFabricio Voznika
2020-03-13Fix infinite loop in semaphore.sem.wakeWaiters().Jamie Liu
2020-03-13Fix oom_score_adj.Jamie Liu
2020-03-13Fix lock recursion in kernel.ProcessGroup.SendSignal().Jamie Liu
2020-03-13Implement access/faccessat for VFS2.Dean Deng
2020-03-13Fix "application exiting with {Code:0 Signo:27}" during boot.Ting-Yu Wang
2020-03-13Add support for mount flagsFabricio Voznika
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-11Merge pull request #1832 from xiaobo55x:tls_ptracegVisor 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-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-03Update cached file size when cache is skippedFabricio Voznika
2020-03-03platform/ptrace: don't call probeSeccomp on arm64Andrei Vagin
2020-03-02Fix panic caused by invalid address for Bind in packet sockets.Nayana Bidari
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-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-26iptables: filter by IP address (and range)Kevin Krakauer
2020-02-26add profile optionmoricho
2020-02-25Add VFS.NewDisconnectedMount().Jamie Liu