summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
2021-01-26Initialize the send buffer handler in endpoint creation.Nayana Bidari
2021-01-26Implement error on pointersTamir Duberstein
2021-01-26Initialize timestamps for gofer synthetic children.Dean Deng
2021-01-26Move inotify events from syscall to vfs layer.Dean Deng
2021-01-26Do not send SCM Rights more than once when message is truncated.Dean Deng
2021-01-26Move SO_SNDBUF to socketops.Nayana Bidari
2021-01-26Do not generate extraneous IN_CLOSE inotify events.Dean Deng
2021-01-25Add per endpoint ARP statisticsArthur Sfez
2021-01-25Remove synchronous decommit for MADV_DONTNEED on private anonymous vmas.Jamie Liu
2021-01-22Implement F_GETLK fcntl.Dean Deng
2021-01-22Define tcpip.Payloader in terms of io.ReaderTamir Duberstein
2021-01-21iptables: support matching the input interface nameToshi Kikuchi
2021-01-20Update splice syscall documentation.Dean Deng
2021-01-20Remove unimplemented message for SO_LINGERNayana Bidari
2021-01-20Don't use task goroutine context in fsimpl tests.Jamie Liu
2021-01-20Move Lock/UnlockPOSIX into LockFD util.Dean Deng
2021-01-20Fix refcount increments in gofer.filesystem.Sync.Jamie Liu
2021-01-20Remove string allocation from strings.Repeat() in /proc/[pid]/maps.Jamie Liu
2021-01-19platform/ptrace: workaround a kernel ptrace issue on ARM64Andrei Vagin
2021-01-15Remove count argument from tcpip.Endpoint.ReadTamir Duberstein
2021-01-14Simplify the pipe implementation.Jamie Liu
2021-01-14Add stats for ARPArthur Sfez
2021-01-14Check for existence before permissionsFabricio Voznika
2021-01-13Do not resolve remote link address at transport layerGhanan Gowripalan
2021-01-13Merge pull request #4792 from lubinszARM:pr_kvm_testgVisor bot
2021-01-12Remove useless cached stateTamir Duberstein
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2021-01-11Fix Go branch for arm64.Adin Scannell
2021-01-08Merge pull request #4933 from lubinszARM:pr_kvm_el0_exceptionsgVisor bot
2021-01-07Merge pull request #5207 from avagin:arm64-crossgVisor bot
2021-01-07netstack: Refactor tcpip.Endpoint.ReadTing-Yu Wang
2021-01-07Implement the semtimedop syscallAndrei Vagin
2021-01-06Support add/remove IPv6 multicast group sock optGhanan Gowripalan
2021-01-06Merge pull request #5177 from lubinszARM:pr_kernel_globalgVisor bot
2021-01-05Fix panic when parsing SO_TIMESTAMP cmsgKevin Krakauer
2021-01-05Add benchmarks targets to BuildKite.Adin Scannell
2021-01-05fs/fuse: check that a task has a specified file descriptorAndrei Vagin
2020-12-31Add missing error checks for FileDescription.Init.Dean Deng
2020-12-29Make profiling commands synchronous.Adin Scannell
2020-12-29arm64 kvm: revert some kpti related codes, and configure upper pagetable as g...Robin Luk
2020-12-23vfs1: don't allow to open socket filesAndrei Vagin
2020-12-22Move SO_BINDTODEVICE to socketops.Nayana Bidari
2020-12-17Set verityMu to be state nosaveChong Cai
2020-12-17Fix seek on /proc/pid/cmdline when task is zombie.Nicolas Lacasse
2020-12-17[netstack] Implement IP(V6)_RECVERR socket option.Ayush Ranjan
2020-12-17Set process group and session on host TTYFabricio Voznika
2020-12-17[netstack] Implement MSG_ERRQUEUE flag for recvmsg(2).Ayush Ranjan
2020-12-16Merge pull request #4880 from lubinszARM:pr_tlbi_02gVisor bot
2020-12-15Internal change.Andrei Vagin
2020-12-15Implement command SEM_INFO and SEM_STAT for semctl.Jing Chen