Age | Commit message (Expand) | Author |
2021-09-20 | [lisa] Plumb lisafs through runsc. | Ayush Ranjan |
2021-09-16 | Merge pull request #6579 from prattmic:runsc_do_profile | gVisor bot |
2021-09-16 | runsc: add global profile collection flags | Michael Pratt |
2021-09-15 | Merge pull request #6581 from prattmic:runsc_rootless | gVisor bot |
2021-09-14 | Remove extra newline | Michael Pratt |
2021-09-14 | runsc: allow rootless mode for runsc run | Michael Pratt |
2021-09-13 | runsc/cmd: alphabetize runsc debug profiling options | Michael Pratt |
2021-08-13 | Add Event controls | Chong Cai |
2021-08-12 | Add Usage controls | Chong Cai |
2021-08-12 | Clear Merkle files before measuring verity fs | Chong Cai |
2021-08-06 | [SMT] Refactor runsc mititgate | Zach Koopmans |
2021-08-04 | Add Fs controls | Chong Cai |
2021-07-26 | Merge pull request #6292 from btw616:local-timezone | gVisor bot |
2021-07-20 | Add go:build directives as required by Go 1.17's gofmt. | Jamie Liu |
2021-07-13 | Replace whitelist with allowlist | Fabricio Voznika |
2021-07-12 | Fix stdios ownership | Fabricio Voznika |
2021-07-12 | Fix GoLand analyzer errors under runsc/... | Fabricio Voznika |
2021-07-09 | runsc: fix the local timezone support in logs | Tiwei Bie |
2021-07-09 | runsc: check the error when preparing tree for pivot_root | Tiwei Bie |
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 |