aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/freebsd
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/config/freebsd: enable fsck_y_enableDmitry Vyukov2021-03-201-0/+1
| | | | | For context see: https://groups.google.com/g/syzkaller/c/mpypAGJF0hc/m/6LREl1tDAwAJ
* dashboard/config: move OS configs into separate dirsDmitry Vyukov2020-10-131-0/+52
There are too many assorted things in the config dir now. Split them per-OS. For now we just copy them to simplify deployment. When syzbot instances are switched to new configs, we can remove the old ones. Update #2171