aboutsummaryrefslogtreecommitdiffstats
path: root/sys/syz-extract/extract.go
Commit message (Expand)AuthorAgeFilesLines
* all: use any instead of interface{}Dmitry Vyukov2025-12-221-2/+2
* tools/syz-declextract: allow to run on subset of archesDmitry Vyukov2025-04-031-14/+5
* tools/syz-linter: check tool.Failf messagesDmitry Vyukov2024-08-071-2/+2
* sys/syz-extract: add -config option to specify base kernel configJoey Jiao2024-05-231-0/+3
* all: remove akaros supportDmitry Vyukov2024-04-151-1/+0
* all: use special placeholder for errorsTaras Madan2023-07-241-1/+1
* sys/syz-extract: fix meta checking when using explicit file listDmitry Vyukov2023-05-021-7/+14
* all: ioutil is deprecated in go1.19 (#3718)Taras Madan2023-02-231-2/+1
* sys/syz-extract: fix a deadlockDmitry Vyukov2022-06-151-8/+10
* pkg/ast, pkg/compiler: support per-file metadataDmitry Vyukov2022-04-291-67/+42
* sys/linux: update watch queue descriptionsDmitry Vyukov2022-03-161-2/+0
* sys/linux: remove /dev/ion descriptionsDmitry Vyukov2022-01-111-3/+0
* sys/syz-extract: move SOURCEDIR check to callerPatrick Meyer2021-05-201-0/+4
* sys/syz-extract: initial darwin supportPatrick Meyer2021-05-201-0/+1
* sys/linux: update constsDmitry Vyukov2021-03-021-0/+2
* sys/linux: update constsDmitry Vyukov2021-02-121-0/+3
* sys/linux: add description for Mali Bifrost driver (#2394)Peter Shih2021-02-021-0/+3
* all: use tool.Failf instead of local functionsDmitry Vyukov2020-12-251-10/+7
* sys/linux: remove FUTEX_WAIT_MULTIPLE operationAndré Almeida2020-12-111-2/+0
* sys/linux: add incremental-fsDmitry Vyukov2020-12-101-0/+3
* sys/targets: add OS/Arch name constsDmitry Vyukov2020-10-261-12/+12
* pkg/compiler: merge const files into a single fileDmitry Vyukov2020-08-131-30/+38
* sys/linux: rename watch_queue.txt to dev_watch_queue.txtAndrey Konovalov2020-06-121-1/+1
* sys/linux: rename mptcp.txt to vnet_mptcp.txtAndrey Konovalov2020-06-121-1/+1
* sys/syz-extract: fix for full pathsDmitry Vyukov2020-05-201-2/+2
* sys/syz-extract: don't warn about unsupported consts for 1 archDmitry Vyukov2020-05-111-1/+1
* sys/syz-extract: run mrproper for all linux archesDmitry Vyukov2020-05-091-5/+5
* sys/syz-extract: fix output formattingDmitry Vyukov2020-02-211-1/+1
* sys/linux: don't extract from futex.txt and watch_queue.txtDmitry Vyukov2020-02-181-0/+5
* sys/syz-extract: print less outputDmitry Vyukov2019-12-181-3/+1
* sys/syz-extract: extract constants from ELFDmitry Vyukov2019-12-021-4/+0
* sys/syz-extract: use clang if gcc is brokenDmitry Vyukov2019-12-011-0/+4
* sys/syz-extract: re-enable extraction for fsverity.txtEric Biggers2019-09-191-4/+0
* sys/linux: regenerate and fix const filesDmitry Vyukov2019-03-141-1/+5
* sys/linux: regenerate constsDmitry Vyukov2019-02-121-1/+1
* sys/linux: fix up mptcp descriptionsDmitry Vyukov2019-01-251-3/+6
* sys/linux: add Multipath TCP description8litz2019-01-251-0/+1
* sys/syz-extract: add -includedirs optionJoey Jiao2019-01-191-12/+15
* sys: initial trusty supportDmitry Vyukov2018-11-071-0/+1
* Add mandatory OpenBSD bits (#689)Anton Lindqvist2018-08-281-0/+1
* sys/syz-extract: refactor mainDmitry Vyukov2018-08-021-60/+74
* gometalinter: clean up vetshadowDmitry Vyukov2018-07-311-11/+11
* Makefile, sys/targets: move all native compilation logic to sys/targetsDmitry Vyukov2018-06-061-1/+1
* sys/linux: regenerate video4linux consts on the right treeDmitry Vyukov2018-05-111-5/+3
* sys/linux: add missing consts for video4linux.txtDmitry Vyukov2018-05-111-0/+5
* sys/syz-extract: split overly long functionDmitry Vyukov2018-05-071-40/+47
* sys/syz-extract: provide readable error on missing input fileDmitry Vyukov2018-04-191-0/+3
* sys/syz-extract: save unsupported consts to the const filesDmitry Vyukov2018-02-011-28/+54
* pkg/compiler: support type templatesDmitry Vyukov2018-01-131-15/+22
* sys/linux: add ion and ashmem devices supportDmitry Vyukov2018-01-091-1/+0