summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
2018-06-19Added a resume command to unpause a paused container.Justine Olshan
2018-06-19Rpcinet is racy around shutdown flags.Brian Geffon
2018-06-19Add a new cache policy FSCACHE_WRITETHROUGH.Nicolas Lacasse
2018-06-19state: include I/O and protobuf time in kernel S/R timing stats.Zhaozhong Ni
2018-06-19Rpcinet needs to track shutdown state for blocking sockets.Brian Geffon
2018-06-17Add rpcinet support for control messages.Brian Geffon
2018-06-15Replace crypto/rand with internal rand packageMichael Pratt
2018-06-15sentry: do not start delivering external signal immediately.Zhaozhong Ni
2018-06-15FIFOs should support O_TRUNC as a no-op.Brian Geffon
2018-06-15Use notify explicitly on unlock path.Adin Scannell
2018-06-15Implement /proc/thread-selfFabricio Voznika
2018-06-14Ignore expiration count in kernelCPUClockListener.Notify.Jamie Liu
2018-06-13Fix reference leak in VDSO validationIan Gudger
2018-06-13Fix missing returns in rpcinet.Brian Geffon
2018-06-13Deflake kvm_test.Adin Scannell
2018-06-13Fix failure to mount volume that sandbox process has no accessFabricio Voznika
2018-06-13sentry: do not treat all save errors as state file errors.Zhaozhong Ni
2018-06-13Log filemem state when panicing due to invalid refcount.Jamie Liu
2018-06-12Fix reference leak for negative direntsIan Gudger
2018-06-12Rpcinet doensn't handle SO_RCVTIMEO properly.Brian Geffon
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-08Add a protocol option to set congestion control algorithm.Bhasker Hariharan
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-05netstack: make TCP endpoint closed and error state cleanup work synchronous.Zhaozhong Ni
2018-06-01Fix refcount bug in rpcinet socketOperations.Accept.Brian Geffon
2018-06-01Move page tables lock into the address space.Adin Scannell
2018-06-01Add SyscallRules that supports argument filteringZhengyu He
2018-05-30Restore FS on resume.Adin Scannell
2018-05-30Change ring0 & page tables arguments to structs.Adin Scannell