summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot
AgeCommit message (Expand)Author
2018-08-08Enable SACK in runscFabricio Voznika
2018-08-01Move stack clock to options structIan Gudger
2018-07-31Drop dup2 filterMichael Pratt
2018-07-18Moved restore code out of create and made to be called after create.Justine Olshan
2018-07-13runsc: Fix map access race in boot.Loader.waitContainer.Nicolas Lacasse
2018-07-12runsc: Don't close the control server in a defer.Nicolas Lacasse
2018-07-11Automated rollback of changelist 203157739Bhasker Hariharan
2018-07-03Fix runsc VDSO mappingMichael Pratt
2018-07-03Skip overlay on root when its readonlyFabricio Voznika
2018-07-03Resend packets back to netstack if destined to itselfFabricio Voznika
2018-07-03runsc: Mount "mandatory" mounts right after mounting the root.Nicolas Lacasse
2018-07-02runsc/boot/filter: permit SYS_TIME for raceDmitry Vyukov
2018-07-02Make default limits the same as with runcFabricio Voznika
2018-06-29Sets the restore environment for restoring a container.Justine Olshan
2018-06-28runsc: Add the "wait" subcommand.Kevin Krakauer
2018-06-28Error out if spec is invalidFabricio Voznika
2018-06-28Add option to configure watchdog actionFabricio Voznika
2018-06-26runsc: set gofer umask to 0.Lantao Liu
2018-06-25runsc: add a `multi-container` flag to enable multi-container support.Lantao Liu
2018-06-25Fix lint errorsFabricio Voznika
2018-06-22runsc: Enable waiting on individual containers within a sandbox.Kevin Krakauer
2018-06-21Forward SIGUSR2 to the sandbox tooFabricio Voznika
2018-06-21Added functionality to create a RestoreEnvironment.Justine Olshan
2018-06-21runsc: Default umask should be 0.Nicolas Lacasse
2018-06-20Add 'runsc debug' commandFabricio Voznika
2018-06-19runsc: Enable container creation within existing sandboxes.Kevin Krakauer
2018-06-19runsc: Whitelist lstat, as it is now used in specutils.Kevin Krakauer
2018-06-19Added a resume command to unpause a paused container.Justine Olshan
2018-06-18Modified boot.go to allow for restores.Justine Olshan
2018-06-18runsc: support "rw" mount option.Lantao Liu
2018-06-15Added code for a pause command for a container process.Justine Olshan
2018-06-15runsc: support /dev bind mount which does not conflict with default /dev mount.Lantao Liu
2018-06-15Set kernel.applicationCores to the number of processor on the hostFabricio Voznika
2018-06-14Add nanosleep filter for Go 1.11 supportMichael Pratt
2018-06-13Fix failure to mount volume that sandbox process has no accessFabricio Voznika
2018-06-12runsc: do not include sub target if it is not started with '/'.Lantao Liu
2018-06-12Runsc checkpoint works.Brielle Broder
2018-06-12runsc: enable terminals in the sandbox.Kevin Krakauer
2018-06-12Enable debug logging in testsFabricio Voznika
2018-06-08Drop capabilities not needed by GoferFabricio Voznika
2018-06-06Added a function to the controller to checkpoint a container.Googler
2018-06-04Create destination mount dir if it doesn't existFabricio Voznika
2018-06-01Add SyscallRules that supports argument filteringZhengyu He
2018-05-24Configure sandbox as superuserFabricio Voznika
2018-05-17Implement sysv shm.Rahat Mahmood
2018-05-17Push signal-delivery and wait into the sandbox.Nicolas Lacasse
2018-05-15Refactor the Sandbox package into Sandbox + Container.Nicolas Lacasse
2018-05-10Skip atime and mtime update when file is backed by host FDFabricio Voznika
2018-05-09Return better errors from Docker when runsc fails to start.Nicolas Lacasse
2018-05-04Fix runsc capabilitiesFabricio Voznika