aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools/syz-covermerger: fix null derefTaras Madan2024-12-121-0/+3
* pkg/coveragedb: add (session, manager) index to filesTaras Madan2024-12-121-1/+1
* pkg/covermerger: aggregate data per-managerTaras Madan2024-12-122-20/+25
* tools/syz-declextract: generate file_operations descriptionsDmitry Vyukov2024-12-116-4/+96
* tools/syz-declextract: extract file_operations descriptionsDmitry Vyukov2024-12-119-2/+396
* pkg/declextract: emit more netlink familiesDmitry Vyukov2024-12-114-0/+70
* pkg/declextract: refactor netlink generationDmitry Vyukov2024-12-111-10/+13
* pkg/declextract: rename generated names for consistencyDmitry Vyukov2024-12-114-55/+52
* tools/syz-declextract: rewriteDmitry Vyukov2024-12-1139-1568/+2773
* executor: query globs in the test program contextDmitry Vyukov2024-12-112-3/+36
* Revert "tools/docker: add qemu-user-binfmt to syz-env"Alexander Potapenko2024-12-061-1/+1
* dashboard/app: periodically remove coverage garbage from spannerTaras Madan2024-12-051-0/+6
* tools/docker: add qemu-user-binfmt to syz-envAlexander Potapenko2024-12-051-1/+1
* tools/syz-env: consider HTTP proxy environment variablesStefan Wiehler2024-11-291-1/+14
* tools/syz-env: add local build optionStefan Wiehler2024-11-291-3/+10
* tools/docker: add various fsck-like commands to the environmentFlorent Revest2024-11-292-0/+8
* tools/syz-declextract: a bunch of refactoringsDmitry Vyukov2024-11-271-69/+116
* pkg/rpcserver: refactoring in preparation for dynamic interface extractionDmitry Vyukov2024-11-261-2/+8
* tools/syz-declextract: accept manager configDmitry Vyukov2024-11-261-15/+11
* tools/syz-execprog: support running unsafe programsDmitry Vyukov2024-11-261-2/+7
* tools/syz-declextract: prefix flags with auto_Dmitry Vyukov2024-11-261-1/+1
* tools/syz-declextract: support nested netlink policiesDmitry Vyukov2024-11-181-26/+44
* tools/syz-declextract: don't generate NLA_REJECT/TYPE_MAX attrsDmitry Vyukov2024-11-181-1/+4
* tools/syz-reproducers.sh: linkify documentationTaras Madan2024-11-151-0/+3
* tools/syz-reproducers.sh: use new archive structureTaras Madan2024-11-151-2/+2
* tools/syz-declextract: add heuristic for sigsetsizeDmitry Vyukov2024-11-141-1/+6
* tools/syz-declextract: refactor int type conversionDmitry Vyukov2024-11-141-62/+63
* tools/syz-declextract: improve name matching heuristicsDmitry Vyukov2024-11-141-12/+19
* tools/syz-declextract: store interfaces info in a text fileDmitry Vyukov2024-11-141-13/+31
* tools/syz-declextract: ignore clang warningsDmitry Vyukov2024-11-141-1/+3
* tools/syz-declextract: refactor compilation database loadingDmitry Vyukov2024-11-141-26/+28
* tools/syz-declextract: fix struct name in some casesDmitry Vyukov2024-11-141-1/+1
* tools/syz-declextract: fix generic netlink family namesDmitry Vyukov2024-11-131-5/+6
* tools/syz-declextract: fix flags typeDmitry Vyukov2024-11-131-11/+23
* tools/syz-declextract: fix reserved struct field namesDmitry Vyukov2024-11-131-1/+1
* tools/syz-declextract: handle more reserved namesDmitry Vyukov2024-11-131-19/+22
* tools/syz-declextract: handle _Bool typeDmitry Vyukov2024-11-131-1/+1
* tools/syz-declextract: refine kernel file checkDmitry Vyukov2024-11-131-4/+13
* tools/syz-declextract: improve declaration name extractionDmitry Vyukov2024-11-131-7/+20
* pkg/repro: accept a cancellable contextAleksandr Nogikh2024-11-132-5/+18
* tools/syz-db: add rm function to remove match syscallsJiao, Joey2024-11-132-0/+86
* tools/syz-db: add print function to print sorted db RecordsJoey Jiao2024-11-131-0/+21
* tools/syz-declextract: add syscall entry functionDmitry Vyukov2024-11-121-2/+3
* tools/syz-declextract: add io_uring function/accessDmitry Vyukov2024-11-121-5/+13
* tools/syz-declextract: add entry function and access levelDmitry Vyukov2024-11-122-11/+56
* tools/syz-reprolist: rename tool to syz-db-exportTaras Madan2024-11-112-7/+7
* tools/syz-reprolist: save reproducers and bug details in the per-bug foldersTaras Madan2024-11-111-5/+30
* tools/syz-declextract: properly remove unused declarationsDmitry Vyukov2024-11-112-94/+66
* tools/syz-declextract: merge information about interfacesDmitry Vyukov2024-11-111-29/+47
* tools/syz-declextract: enumerate io_uring operationsDmitry Vyukov2024-11-111-0/+28