summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/loader_test.go
AgeCommit message (Expand)Author
2019-06-11Add support to mount pod shared tmpfs mountsFabricio Voznika
2019-06-03Refactor container FS setupFabricio Voznika
2019-05-15Cleanup around urpc file payload handlingFabricio Voznika
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-03-13Allow filesystem.Mount to take an optional interface argument.Nicolas Lacasse
2019-01-16Prevent internal tmpfs mount to override files in /tmpFabricio Voznika
2018-12-04Max link traversals should be for an entire path.Brian Geffon
2018-11-01Use spec with clean paths for goferFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-17Close the gofer socket gracefully in boot:boot_test.Nicolas Lacasse
2018-10-11Fix reference leak in tests.Nicolas Lacasse
2018-10-10Add sandbox to cgroupFabricio Voznika
2018-10-03runsc: Pass root container's stdio via FD.Nicolas Lacasse
2018-09-27Refactor 'runsc boot' to take container ID as argumentFabricio Voznika
2018-09-17runsc: Enable waiting on exited processes.Kevin Krakauer
2018-09-11platform: Pass device fd into platform constructor.Nicolas Lacasse
2018-09-07Remove '--file-access=direct' optionFabricio Voznika
2018-08-27Put fsgofer inside chrootFabricio Voznika
2018-08-14runsc: Change cache policy for root fs and volume mounts.Nicolas Lacasse
2018-07-18Moved restore code out of create and made to be called after create.Justine Olshan
2018-07-03runsc: Mount "mandatory" mounts right after mounting the root.Nicolas Lacasse
2018-06-29Sets the restore environment for restoring a container.Justine Olshan
2018-06-22runsc: Enable waiting on individual containers within a sandbox.Kevin Krakauer
2018-06-21Added functionality to create a RestoreEnvironment.Justine Olshan
2018-06-18Modified boot.go to allow for restores.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-12runsc: do not include sub target if it is not started with '/'.Lantao Liu
2018-05-24Configure sandbox as superuserFabricio Voznika
2018-05-17Push signal-delivery and wait into the sandbox.Nicolas Lacasse
2018-05-09Return better errors from Docker when runsc fails to start.Nicolas Lacasse
2018-04-28Check in gVisor.Googler