Age | Commit message (Expand) | Author |
2021-06-28 | Exit early with error message on checkpoint/pause w/ hostinet. | Ian Lewis |
2021-06-25 | Merge pull request #6222 from avagin:stop | gVisor bot |
2021-06-22 | [syserror] Add conversions to linuxerr with temporary Equals method. | Zach Koopmans |
2021-06-22 | runsc: don't kill sandbox, let it stop properly | Andrei Vagin |
2021-06-17 | Move tcpip.Clock impl to Timekeeper | Tamir Duberstein |
2021-06-10 | Set RLimits during `runsc exec` | Fabricio Voznika |
2021-06-10 | [op] Move SignalInfo to abi/linux package. | Ayush Ranjan |
2021-06-10 | remove the erroneous (5th) filter argument to sendmmsg. | gVisor bot |
2021-06-09 | Remove --overlayfs-stale-read flag | Fabricio Voznika |
2021-06-03 | Add additional mmap seccomp rule | Fabricio Voznika |
2021-06-03 | Initialize metrics at init | Tamir Duberstein |
2021-05-26 | Use the stack RNG everywhere | Tamir Duberstein |
2021-05-25 | Initialize Kernel.Timekeeper before network NS | Tamir Duberstein |
2021-05-25 | Use specific fmt verbs (avoid %v) | Tamir Duberstein |
2021-05-14 | Resolve remaining O_PATH TODOs. | Dean Deng |
2021-05-07 | Merge pull request #5758 from zhlhahaha:2125 | gVisor bot |
2021-05-07 | Init all vCPU when initializing machine on ARM64 | howard zhang |
2021-05-04 | Make Mount.Type optional for bind mounts | Fabricio Voznika |
2021-04-22 | Add weirdness sentry metric. | Nayana Bidari |
2021-04-19 | Move runsc reference leak checking to better locations. | Dean Deng |
2021-04-16 | Allow runsc to generate coverage reports. | Dean Deng |
2021-04-05 | Allow user mount for verity fs | Chong Cai |
2021-04-02 | Implement cgroupfs. | Rahat Mahmood |
2021-04-02 | Implement the runsc verity-prepare command. | Rahat Mahmood |
2021-03-30 | Fix panic when overriding /dev files with VFS2 | Fabricio Voznika |
2021-03-23 | Add --file-access-mounts flag | Fabricio Voznika |
2021-03-18 | Skip /dev submount hack on VFS2. | Jamie Liu |
2021-03-06 | [op] Replace syscall package usage with golang.org/x/sys/unix in runsc/. | Ayush Ranjan |
2021-02-24 | runsc/filters: permit clock_nanosleep for race | Andrei Vagin |
2021-02-22 | Fix `runsc kill --pid` | Fabricio Voznika |
2021-02-12 | Stop the control server only once. | Adin Scannell |
2021-02-04 | Move getcpu() to core filter list | Michael Pratt |
2021-02-02 | Stub out basic `runsc events --stat` CPU functionality | Kevin Krakauer |
2021-01-12 | Fix simple mistakes identified by goreportcard. | Adin Scannell |
2021-01-11 | OCI spec may contain duplicate environment variables | Fabricio Voznika |
2021-01-05 | Add benchmarks targets to BuildKite. | Adin Scannell |
2021-01-05 | Internal changes. | Andrei Vagin |
2020-12-29 | Make profiling commands synchronous. | Adin Scannell |
2020-12-17 | [netstack] Implement IP(V6)_RECVERR socket option. | Ayush Ranjan |
2020-12-17 | Set max memory not min | Fabricio Voznika |
2020-12-14 | [netstack] Update raw socket and hostinet control message parsing. | Ayush Ranjan |
2020-12-11 | Remove existing nogo exceptions. | Adin Scannell |
2020-12-07 | Support icmpv6 transport protocol | Peter Johnston |
2020-12-04 | Overlay runsc regular file mounts with regular files. | Jamie Liu |
2020-11-19 | Propagate IP address prefix from host to netstack | Fabricio Voznika |
2020-11-17 | Add support for TTY in multi-container | Fabricio Voznika |
2020-11-16 | Remove ARP address workaround | Ghanan Gowripalan |
2020-11-05 | Fix failure setting OOM score adjustment | Fabricio Voznika |
2020-10-29 | Keep magic constants out of netstack | Kevin Krakauer |
2020-10-28 | Add logging option to leak checker. | Dean Deng |