Age | Commit message (Expand) | Author |
2018-06-22 | Netstack should return EOF on closed read. | Brian Geffon |
2018-06-22 | Modified Checkpoint/Restore flags to improve compatibility with Docker. | Brielle Broder |
2018-06-21 | netstack: tcp socket connected state S/R support. | Zhaozhong Ni |
2018-06-21 | Drop return from SendExternalSignal | Michael Pratt |
2018-06-21 | Forward SIGUSR2 to the sandbox too | Fabricio Voznika |
2018-06-21 | Implement ioctl(FIOASYNC) | Ian Gudger |
2018-06-21 | Added functionality to create a RestoreEnvironment. | Justine Olshan |
2018-06-21 | Restore implementation added to runsc. | Brielle Broder |
2018-06-21 | runsc: Default umask should be 0. | Nicolas Lacasse |
2018-06-21 | Fix typo in runsc gofer flag description | Ian Gudger |
2018-06-20 | Reduce test sleep time | Fabricio Voznika |
2018-06-20 | Include image test as part of kokoro tests | Fabricio Voznika |
2018-06-20 | Add end-to-end image tests | Fabricio Voznika |
2018-06-20 | Add 'runsc debug' command | Fabricio Voznika |
2018-06-20 | Kokoro: Change name of uploaded log files. | Nicolas Lacasse |
2018-06-20 | Remove some defers in hot paths in the filesystem code. | Nicolas Lacasse |
2018-06-20 | Add tool to configure runtime settings in docker | Fabricio Voznika |
2018-06-20 | sentry: pending signals S/R optimization. | Zhaozhong Ni |
2018-06-19 | runsc: Enable container creation within existing sandboxes. | Kevin Krakauer |
2018-06-19 | Epsocket has incorrect recv(2) behavior after SHUT_RD. | Brian Geffon |
2018-06-19 | runsc: Whitelist lstat, as it is now used in specutils. | Kevin Krakauer |
2018-06-19 | state: pretty-print primitive type arrays. | Zhaozhong Ni |
2018-06-19 | runsc: Fix flakey container_test. | Kevin Krakauer |
2018-06-19 | Make KVM more scalable by removing CPU cap. | Adin Scannell |
2018-06-19 | sentry: futex S/R optimization. | Zhaozhong Ni |
2018-06-19 | Added a resume command to unpause a paused container. | Justine Olshan |
2018-06-19 | Rpcinet is racy around shutdown flags. | Brian Geffon |
2018-06-19 | Add a new cache policy FSCACHE_WRITETHROUGH. | Nicolas Lacasse |
2018-06-19 | state: include I/O and protobuf time in kernel S/R timing stats. | Zhaozhong Ni |
2018-06-19 | Rpcinet needs to track shutdown state for blocking sockets. | Brian Geffon |
2018-06-18 | Modified boot.go to allow for restores. | Justine Olshan |
2018-06-18 | Add pointer to dated builds in README | Fabricio Voznika |
2018-06-18 | runsc: support symlink to the exec path. | Lantao Liu |
2018-06-18 | runsc: support "rw" mount option. | Lantao Liu |
2018-06-18 | Automated rollback of changelist 200770591 | Fabricio Voznika |
2018-06-17 | Add rpcinet support for control messages. | Brian Geffon |
2018-06-15 | Added code for a pause command for a container process. | Justine Olshan |
2018-06-15 | Replace crypto/rand with internal rand package | Michael Pratt |
2018-06-15 | runsc: Make gofer logs show up in test output. | Kevin Krakauer |
2018-06-15 | runsc: support /dev bind mount which does not conflict with default /dev mount. | Lantao Liu |
2018-06-15 | sentry: do not start delivering external signal immediately. | Zhaozhong Ni |
2018-06-15 | FIFOs should support O_TRUNC as a no-op. | Brian Geffon |
2018-06-15 | runsc/cmd: fix kill signal parsing | Dmitry Vyukov |
2018-06-15 | Use notify explicitly on unlock path. | Adin Scannell |
2018-06-15 | Set kernel.applicationCores to the number of processor on the host | Fabricio Voznika |
2018-06-15 | Implement /proc/thread-self | Fabricio Voznika |
2018-06-15 | Update contributing guidelines with an example. | Adin Scannell |
2018-06-14 | Fix typo. | Brielle Broder |
2018-06-14 | Ignore expiration count in kernelCPUClockListener.Notify. | Jamie Liu |
2018-06-14 | Add nanosleep filter for Go 1.11 support | Michael Pratt |