summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
2021-02-10Merge pull request #5267 from lubinszARM:pr_usr_lazy_fpgVisor bot
2021-02-09Add support for setting SO_SNDBUF for unix domain sockets.Bhasker Hariharan
2021-02-09Add cleanup TODO for integer-based proc files.Dean Deng
2021-02-09Collapse code that always returns errorTamir Duberstein
2021-02-09kernel: reparentLocked has to update children maps of old and new parentsAndrei Vagin
2021-02-09pipe: writeLocked has to return ErrWouldBlock if the pipe is fullAndrei Vagin
2021-02-08exec: don't panic if an elf file is malformedAndrei Vagin
2021-02-08[go-marshal] Remove binary package reference from syscalls package.Ayush Ranjan
2021-02-05Replace TaskFromContext(ctx).Kernel() with KernelFromContext(ctx)Ting-Yu Wang
2021-02-05[vfs] Handle `.` and `..` as last path component names in kernfs Rename.Ayush Ranjan
2021-02-04Move getcpu() to core filter listMichael Pratt
2021-02-04Call kernfs.syntheticDir.InitRefs() on creation.Nicolas Lacasse
2021-02-03[vfs] Make sticky bit check consistent with Linux.Ayush Ranjan
2021-02-03arm64 kvm:implement basic lazy save and restore for FPSIMD registersRobin Luk
2021-02-03arm64: clean codeRobin Luk
2021-02-02Remove call to Notify from pipe.VFSPipeFD.CopyOutFrom.Jamie Liu
2021-02-02Stub out basic `runsc events --stat` CPU functionalityKevin Krakauer
2021-02-02Move ring0 package.Adin Scannell
2021-02-02Add ETIMEDOUT to partial result listFabricio Voznika
2021-02-02Minor page tables improvements.Adin Scannell
2021-02-01Refactor HandleControlPacket/SockErrorGhanan Gowripalan
2021-01-29Fix deadlock in specialFileFD.pwriteFabricio Voznika
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-28Propagate reader error in ReadFromTamir Duberstein
2021-01-28[vfs] Fix rename implementation in OrderedChildren.Ayush Ranjan
2021-01-28Add O_PATH support in vfs2gVisor bot
2021-01-27Add support for more fields in netstack for TCP_INFONayana Bidari
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