summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot
AgeCommit message (Expand)Author
2019-05-30Add support for collecting execution trace to runsc.Bhasker Hariharan
2019-05-23Set sticky bit to /tmpFabricio Voznika
2019-05-23Initial support for bind mountsFabricio Voznika
2019-05-15Cleanup around urpc file payload handlingFabricio Voznika
2019-05-15gvisor/runsc: use a veth link address instead of generating a new oneAndrei Vagin
2019-05-09Implement fallocate(2)Fabricio Voznika
2019-05-03Fix runsc restore to be compatible with docker start --checkpoint ...Andrei Vagin
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-23Revert runsc to use RecvMMsg packet dispatcher.Bhasker Hariharan
2019-04-17Use FD limit and file size limit from hostFabricio Voznika
2019-04-17Return error from fdbased.NewFabricio Voznika
2019-04-09Add TCP checksum verification.Bhasker Hariharan
2019-04-04gvisor: Add support for the MS_NOEXEC mount optionAndrei Vagin
2019-04-02Remove obsolete TODO.Kevin Krakauer
2019-04-02Change bug number for duplicate bug.Kevin Krakauer
2019-03-29gvisor/runsc: enable generic segmentation offload (GSO)Andrei Vagin
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-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-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-18Scrub runsc error messagesFabricio Voznika
2019-01-16Prevent internal tmpfs mount to override files in /tmpFabricio Voznika
2019-01-14Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations.Nicolas Lacasse
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