summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot
AgeCommit message (Expand)Author
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
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