summaryrefslogtreecommitdiffhomepage
path: root/runsc
AgeCommit message (Expand)Author
2019-04-02Remove obsolete TODO.Kevin Krakauer
2019-04-02Change bug number for duplicate bug.Kevin Krakauer
2019-04-01Automated rollback of changelist 240657604Fabricio Voznika
2019-04-01Add release hook and version flagAdin Scannell
2019-04-01gofer: ignore unsupported filesLiu Hua
2019-03-29gvisor/runsc: enable generic segmentation offload (GSO)Andrei Vagin
2019-03-29Set container.CreatedAt in Create().Nicolas Lacasse
2019-03-28gofer: some fixs in setupRootFSLiu Hua
2019-03-27Automated rollback of changelist 240502097Fabricio Voznika
2019-03-27gvisor/runsc: address typos from githubAndrei Vagin
2019-03-26Merge fsgofer 'controlFile' and 'openedFile'Fabricio Voznika
2019-03-20Fail in case mount option is unknownFabricio Voznika
2019-03-19netstack: reduce MSS from SYN to account tcp optionsAndrei Vagin
2019-03-18Add support for mount propagationFabricio Voznika
2019-03-14Decouple filemem from platform and move it to pgalloc.MemoryFile.Jamie Liu
2019-03-13Allow filesystem.Mount to take an optional interface argument.Nicolas Lacasse
2019-03-12Make HandleLocal apply to all non-loopback interfaces.Ian Gudger
2019-03-11Add profiling commands to runscFabricio Voznika
2019-03-08Implement IP_MULTICAST_LOOP.Ian Gudger
2019-03-05Priority-inheritance futex implementationFabricio Voznika
2019-03-05Add uncaught signal message to the user logFabricio Voznika
2019-03-01Add semctl(GETPID) syscallFabricio Voznika
2019-02-27Don't log twice to debug log when --log isn't setFabricio Voznika
2019-02-25Fix cgroup when path is relativeFabricio 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-02-13Add support for using PACKET_RX_RING to receive packets.Bhasker Hariharan
2019-02-01Factor the subtargets method into a helper method with tests.Nicolas Lacasse
2019-01-31gvisor/gofer: Use pivot_root instead of chrootAndrei Vagin
2019-01-31Remove license commentsMichael Pratt
2019-01-31runsc: check whether a container is deleted or not before setupContainerFSAndrei Vagin
2019-01-29runsc: reap a sandbox process only in sandbox.Wait()Andrei Vagin
2019-01-29Use recvmmsg() instead of readv() to read packets from NIC.Bhasker Hariharan
2019-01-28check isRootNS by ns inodeShijiang Wei
2019-01-28runsc: Only uninstall cgroup for sandbox stop.Lantao Liu
2019-01-25Make cacheRemoteRevalidating detect changes to file sizeFabricio Voznika
2019-01-25Fix a nil pointer dereference bug in Container.Destroy()ShiruRen
2019-01-25Execute statically linked binaryFabricio Voznika
2019-01-22Don't bind-mount runsc into a sandbox mntnsAndrei Vagin
2019-01-18Scrub runsc error messagesFabricio Voznika
2019-01-18Start a sandbox process in a new userns only if CAP_SETUID is setAndrei Vagin
2019-01-18runsc: create a new proc mount if the sandbox process is running in a new pidnsAndrei Vagin
2019-01-16Prevent internal tmpfs mount to override files in /tmpFabricio Voznika
2019-01-15Create working directory if it doesn't yet existFabricio Voznika
2019-01-14Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations.Nicolas Lacasse
2019-01-14runsc: set up a minimal chroot from the sandbox processAndrei Vagin
2019-01-11runsc: Collect zombies of sandbox and gofer processesAndrei Vagin
2019-01-09Restore to original cgroup after sandbox and gofer processes are createdFabricio Voznika
2019-01-07Undo changes in case of failure to create file/dir/symlinkFabricio Voznika
2019-01-03Apply chroot for --network=host tooFabricio Voznika