summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot
AgeCommit message (Expand)Author
2019-01-02Automated rollback of changelist 225089593Michael Pratt
2018-12-28Simplify synchronization between runsc and sandbox processFabricio Voznika
2018-12-20Rename limits.MemoryPagesLocked to limits.MemoryLocked.Jamie Liu
2018-12-19Automated rollback of changelist 225861605Googler
2018-12-17Expose internal testing flagMichael Pratt
2018-12-17Implement mlock(), kind of.Jamie Liu
2018-12-11Add "trace signal" optionMichael Pratt
2018-12-10Open source system call tests.Brian Geffon
2018-12-07sentry: turn "dynamically-created" procfs files into static creation.Zhaozhong Ni
2018-12-04Max link traversals should be for an entire path.Brian Geffon
2018-11-20Use RET_KILL_PROCESS if available in kernelFabricio Voznika
2018-11-20Add unsupported syscall events for get/setsockoptFabricio Voznika
2018-11-20Don't fail when destroyContainerFS is called more than onceFabricio Voznika
2018-11-20Internal change.Nicolas Lacasse
2018-11-13Internal change.Nicolas Lacasse
2018-11-13Internal change.Nicolas Lacasse
2018-11-09Close donated files if containerManager.Start() failsFabricio Voznika
2018-11-07AsyncBarrier should be run after all defers in destroyContainerFS.Nicolas Lacasse
2018-11-07Add more logging to controller.goFabricio Voznika
2018-11-05Fix race between start and destroyFabricio Voznika
2018-11-05Log when external signal is receivedFabricio Voznika
2018-11-01Use spec with clean paths for goferFabricio Voznika
2018-11-01Add new log format that is compatible with KubernetesFabricio Voznika
2018-11-01Make error messages a bit more user friendly.Ian Lewis
2018-10-30kvm: use private futexes.Adin Scannell
2018-10-29Removes outdated TODO.Kevin Krakauer
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-20Add more unimplemented syscall eventsFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-18Resolve mount paths while setting up root fs mountFabricio Voznika
2018-10-17Close the gofer socket gracefully in boot:boot_test.Nicolas Lacasse
2018-10-17runsc: Support job control signals for the root container.Nicolas Lacasse
2018-10-17Remove incorrect TODO.Kevin Krakauer
2018-10-17runsc: Add --pid flag to runsc kill.Kevin Krakauer
2018-10-11Fix reference leak in tests.Nicolas Lacasse
2018-10-11Make debug log file name configurableFabricio Voznika
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-10Enforce message size limits and avoid host calls with too many iovecsMichael Pratt
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-03Add TIOCINQ to allowed seccomp when hostinet is usedFabricio Voznika
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-28Change tcpip.Route.Mask to tcpip.AddressMask.Googler