Age | Commit message (Expand) | Author |
2018-09-17 | runsc: Fix stdin/out/err in multi-container mode. | Kevin Krakauer |
2018-09-13 | runsc: Support container signal/wait. | Lantao Liu |
2018-09-12 | runsc: Add exec flag that specifies where to save the sandbox-internal pid. | Kevin Krakauer |
2018-09-12 | Remove getdents from filters | Michael Pratt |
2018-09-11 | Rollback of changelist 212483372 | Michael Pratt |
2018-09-11 | platform: Pass device fd into platform constructor. | Nicolas Lacasse |
2018-09-11 | Allow fstatat back in syscall filters | Fabricio Voznika |
2018-09-07 | runsc: Support multi-container exec. | Nicolas Lacasse |
2018-09-07 | Only start signal forwarding after init process is created | Fabricio Voznika |
2018-09-07 | Remove '--file-access=direct' option | Fabricio Voznika |
2018-09-07 | Use root abstract socket namespace for exec | Fabricio Voznika |
2018-09-07 | runsc: Run sandbox process inside minimal chroot. | Nicolas Lacasse |
2018-09-05 | runsc: Support runsc kill multi-container. | Kevin Krakauer |
2018-09-05 | Enabled bind mounts in sub-containers | Fabricio Voznika |
2018-09-05 | runsc: Promote getExecutablePathInternal to getExecutablePath. | Nicolas Lacasse |
2018-09-04 | runsc: Run sandbox as user nobody. | Nicolas Lacasse |
2018-09-04 | runsc: Pass log and config files to sandbox process by FD. | Nicolas Lacasse |
2018-09-04 | Remove epoll_wait from filters | Michael Pratt |
2018-08-31 | Automated rollback of changelist 210995199 | Fabricio Voznika |
2018-08-30 | runsc: Pass log and config files to sandbox process by FD. | Nicolas Lacasse |
2018-08-28 | Add argument checks to seccomp | Fabricio Voznika |
2018-08-28 | Drop support for Go 1.10 | Michael Pratt |
2018-08-27 | Add command-line parameter to trigger panic on signal | Fabricio Voznika |
2018-08-27 | Put fsgofer inside chroot | Fabricio Voznika |
2018-08-24 | runsc: Terminal support for "docker exec -ti". | Nicolas Lacasse |
2018-08-24 | runsc: Allow runsc to properly search the PATH for executable name. | Kevin Krakauer |
2018-08-23 | Clean up syscall filters | Fabricio Voznika |
2018-08-15 | runsc fsgofer: Support dynamic serving of filesystems. | Kevin Krakauer |
2018-08-15 | runsc: Fix instances of file access "proxy". | Nicolas Lacasse |
2018-08-14 | runsc: Change cache policy for root fs and volume mounts. | Nicolas Lacasse |
2018-08-08 | Basic support for ip link/addr and ifconfig | Fabricio Voznika |
2018-08-08 | Resend packets back to netstack if destined to itself | Fabricio Voznika |
2018-08-08 | Enable SACK in runsc | Fabricio Voznika |
2018-08-01 | Move stack clock to options struct | Ian Gudger |
2018-07-31 | Drop dup2 filter | Michael Pratt |
2018-07-18 | Moved restore code out of create and made to be called after create. | Justine Olshan |
2018-07-13 | runsc: Fix map access race in boot.Loader.waitContainer. | Nicolas Lacasse |
2018-07-12 | runsc: Don't close the control server in a defer. | Nicolas Lacasse |
2018-07-11 | Automated rollback of changelist 203157739 | Bhasker Hariharan |
2018-07-03 | Fix runsc VDSO mapping | Michael Pratt |
2018-07-03 | Skip overlay on root when its readonly | Fabricio Voznika |
2018-07-03 | Resend packets back to netstack if destined to itself | Fabricio Voznika |
2018-07-03 | runsc: Mount "mandatory" mounts right after mounting the root. | Nicolas Lacasse |
2018-07-02 | runsc/boot/filter: permit SYS_TIME for race | Dmitry Vyukov |
2018-07-02 | Make default limits the same as with runc | Fabricio Voznika |
2018-06-29 | Sets the restore environment for restoring a container. | Justine Olshan |
2018-06-28 | runsc: Add the "wait" subcommand. | Kevin Krakauer |
2018-06-28 | Error out if spec is invalid | Fabricio Voznika |
2018-06-28 | Add option to configure watchdog action | Fabricio Voznika |
2018-06-26 | runsc: set gofer umask to 0. | Lantao Liu |