summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
2020-03-31Add socket filesystem and global disconnected socket mount for VFS2.Dean Deng
2020-03-31Include original copyUp error in panic if cleanupUpper fails.Nicolas Lacasse
2020-03-31Fix /proc/self/mounts and /proc/self/mountinfo in VFS2.Nicolas Lacasse
2020-03-31Allow passing root file type to tmpfs.Nicolas Lacasse
2020-03-30kvm: handle exit reasons even under EINTR.Adin Scannell
2020-03-27Add vfs.PathnameReachable().Jamie Liu
2020-03-27Add FilesystemType.Name method, and FilesystemType field to Filesystem struct.Nicolas Lacasse
2020-03-26Add BoundEndpointAt filesystem operation.Dean Deng
2020-03-26Use host-defined file owner and mode, when possible, for imported fds.Dean Deng
2020-03-26Merge pull request #2130 from nybidari:iptablesgVisor bot
2020-03-26Add unique ID to Mount type.Nicolas Lacasse
2020-03-26Support owner matching for iptables.Nayana Bidari
2020-03-26Merge pull request #1986 from lubinszARM:pr_ring0_clean_1gVisor bot
2020-03-26Combine file mode and isDir argumentsFabricio Voznika
2020-03-25Remove TODO to push down exec permission checkFabricio Voznika
2020-03-25Misc fixes to make stat_test pass (almost)Fabricio Voznika
2020-03-25Set file mode and type to attributeFabricio Voznika
2020-03-25Automated rollback of changelist 301837227Bhasker Hariharan
2020-03-24Move tcpip.PacketBuffer and IPTables to stack package.Bhasker Hariharan
2020-03-23Support basic /proc/net/dev metrics for netstackIan Lewis
2020-03-23Fix data race in SetSockOpt.Bhasker Hariharan
2020-03-23Correctly release taskPathOperation for accessAt.Dean Deng
2020-03-19Whitelist utimensat(2).Dean Deng
2020-03-19Remove the "frozen" bit from dirents.Zach Koopmans
2020-03-19Change SocketOperations.readMu to an RWMutex.Bhasker Hariharan
2020-03-19Remove workMu from tcpip.Endpoint.Bhasker Hariharan
2020-03-18Port imported TTY fds to vfs2.Dean Deng
2020-03-18Merge pull request #2061 from lubinszARM:pr_restart_syscallgVisor bot
2020-03-18Fix FDTable.NewFDVFS2Fabricio Voznika
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-12passed the syscall test case 'alarm' on Arm64 platformBin Lu
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