aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools/create-image.sh: fix watchdog_thresh valueDmitry Vyukov2018-05-191-1/+1
* tools/create-image.sh: add few useful sysctl'sDmitry Vyukov2018-05-181-1/+3
* tools/syz-execprog: restore the previous tun disabling logicDmitry Vyukov2018-05-181-0/+3
* pkg/csource: minimize netdevices and net resetDmitry Vyukov2018-05-172-18/+19
* tools/syz-prog2c: add missing csource optionDmitry Vyukov2018-05-171-0/+2
* pkg/bisect: add bisection logicDmitry Vyukov2018-05-171-0/+100
* tools/create-gce-image.sh: support both nbd and loopDmitry Vyukov2018-05-171-17/+37
* tools/create-gce-image.sh: support MKE2FS_CONFIGDmitry Vyukov2018-05-161-1/+2
* tools/create-gce-image.sh: revert loop to nbdDmitry Vyukov2018-05-141-12/+14
* tools/kcovtrace: add missing includeDmitry Vyukov2018-05-141-0/+1
* tools/create-gce-image.sh: use loop instead of nbdDmitry Vyukov2018-05-141-18/+19
* all: get rid of underscores in identifiersDmitry Vyukov2018-05-072-2/+2
* tools/syz-execprog: split overly large functionDmitry Vyukov2018-05-071-44/+52
* all: fix too long linesDmitry Vyukov2018-05-051-1/+2
* gometalinter: check dot importsDmitry Vyukov2018-05-032-28/+28
* syz-upgrade: fix typo in usage messageHyeongchan Kim2018-04-211-1/+1
* tools/syz-execprog: reduce log level of some messagesDmitry Vyukov2018-04-081-7/+10
* tools: fix create-image.sh againDmitry Vyukov2018-04-071-3/+3
* tools: improve demo_setup.shDmitry Vyukov2018-04-071-4/+5
* pkg/prog: explain why syscalls are transitively disabledDmitry Vyukov2018-04-062-13/+8
* pkg/host: explain why syscalls are disabledDmitry Vyukov2018-04-061-5/+3
* tools: add a script that setups everythingDmitry Vyukov2018-04-051-0/+73
* tools/syz-execprog: dump coverage in text formatDmitry Vyukov2018-04-051-6/+1
* sys/linux: test various binfmt's in execveDmitry Vyukov2018-04-022-3/+5
* sys/linux: add support for reading partition tablesDmitry Vyukov2018-04-011-16/+33
* sys/linux: add support for mounting filesystem imagesDmitry Vyukov2018-03-303-3/+120
* tools: remove stray comments in create-image.shDmitry Vyukov2018-03-291-3/+3
* tools/syz-db: allow to specify db version in packDmitry Vyukov2018-03-271-5/+14
* sys/linux: add cgroup descriptionsDmitry Vyukov2018-03-252-26/+30
* all: fix gometalinter warningsDmitry Vyukov2018-03-082-2/+1
* sys/linux: add syz_init_net_socket syscallDmitry Vyukov2018-03-051-1/+1
* tools/syz-mutate: allow limiting set of syscallsDmitry Vyukov2018-02-171-6/+29
* tools/syz-execprog: fix parsing of multiple logsDmitry Vyukov2018-01-311-1/+1
* tools/syz-symbolize: allow to symbolize arbitrary kernel outputDmitry Vyukov2018-01-091-2/+1
* tools/syz-symbolize: assume that kernel is in the current dirDmitry Vyukov2017-12-271-2/+2
* syz-fuzzer: refactorDmitry Vyukov2017-12-181-2/+1
* pkg/ipc: make threaded/collide per-program optionsDmitry Vyukov2017-12-172-18/+10
* tools: fix create-image.shDmitry Vyukov2017-12-081-3/+3
* tools/syz-execprog: extend hints outputDmitry Vyukov2017-12-081-0/+3
* tools: include selinux packages when building imagesDmitry Vyukov2017-12-082-4/+4
* tools/syz-crush: fix for new multi-target worldDmitry Vyukov2017-11-301-3/+4
* pkg/report: include Maintainers into reportDmitry Vyukov2017-11-291-36/+9
* pkg/report: add Output to ReportDmitry Vyukov2017-11-291-2/+2
* sys/linux: add binder descriptionsDmitry Vyukov2017-11-271-0/+4
* pkg/report: various corrupted report detection improvementsAndrey Konovalov2017-11-231-0/+57
* vm: return Report from MonitorExecutionDmitry Vyukov2017-11-211-7/+3
* pkg/report, pkg/repro, syz-manager: name crash attributes consistentlyDmitry Vyukov2017-11-142-5/+5
* vm: remove needOutput arg for MonitorExecutionDmitry Vyukov2017-11-141-1/+1
* pkg/report: combine report data into a structDmitry Vyukov2017-11-141-2/+7
* pkg/report: add corrupted report detectionAndrey Konovalov2017-11-131-1/+1