Age | Commit message (Expand) | Author |
2018-12-04 | Max link traversals should be for an entire path. | Brian Geffon |
2018-11-20 | Use RET_KILL_PROCESS if available in kernel | Fabricio Voznika |
2018-11-20 | Add unsupported syscall events for get/setsockopt | Fabricio Voznika |
2018-11-20 | Don't fail when destroyContainerFS is called more than once | Fabricio Voznika |
2018-11-20 | Internal change. | Nicolas Lacasse |
2018-11-13 | Internal change. | Nicolas Lacasse |
2018-11-13 | Internal change. | Nicolas Lacasse |
2018-11-09 | Close donated files if containerManager.Start() fails | Fabricio Voznika |
2018-11-07 | AsyncBarrier should be run after all defers in destroyContainerFS. | Nicolas Lacasse |
2018-11-07 | Add more logging to controller.go | Fabricio Voznika |
2018-11-05 | Fix race between start and destroy | Fabricio Voznika |
2018-11-05 | Log when external signal is received | Fabricio Voznika |
2018-11-01 | Use spec with clean paths for gofer | Fabricio Voznika |
2018-11-01 | Add new log format that is compatible with Kubernetes | Fabricio Voznika |
2018-11-01 | Make error messages a bit more user friendly. | Ian Lewis |
2018-10-30 | kvm: use private futexes. | Adin Scannell |
2018-10-29 | Removes outdated TODO. | Kevin Krakauer |
2018-10-23 | Track paths and provide a rename hook. | Adin Scannell |
2018-10-20 | Add more unimplemented syscall events | Fabricio Voznika |
2018-10-19 | Use correct company name in copyright header | Ian Gudger |
2018-10-18 | Resolve mount paths while setting up root fs mount | Fabricio Voznika |
2018-10-17 | Close the gofer socket gracefully in boot:boot_test. | Nicolas Lacasse |
2018-10-17 | runsc: Support job control signals for the root container. | Nicolas Lacasse |
2018-10-17 | Remove incorrect TODO. | Kevin Krakauer |
2018-10-17 | runsc: Add --pid flag to runsc kill. | Kevin Krakauer |
2018-10-11 | Fix reference leak in tests. | Nicolas Lacasse |
2018-10-11 | Make debug log file name configurable | Fabricio Voznika |
2018-10-11 | Add bare bones unsupported syscall logging | Fabricio Voznika |
2018-10-10 | Removes irrelevant TODO. | Kevin Krakauer |
2018-10-10 | Support for older Linux kernels without getrandom | Jonathan Giannuzzi |
2018-10-10 | Enforce message size limits and avoid host calls with too many iovecs | Michael Pratt |
2018-10-10 | Add sandbox to cgroup | Fabricio Voznika |
2018-10-09 | Add new netstack metrics to the sentry | Ian Gudger |
2018-10-08 | Job control signals must be sent to all processes in the FG process group. | Nicolas Lacasse |
2018-10-08 | Uncapitalize error | Michael Pratt |
2018-10-03 | runsc: Pass root container's stdio via FD. | Nicolas Lacasse |
2018-10-03 | Add TIOCINQ to allowed seccomp when hostinet is used | Fabricio Voznika |
2018-10-01 | runsc: Support job control signals in "exec -it". | Nicolas Lacasse |
2018-10-01 | Make multi-container the default mode for runsc | Fabricio Voznika |
2018-09-28 | Make runsc kill and delete more conformant to the "spec" | Fabricio Voznika |
2018-09-28 | Change tcpip.Route.Mask to tcpip.AddressMask. | Googler |
2018-09-27 | Merge Loader.containerRootTGs and execProcess into a single map | Fabricio Voznika |
2018-09-27 | Forward ioctl(TCSETSF) calls on host ttys to the host kernel. | Nicolas Lacasse |
2018-09-27 | Implement 'runsc kill --all' | Fabricio Voznika |
2018-09-27 | Refactor 'runsc boot' to take container ID as argument | Fabricio Voznika |
2018-09-24 | runsc: All non-root bind mounts should be shared. | Nicolas Lacasse |
2018-09-20 | runsc: allow `runsc wait` on a container for multiple times. | Lantao Liu |
2018-09-20 | Wait for all async fs operations to complete before returning from Destroy. | Nicolas Lacasse |
2018-09-19 | runsc: Fix stdin/stdout/stderr in multi-container mode. | Kevin Krakauer |
2018-09-19 | Add container.Destroy urpc method. | Nicolas Lacasse |