summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
2018-06-12Runsc checkpoint works.Brielle Broder
2018-06-12Drop MMapOpts.MappingIdentity reference in loader.mapSegment.Jamie Liu
2018-06-11Minor ring0 interface cleanup.Adin Scannell
2018-06-11Make page tables split-safe.Adin Scannell
2018-06-11Handle all exception vectors.Adin Scannell
2018-06-11Set CLOEXEC option to socketsFabricio Voznika
2018-06-11Rpcinet is incorrectly handling MSG_TRUNC with SOCK_STREAMBrian Geffon
2018-06-11rpcinet is treating EAGAIN and EWOULDBLOCK as different errnos.Brian Geffon
2018-06-11Add O_TRUNC handling in openatFabricio Voznika
2018-06-11Sentry: split tty.queue into its own file.Kevin Krakauer
2018-06-08Fix kernel flags handling and add missing vectors.Adin Scannell
2018-06-08Add checks for short CopyOut in rpcinetBrian Geffon
2018-06-08Fix sigaltstack semantics.Adin Scannell
2018-06-08rpcinet is not correctly handling MSG_TRUNC on recvmsg(2).Brian Geffon
2018-06-07rpcinet should not block in read(2) rpcs.Brian Geffon
2018-06-07Add missing rpcinet ioctls.Brian Geffon
2018-06-07Sentry: very basic terminal echo support.Kevin Krakauer
2018-06-06Ensure guest-mode for page table modifications.Adin Scannell
2018-06-06Split PCID implementation from page tables.Adin Scannell
2018-06-06Add allocator abstraction for page tables.Adin Scannell
2018-06-06Add support for rpcinet ioctl(2).Brian Geffon
2018-06-06Added a function to the controller to checkpoint a container.Googler
2018-06-05Add support for rpcinet owned procfs files.Brian Geffon
2018-06-01Fix refcount bug in rpcinet socketOperations.Accept.Brian Geffon
2018-06-01Move page tables lock into the address space.Adin Scannell
2018-05-30Restore FS on resume.Adin Scannell
2018-05-30Change ring0 & page tables arguments to structs.Adin Scannell
2018-05-24rpcinet connect doesn't handle all errnos correctly.Brian Geffon
2018-05-22Remove offset check to match with Linux implementation.Fabricio Voznika
2018-05-22Change length type, and let fadvise64 return ESPIPE if file is a pipeChanwit Kaewkasi
2018-05-22sentry: Add simple SIOCGIFFLAGS support (IFF_RUNNING and IFF_PROMIS).Kevin Krakauer
2018-05-21Dramatically improve handling of KVM vCPU pool.Adin Scannell
2018-05-18sentry: Get "ip link" working.Kevin Krakauer
2018-05-17Cleanup docsMichael Pratt
2018-05-17Fix capability check for sysv semaphores.Rahat Mahmood
2018-05-17Implement sysv shm.Rahat Mahmood
2018-05-16Fix another socket Dirent refcount.Christopher Koch
2018-05-16Verify that when offset address is not null, infile must be seekableChanwit Kaewkasi
2018-05-16Refcount socket Dirents correctly.Christopher Koch
2018-05-16Release mutex in BidirectionalConnect to avoid deadlock.Brian Geffon
2018-05-15Fix KVM EFAULT handling.Adin Scannell
2018-05-15Simplify KVM invalidation logic.Adin Scannell
2018-05-15Simplify KVM state handling.Adin Scannell
2018-05-15sentry: Replaces saving of inet.Stack with retrieval via context.Kevin Krakauer
2018-05-15Fix problem with sendfile(2) writing less dataFabricio Voznika
2018-05-14Disable INVPCID check; it's not used.Adin Scannell
2018-05-14Make KVM system call first check.Adin Scannell
2018-05-14Simplify KVM host map handling.Adin Scannell
2018-05-14Ignore spurious KVM emulation failures.Adin Scannell
2018-05-11sentry: Adds canonical mode support.Kevin Krakauer