summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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-08Drop capabilities not needed by GoferFabricio Voznika
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-06runsc: Support abbreviated container IDs.Kevin Krakauer
2018-06-06Add support for rpcinet ioctl(2).Brian Geffon
2018-06-06Add runsc checkpoint command.Googler
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-04Make fsgofer attach more strictFabricio Voznika
2018-06-04Create destination mount dir if it doesn't existFabricio Voznika
2018-06-04Return 'running' if gofer is still aliveFabricio Voznika
2018-06-04Fix leaky FDFabricio Voznika
2018-06-04Refactor container_test in preparation for sandbox_testFabricio Voznika
2018-06-04Fix checksum file for today's buildFabricio Voznika
2018-06-02Add SHA512 pointer to READMEFabricio Voznika
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-06-01Ignores IPv6 addresses when configuring networkFabricio Voznika
2018-05-31Add SHA512 file to nightly buildFabricio Voznika
2018-05-30Restore FS on resume.Adin Scannell
2018-05-30Change ring0 & page tables arguments to structs.Adin Scannell
2018-05-29Supress error when deleting non-existing container with --forceFabricio Voznika
2018-05-29Automated rollback of changelist 196886839Fabricio Voznika
2018-05-24Poll should wake up on ECONNREFUSED with no mask.Brian Geffon
2018-05-24rpcinet connect doesn't handle all errnos correctly.Brian Geffon
2018-05-24Configure sandbox as superuserFabricio Voznika
2018-05-23Adding test case for RST acceptable ack panicBrian Geffon
2018-05-23Fix typo in TCP transportIan Gudger
2018-05-22Remove offset check to match with Linux implementation.Fabricio Voznika
2018-05-22When sending a RST the acceptable ACK window shouldn't change.Brian Geffon
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-22Clarify that syserr.New must only be called during initIan Gudger
2018-05-21Fix test failure when user can't mount temp dirFabricio Voznika
2018-05-21Dramatically improve handling of KVM vCPU pool.Adin Scannell
2018-05-18sentry: Get "ip link" working.Kevin Krakauer