summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
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
2018-05-11Remove error return from AddressSpace.Release()Michael Pratt
2018-05-11Implement MAP_32BIT.Jamie Liu
2018-05-10Skip atime and mtime update when file is backed by host FDFabricio Voznika
2018-05-10Make cachePolicy int to avoid string comparisonFabricio Voznika
2018-05-09Cache symlinks in addition to files and directories.Nicolas Lacasse
2018-05-09Increment link count in CreateHardlinkFabricio Voznika
2018-05-08Implement /proc/[pid]/statm.Jamie Liu
2018-05-08Capture restore file system corruption errors in exit error.Zhaozhong Ni
2018-05-08Sentry: always use "best speed" compression for save and remove the option.Zhaozhong Ni
2018-05-08Reword misleading log lineIan Gudger
2018-05-08Fix warning: redundant if ...; err != nil check, just return error instead.Ian Gudger
2018-05-08Fix format string type in testIan Gudger
2018-05-07Fix misspellingsIan Gudger
2018-05-04Remove ineffectual code in sentry ELF loaderIan Gudger
2018-05-04sentry: Adds the SIOCGIFNETMASK ioctl to epsocket.Kevin Krakauer
2018-05-04Run gofmt -s on everythingIan Gudger
2018-05-04sentry: capture CPU usage metadata for save.Zhaozhong Ni
2018-05-03Clean up control message strace loggingIan Gudger
2018-05-03Fix misspellings.Cyrille Hemidy
2018-05-03Don't prematurely remove MountSource from parent's children.Christopher Koch