| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | executor: query globs in the test program context | Dmitry Vyukov | 2024-12-11 | 1 | -15/+8 |
| | | | | | | | | | | | | | | | | | | We query globs for 2 reasons: 1. Expand glob types in syscall descriptions. 2. Dynamic file probing for automatic descriptions generation. In both of these contexts are are interested in files that will be present during test program execution (rather than normal unsandboxed execution). For example, some files may not be accessible to test programs after pivot root. On the other hand, we create and link some additional files for the test program that don't normally exist. Add a new request type for querying of globs that are executed in the test program context. | ||||
| * | executor: add Glob test | Dmitry Vyukov | 2024-11-26 | 1 | -0/+1 |
| | | |||||
| * | executor: improve glob | Dmitry Vyukov | 2024-11-26 | 1 | -1/+25 |
| | | | | | | | Don't follow symlinks when globbing. It's haarmful for both files and dirs (see the added comment for details). | ||||
| * | all: add qemu snapshotting mode | Dmitry Vyukov | 2024-07-25 | 1 | -0/+16 |
| | | |||||
| * | executor: add runner mode | Dmitry Vyukov | 2024-06-24 | 1 | -0/+85 |
| Move all syz-fuzzer logic into syz-executor and remove syz-fuzzer. Also restore syz-runtest functionality in the manager. Update #4917 (sets most signal handlers to SIG_IGN) | |||||
