summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/loader.go
AgeCommit message (Expand)Author
2019-06-13Set the HOME environment variable (fixes #293)Ian Lewis
2019-06-12gvisor/runsc: apply seccomp filters before parsing a state fileAndrei Vagin
2019-06-11Add support to mount pod shared tmpfs mountsFabricio Voznika
2019-06-07Move //pkg/sentry/memutil to //pkg/memutil.Jamie Liu
2019-06-06Implement reclaim-driven MemoryFile eviction.Jamie Liu
2019-06-03Refactor container FS setupFabricio Voznika
2019-06-03Remove 'clearStatus' option from container.Wait*PID()Fabricio Voznika
2019-06-03Remove spurious periodMichael Pratt
2019-05-15Cleanup around urpc file payload handlingFabricio Voznika
2019-04-30Implement async MemoryFile eviction, and use it in CachingInodeOperations.Jamie Liu
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-26Make raw sockets a toggleable feature disabled by default.Kevin Krakauer
2019-04-17Use FD limit and file size limit from hostFabricio Voznika
2019-03-14Decouple filemem from platform and move it to pgalloc.MemoryFile.Jamie Liu
2019-03-12Make HandleLocal apply to all non-loopback interfaces.Ian Gudger
2019-03-11Add profiling commands to runscFabricio Voznika
2019-02-22Rename ping endpoints to icmp endpoints.Kevin Krakauer
2019-02-14Don't allow writing or reading to TTY unless process group is in foreground.Nicolas Lacasse
2019-01-31runsc: check whether a container is deleted or not before setupContainerFSAndrei Vagin
2019-01-18Scrub runsc error messagesFabricio Voznika
2019-01-02Automated rollback of changelist 225089593Michael Pratt
2018-12-28Simplify synchronization between runsc and sandbox processFabricio Voznika
2018-12-11Add "trace signal" optionMichael Pratt
2018-11-13Internal change.Nicolas Lacasse
2018-11-09Close donated files if containerManager.Start() failsFabricio Voznika
2018-11-05Fix race between start and destroyFabricio Voznika
2018-11-05Log when external signal is receivedFabricio Voznika
2018-11-01Make error messages a bit more user friendly.Ian Lewis
2018-10-29Removes outdated TODO.Kevin Krakauer
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-17runsc: Support job control signals for the root container.Nicolas Lacasse
2018-10-17runsc: Add --pid flag to runsc kill.Kevin Krakauer
2018-10-11Add bare bones unsupported syscall loggingFabricio Voznika
2018-10-10Removes irrelevant TODO.Kevin Krakauer
2018-10-10Support for older Linux kernels without getrandomJonathan Giannuzzi
2018-10-10Add sandbox to cgroupFabricio Voznika
2018-10-09Add new netstack metrics to the sentryIan Gudger
2018-10-08Job control signals must be sent to all processes in the FG process group.Nicolas Lacasse
2018-10-08Uncapitalize errorMichael Pratt
2018-10-03runsc: Pass root container's stdio via FD.Nicolas Lacasse
2018-10-01runsc: Support job control signals in "exec -it".Nicolas Lacasse
2018-10-01Make multi-container the default mode for runscFabricio Voznika
2018-09-28Make runsc kill and delete more conformant to the "spec"Fabricio Voznika
2018-09-27Merge Loader.containerRootTGs and execProcess into a single mapFabricio Voznika
2018-09-27Implement 'runsc kill --all'Fabricio Voznika
2018-09-27Refactor 'runsc boot' to take container ID as argumentFabricio Voznika
2018-09-20runsc: allow `runsc wait` on a container for multiple times.Lantao Liu
2018-09-19runsc: Fix stdin/stdout/stderr in multi-container mode.Kevin Krakauer
2018-09-19Add docker command line args support for --cpuset-cpus and --cpusLingfu