Age | Commit message (Expand) | Author |
2021-07-08 | clarify safemount behavior | Kevin Krakauer |
2021-07-08 | Replace kernel.ExitStatus with linux.WaitStatus. | Jamie Liu |
2021-07-02 | runsc: validate mount targets | Kevin Krakauer |
2021-07-01 | Mix checklocks and atomic analyzers. | Adin Scannell |
2021-06-09 | Remove --overlayfs-stale-read flag | Fabricio Voznika |
2021-05-10 | Merge pull request #5764 from zhlhahaha:2126-2 | gVisor bot |
2021-04-16 | Allow runsc to generate coverage reports. | Dean Deng |
2021-04-16 | Internal change | Zach Koopmans |
2021-04-05 | Set Verity bit in verity_prepare cmd | Chong Cai |
2021-04-02 | Implement the runsc verity-prepare command. | Rahat Mahmood |
2021-04-01 | Disable mitigate and related test on ARM64 | Howard Zhang |
2021-03-30 | Fix panic when overriding /dev files with VFS2 | Fabricio Voznika |
2021-03-23 | setgid directory support in goferfs | Kevin Krakauer |
2021-03-23 | Allow FSETXATTR/FGETXATTR host calls for Verity | Chong Cai |
2021-03-18 | Skip /dev submount hack on VFS2. | Jamie Liu |
2021-03-11 | Major refactor of runsc mitigate. | Zach Koopmans |
2021-03-08 | Internal change. | Chong Cai |
2021-03-06 | [op] Replace syscall package usage with golang.org/x/sys/unix in runsc/. | Ayush Ranjan |
2021-03-02 | Add reverse flag to mitigate. | Zach Koopmans |
2021-02-22 | Fix `runsc kill --pid` | Fabricio Voznika |
2021-02-10 | Add mitigate command to runsc | Zach Koopmans |
2021-02-02 | Stub out basic `runsc events --stat` CPU functionality | Kevin Krakauer |
2021-01-13 | Switch uses of os.Getenv that check for empty string to os.LookupEnv. | Dean Deng |
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 |
2020-12-30 | Fix condition checking in `runsc debug` | Fabricio Voznika |
2020-12-29 | Make profiling commands synchronous. | Adin Scannell |
2020-12-17 | Add sandbox ID to state file name | Fabricio Voznika |
2020-12-11 | Add runsc symbolize command. | Dean Deng |
2020-12-03 | Surface usage message for `runsc do`. | Dean Deng |
2020-11-17 | Add support for TTY in multi-container | Fabricio Voznika |
2020-11-05 | Return failure when `runsc events` queries a stopped container | Fabricio Voznika |
2020-11-05 | Fix failure setting OOM score adjustment | Fabricio Voznika |
2020-11-03 | Fix more nogo tests | Ting-Yu Wang |
2020-10-27 | Merge pull request #4587 from lnsp:stacktrace | gVisor bot |
2020-10-23 | Add --traceback flag to customize GOTRACEBACK level | Lennart Espe |
2020-10-22 | Load spec during "runsc start" to process flag overrides | Fabricio Voznika |
2020-10-15 | `runsc do` fallback to internal network on failure | Fabricio Voznika |
2020-09-17 | Remove option to panic gofer | Fabricio Voznika |
2020-09-01 | Refactor tty codebase to use master-replica terminology. | Ayush Ranjan |
2020-09-01 | Let flags be overriden from OCI annotations | Fabricio Voznika |
2020-08-19 | Move boot.Config to its own package | Fabricio Voznika |
2020-08-05 | Stop profiling when the sentry exits | Fabricio Voznika |
2020-07-14 | Prepare boot.Loader to support multi-container TTY | Fabricio Voznika |
2020-07-13 | Merge pull request #2672 from amscanne:shim-integrated | gVisor bot |
2020-07-09 | Add args and netns flag to runsc spec | Ian Lewis |
2020-06-23 | Support for saving pointers to fields in the state package. | Adin Scannell |
2020-06-09 | Mount root and volumes as read-only if --overlay is enabled | Fabricio Voznika |
2020-06-01 | Include runtime goroutines in panics | Michael Pratt |