summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd/boot.go
AgeCommit message (Expand)Author
2021-03-06[op] Replace syscall package usage with golang.org/x/sys/unix in runsc/.Ayush Ranjan
2020-10-23Add --traceback flag to customize GOTRACEBACK levelLennart Espe
2020-09-01Let flags be overriden from OCI annotationsFabricio Voznika
2020-08-19Move boot.Config to its own packageFabricio Voznika
2020-07-14Prepare boot.Loader to support multi-container TTYFabricio Voznika
2020-06-01Include runtime goroutines in panicsMichael Pratt
2020-04-22Specify a memory file in platform.New().Andrei Vagin
2020-03-12Kill sandbox process when parent process terminatesFabricio Voznika
2020-02-10Add flag package to limit visibility.Adin Scannell
2019-07-03Avoid importing platforms from many source filesAndrei Vagin
2019-06-13Update canonical repository.Adin Scannell
2019-06-12Allow 'runsc do' to run without rootFabricio Voznika
2019-05-15Cleanup around urpc file payload handlingFabricio Voznika
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-03-18Add support for mount propagationFabricio Voznika
2019-01-22Don't bind-mount runsc into a sandbox mntnsAndrei Vagin
2019-01-18Scrub runsc error messagesFabricio Voznika
2019-01-18runsc: create a new proc mount if the sandbox process is running in a new pidnsAndrei Vagin
2019-01-14runsc: set up a minimal chroot from the sandbox processAndrei Vagin
2018-12-28Simplify synchronization between runsc and sandbox processFabricio Voznika
2018-12-06A sandbox process should wait until it has not been moved into cgroupsAndrei Vagin
2018-11-28Internal change.Googler
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-11Add bare bones unsupported syscall loggingFabricio Voznika
2018-10-10Add sandbox to cgroupFabricio Voznika
2018-10-03runsc: Pass root container's stdio via FD.Nicolas Lacasse
2018-09-28Make runsc kill and delete more conformant to the "spec"Fabricio Voznika
2018-09-27Refactor 'runsc boot' to take container ID as argumentFabricio Voznika
2018-09-11platform: Pass device fd into platform constructor.Nicolas Lacasse
2018-09-07Remove '--file-access=direct' optionFabricio Voznika
2018-09-04runsc: Pass log and config files to sandbox process by FD.Nicolas Lacasse
2018-09-04runsc: fix container rootfs path.Lantao Liu
2018-08-31Automated rollback of changelist 210995199Fabricio Voznika
2018-08-30runsc: Pass log and config files to sandbox process by FD.Nicolas Lacasse
2018-07-18Moved restore code out of create and made to be called after create.Justine Olshan
2018-07-12runsc: Don't close the control server in a defer.Nicolas Lacasse
2018-06-29Sets the restore environment for restoring a container.Justine Olshan
2018-06-28Error out if spec is invalidFabricio Voznika
2018-06-26runsc: set gofer umask to 0.Lantao Liu
2018-06-18Modified boot.go to allow for restores.Justine Olshan
2018-06-08Drop capabilities not needed by GoferFabricio Voznika
2018-05-17Push signal-delivery and wait into the sandbox.Nicolas Lacasse
2018-04-28Check in gVisor.Googler