summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
2021-09-24Update the comment for Task.netnsAndrei Vagin
2021-09-24Merge pull request #6647 from avagin:task-netnsgVisor bot
2021-09-23kernel: allow to access Task.netns without taking Task.muAndrei Vagin
2021-09-23Create the cgroupfs mount point in sysfs.Rahat Mahmood
2021-09-23Merge pull request #6573 from avagin:kvm-seccomp-mmapgVisor bot
2021-09-23Pass AddressableEndpoint to IPTablesGhanan Gowripalan
2021-09-22Add Execve and ExitNotifyParent checkpoints.Jamie Liu
2021-09-22kvm: check that safecopy is handled correctly in the guest ring0Andrei Vagin
2021-09-22kvm: trap mmap syscalls to map new regions to the guestAndrei Vagin
2021-09-22kvm/arm: calculate virtual-to-physical mappings only onceAndrei Vagin
2021-09-22kvm: fix tests on arm64AV
2021-09-21socket/unix: clean up socket queue after releasing a queue lockAndrei Vagin
2021-09-21[lisa] Implement lisafs protocol methods in VFS2 gofer client and fsgofer.Ayush Ranjan
2021-09-20[lisa] Plumb lisafs through runsc.Ayush Ranjan
2021-09-20Internal change.gVisor bot
2021-09-19Support IPV6_RECVPKTINFO on UDP socketsGhanan Gowripalan
2021-09-17Allow rebinding packet socket protocolGhanan Gowripalan
2021-09-16Limit most file mmaps to the range of an int64.Jamie Liu
2021-09-16Merge pull request #6579 from prattmic:runsc_do_profilegVisor bot
2021-09-16runsc: add global profile collection flagsMichael Pratt
2021-09-15Pass address properties in a single structTony Gong
2021-09-15[bind] Return EINVAL for under sized addressGhanan Gowripalan
2021-09-14Fix race on msgrcv(MSG_COPY).Rahat Mahmood
2021-09-10Typo fix.Etienne Perot
2021-09-09Remove linux-compat loopback hacks from packet endpointGhanan Gowripalan
2021-09-07Stub some memory control files.Rahat Mahmood
2021-09-03Add //pkg/sentry/seccheck.Jamie Liu
2021-09-02unix: avoid taking two endpoint locksAndrei Vagin
2021-09-01Support sending with packet socketsGhanan Gowripalan
2021-09-01Extract network datagram endpoint common facilitiesGhanan Gowripalan
2021-09-01Don't use reflection in fpu.alignedBytes.Jamie Liu
2021-09-01Cache vdso.so's __kernel_rt_sigreturn location.Jamie Liu
2021-09-01Propagate vfs.MkdirOptions.ForSyntheticMountpoint to overlay copy-up.Jamie Liu
2021-09-01unix: handle a case when a buffer is overflowedAndrei Vagin
2021-08-30Narrow COW-break on thread stacks.Jamie Liu
2021-08-30Use specialFileFD handles in specialFileFD.Stat().Jamie Liu
2021-08-27Fix lock order violations: mm.mappingMu > Task.mu.Nicolas Lacasse
2021-08-25Remove quotedev deviceChong Cai
2021-08-24Merge pull request #6438 from gystemd:tcsetpgrp_SIGTTOUgVisor bot
2021-08-23Merge pull request #6491 from avagin:kvm-mem-slot-overlapgVisor bot
2021-08-21platform/kvm: set physical slots without overlappingAndrei Vagin
2021-08-20Allow gofer.specialFileFDs to be mmapped with a host FD.Jamie Liu
2021-08-20Fix lock ordering violation introduced in cl/347704347.Nicolas Lacasse
2021-08-20Remove experimental warning in the VFS2 README.Jamie Liu
2021-08-19Cache verity dentriesChong Cai
2021-08-19Use MM-mapped I/O instead of buffered copies in gofer.specialFileFD.Jamie Liu
2021-08-18Add control configsChong Cai
2021-08-17Merge pull request #6262 from sudo-sturbia:msgqueue/syscalls3gVisor bot
2021-08-17Added a SIGTTOU block check in SetForegroundProcessGroupgystemd
2021-08-17Implement stub for msgctl(2).Zyad A. Ali