summaryrefslogtreecommitdiffhomepage
path: root/runsc
AgeCommit message (Expand)Author
2021-09-14runsc: allow rootless mode for runsc runMichael Pratt
2021-09-09Use accessor for runsc ControlConfig proto.Rahat Mahmood
2021-09-09Remove link/packetsocketGhanan Gowripalan
2021-09-09Add EthernetHeader only if underlying NIC has a mac address.Bhasker Hariharan
2021-09-01Support sending with packet socketsGhanan Gowripalan
2021-08-20[op] Prevent file leak in MultiGetAttr's error path.Ayush Ranjan
2021-08-19Add loopback interface as an ethernet-based deviceGhanan Gowripalan
2021-08-18Add control configsChong Cai
2021-08-13Add Event controlsChong Cai
2021-08-12Add Usage controlsChong Cai
2021-08-12Clear Merkle files before measuring verity fsChong Cai
2021-08-06[SMT] Refactor runsc mititgateZach Koopmans
2021-08-04Add Fs controlsChong Cai
2021-08-03Add Lifecycle controlsChong Cai
2021-07-26Merge pull request #6292 from btw616:local-timezonegVisor bot
2021-07-23Add support for SIOCGIFCONF ioctl in hostinet.Lucas Manning
2021-07-22runsc: Wait child processes without timeoutsAndrei Vagin
2021-07-20Don't kill container when volume is unmountedFabricio Voznika
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
2021-07-13Replace whitelist with allowlistFabricio Voznika
2021-07-13Use consistent naming for subcontainersFabricio Voznika
2021-07-12Fix stdios ownershipFabricio Voznika
2021-07-12Fix GoLand analyzer errors under runsc/...Fabricio Voznika
2021-07-09runsc: fix the local timezone support in logsTiwei Bie
2021-07-09runsc: check the error when preparing tree for pivot_rootTiwei Bie
2021-07-08clarify safemount behaviorKevin Krakauer
2021-07-08Replace kernel.ExitStatus with linux.WaitStatus.Jamie Liu
2021-07-02runsc: validate mount targetsKevin Krakauer
2021-07-01Mix checklocks and atomic analyzers.Adin Scannell
2021-07-01[syserror] Update several syserror errors to linuxerr equivalents.Zach Koopmans
2021-06-29Add SIOCGIFFLAGS ioctl support to hostinet.Lucas Manning
2021-06-28Exit early with error message on checkpoint/pause w/ hostinet.Ian Lewis
2021-06-25Merge pull request #6222 from avagin:stopgVisor bot
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-06-22runsc: don't kill sandbox, let it stop properlyAndrei Vagin
2021-06-17Move tcpip.Clock impl to TimekeeperTamir Duberstein
2021-06-10Set RLimits during `runsc exec`Fabricio Voznika
2021-06-10Parse mmap protection and flags in straceFabricio Voznika
2021-06-10[op] Move SignalInfo to abi/linux package.Ayush Ranjan
2021-06-10remove the erroneous (5th) filter argument to sendmmsg.gVisor bot
2021-06-09Remove --overlayfs-stale-read flagFabricio Voznika
2021-06-03Add additional mmap seccomp ruleFabricio Voznika
2021-06-03Initialize metrics at initTamir Duberstein
2021-05-31Update comments on ambient caps to point to bugIan Lewis
2021-05-26Use the stack RNG everywhereTamir Duberstein
2021-05-25Initialize Kernel.Timekeeper before network NSTamir Duberstein
2021-05-25Use specific fmt verbs (avoid %v)Tamir Duberstein
2021-05-20Suppress log message when there is no errorFabricio Voznika
2021-05-14Resolve remaining O_PATH TODOs.Dean Deng
2021-05-13Merge pull request #5983 from btw616:fix/issue-5982gVisor bot