aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* executor: add Glob testDmitry Vyukov2024-11-264-2/+94
* executor: don't revert coverage orderDmitry Vyukov2024-11-262-12/+13
* tools/syz-execprog: support running unsafe programsDmitry Vyukov2024-11-265-10/+15
* tools/syz-declextract: prefix flags with auto_Dmitry Vyukov2024-11-262-3/+3
* sys/linux: update descriptions/constsDmitry Vyukov2024-11-269-28/+188
* executor: improve globDmitry Vyukov2024-11-261-1/+25
* docs: rewrite reproducing_crashes.mdAleksandr Nogikh2024-11-251-25/+169
* pkg/vminfo: refactor few thingsDmitry Vyukov2024-11-254-55/+24
* syz-manager: refactor mode handlingDmitry Vyukov2024-11-251-53/+81
* vm: dedup VM count restriction in debug modeDmitry Vyukov2024-11-259-38/+12
* dashboard/config/linux: update configsTaras Madan2024-11-2519-23/+92
* dashboard/config/linux: enable SMB_SERVERTaras Madan2024-11-251-0/+1
* pkg/auth: better error descriptionTaras Madan2024-11-221-9/+7
* pkg/cover: fix links generation, add commitTaras Madan2024-11-201-0/+1
* executor: increase coverage buffer sizeDmitry Vyukov2024-11-203-9/+15
* pkg/manager: show number of times coverage for each call has overflowedDmitry Vyukov2024-11-2010-35/+118
* pkg/manager: show number of programs that contain each syscallDmitry Vyukov2024-11-192-1/+17
* pkg/manager: restore corpus pageDmitry Vyukov2024-11-191-0/+19
* pkg/report: ignore the drop_nlink frameAleksandr Nogikh2024-11-182-0/+117
* executor: use any executor if the avoid mask included all of themAndrei Vagin2024-11-182-4/+13
* tools/syz-declextract: support nested netlink policiesDmitry Vyukov2024-11-183-177/+564
* tools/syz-declextract: don't generate NLA_REJECT/TYPE_MAX attrsDmitry Vyukov2024-11-182-5/+4
* sys/linux: remove nl_generic_attr_nonested hackDmitry Vyukov2024-11-181-6/+1
* pkg/compiler: allow recursion via arraysDmitry Vyukov2024-11-186-35/+90
* tools/syz-reproducers.sh: linkify documentationTaras Madan2024-11-151-0/+3
* tools/syz-reproducers.sh: use new archive structureTaras Madan2024-11-151-2/+2
* pkg/report: improve "Bad page state" parsingDmitry Vyukov2024-11-152-1/+65
* tools/syz-declextract: add heuristic for sigsetsizeDmitry Vyukov2024-11-142-12/+17
* tools/syz-declextract: refactor int type conversionDmitry Vyukov2024-11-141-62/+63
* tools/syz-declextract: improve name matching heuristicsDmitry Vyukov2024-11-142-107/+114
* sys/linux: ensure that auto descriptions are self-sufficientDmitry Vyukov2024-11-142-1/+19
* tools/syz-declextract: store interfaces info in a text fileDmitry Vyukov2024-11-143-12635/+956
* 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-132-6/+7
* pkg/compiler: add consts to all files that mention themDmitry Vyukov2024-11-1340-344/+953
* tools/syz-declextract: fix flags typeDmitry Vyukov2024-11-131-11/+23
* tools/syz-declextract: fix reserved struct field namesDmitry Vyukov2024-11-132-5/+5
* 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
* all: support || operator in syzlang if conditionJiao, Joey2024-11-1314-19/+54
* tools/syz-declextract: improve declaration name extractionDmitry Vyukov2024-11-132-7/+34
* pkg/repro: accept a cancellable contextAleksandr Nogikh2024-11-138-101/+139
* sys/linux: add new ioctls for io_uring, dev_block and fsSablin Viacheslav2024-11-136-7/+89
* 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-122-2/+522
* tools/syz-declextract: add io_uring function/accessDmitry Vyukov2024-11-121-5/+13