summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
2019-11-22enable ring0/pagetables to support arm64lubinszARM
2019-11-21Import and structure cleanup.Adin Scannell
2019-11-20Pass OpenTruncate to gofer in Open call when opening file with O_TRUNC.Nicolas Lacasse
2019-11-18Add vfs.GenericParseMountOptions().Jamie Liu
2019-11-18platform/ptrace: use host.GetCPU instead of the getcpu syscallAndrei Vagin
2019-11-18Merge pull request #1177 from xiaobo55x:fs_hostgVisor bot
2019-11-14Fix return codes for {get,set}sockopt for some nullptr cases.Ting-Yu Wang
2019-11-14Check that a file is a regular file with open(O_TRUNC).Kevin Krakauer
2019-11-14Avoid unnecessary slice allocation in usermem.BytesIO.blocksFromAddrRanges().Jamie Liu
2019-11-12Use overlay MountSource when binding socket in overlay.Nicolas Lacasse
2019-11-13Fix some build errors on arm64.Haibo Xu
2019-11-13Enable sentry/fs/host support on arm64.Haibo Xu
2019-11-11Merge pull request #918 from lubinszARM:pr_ring0gVisor bot
2019-11-08Automated rollback of changelist 278417533Kevin Krakauer
2019-11-07Add support for TIME_WAIT timeout.Bhasker Hariharan
2019-11-04Check that a file is a regular file with open(O_TRUNC).Kevin Krakauer
2019-11-04Add NETLINK_KOBJECT_UEVENT socket supportMichael Pratt
2019-11-04Update membarrier bugMichael Pratt
2019-11-01Add SO_PASSCRED support to netlink socketsMichael Pratt
2019-11-01Allow the watchdog to detect when the sandbox is stuck during setup.Nicolas Lacasse
2019-10-31Add context to state.Adin Scannell
2019-10-31platform/kvm: calll sigtimedwait with zero timeoutAndrei Vagin
2019-10-30support using KVM_MEM_READONLY for arm64 regionslubinszARM
2019-10-29Add endpoint tracking to the stack.Ian Gudger
2019-10-29Fix grammar in comment.Dean Deng
2019-10-29Update symlink traversal limit when resolving interpreter path.Dean Deng
2019-10-29Update build tags to allow Go 1.14Michael Pratt
2019-10-29Refactor logic for loadExecutable.Dean Deng
2019-10-29Disallow execveat on interpreter scripts with fd opened with O_CLOEXEC.Dean Deng
2019-10-28Update commentMichael Pratt
2019-10-25Aggregate arguments for loading executables into a single struct.Dean Deng
2019-10-25Convert DelayOption to the newer/faster SockOpt int type.Ian Gudger
2019-10-25platform/ptrace: use tgkill instead of killAndrei Vagin
2019-10-24Handle AT_SYMLINK_NOFOLLOW flag for execveat.Dean Deng
2019-10-23Handle AT_EMPTY_PATH flag in execveat.Dean Deng
2019-10-23Merge pull request #641 from tanjianfeng:mastergVisor bot
2019-10-23Keep minimal available fd to accelerate fd allocationDarcySail
2019-10-22Update const names to be Go style.Ian Lewis
2019-10-22platform/ptrace: exit without panic if a stub process has been killed by SIGKILLAndrei Vagin
2019-10-22enable ring0 to support arm64Bin Lu
2019-10-21Remove old TODO.Nicolas Lacasse
2019-10-21Add basic implementation of execveat syscall and associated tests.Dean Deng
2019-10-21AF_PACKET support for netstack (aka epsocket).Kevin Krakauer
2019-10-19Add support for pipes in VFS2.Kevin Krakauer
2019-10-17Refactor pipe to support VFS2.Kevin Krakauer
2019-10-16Reorder BUILD license and load functions in gvisor.Kevin Krakauer
2019-10-16Add sublevel to kernel versionMichael Pratt
2019-10-16Fix problem with open FD when copy up is triggered in overlayfsFabricio Voznika
2019-10-16Support O_SYNC and O_DSYNC flags.Nicolas Lacasse
2019-10-16Fix syscall changes lost in rebaseMichael Pratt