aboutsummaryrefslogtreecommitdiffstats
path: root/sys/syz-extract/linux.go
Commit message (Expand)AuthorAgeFilesLines
* sys/syz-extract: add required compiler flagsPimyn Girgis2025-12-031-0/+4
* tools/syz-declextract: support function scopesDmitry Vyukov2025-01-221-0/+1
* sys/syz-extract: support kvm on armDmitry Vyukov2024-11-261-0/+6
* all: remove some nolint: goconstTaras Madan2024-09-091-1/+0
* pkg/build: introduce the build jobs parameterAleksandr Nogikh2024-08-221-1/+1
* sys/syz-extract: use CopyFile instead of cp cmdJoey Jiao2024-05-311-2/+2
* sys/syz-extract: add -config option to specify base kernel configJoey Jiao2024-05-231-5/+12
* sys/syz-extract/linux.go: remove one dup and ignore othersTaras Madan2023-10-301-1/+1
* all: use special placeholder for errorsTaras Madan2023-07-241-4/+4
* all: add support for custom linkerAleksandr Nogikh2022-10-121-1/+1
* pkg/ast, pkg/compiler: support per-file metadataDmitry Vyukov2022-04-291-9/+0
* sys/syz-extract: disable DEBUG_INFO_BTFDmitry Vyukov2022-01-111-0/+2
* sys/syz-extract: fix linux extractDmitry Vyukov2022-01-111-0/+1
* sys/linux: add /dev/cpu/X/msr to dev_msr.txtVikram Narayanan2021-11-181-3/+4
* sys/syz-extract: restore kvm const extraction for arm64/ppc64Dmitry Vyukov2021-09-161-7/+5
* sys: skip kvm const extraction for non i386/amd64Aleksandr Nogikh2021-09-131-5/+7
* sys/syz-extract: move SOURCEDIR check to callerPatrick Meyer2021-05-201-3/+0
* sys/linux: add ieee802154 descriptionsDmitry Vyukov2021-02-121-0/+2
* pkg/build: support cross-compilation for linuxDmitry Vyukov2020-11-211-24/+3
* sys/targets: add OS/Arch name constsDmitry Vyukov2020-10-261-1/+3
* sys/syz-extract: ignore *_kvm.txt on linux/riscv64Tobias Klauser2020-06-261-3/+4
* target: support of big-endian architecturesAlexander Egorenkov2020-06-231-0/+1
* sys/syz-extract: fix for full pathsDmitry Vyukov2020-05-201-1/+1
* targets: syz-extract: add Clang support for Linux buildsAlexander Potapenko2020-05-151-0/+6
* targets: replace target.CCompilerPrefix with target.TripleAlexander Potapenko2020-05-151-2/+4
* Get rid of "Cross" in variable namesAlexander Potapenko2020-05-131-2/+2
* sys/syz-extract: use -nostdinc on linuxDmitry Vyukov2020-05-111-13/+22
* sys/syz-extract: run mrproper for all linux archesDmitry Vyukov2020-05-091-9/+14
* sys/linux: regenerate constsDmitry Vyukov2020-04-141-6/+14
* sys/syz-extract: Add mips64le specific include pathsJouni Hogander2019-12-171-0/+2
* sys/syz-extract: extract constants from ELFDmitry Vyukov2019-12-021-23/+7
* sys/syz-extract: use clang if gcc is brokenDmitry Vyukov2019-12-011-1/+15
* sys/linux: update to current linux-nextDmitry Vyukov2019-11-251-1/+5
* sys/syz-extract: Add "DefineGlibcUse" flag.Marco Vanotti2019-07-161-1/+1
* sys/linux: switch ppc64le to little-endianDmitry Vyukov2019-05-131-10/+10
* sys/linux: fix up mptcp descriptionsDmitry Vyukov2019-01-251-2/+8
* sys/syz-extract: don't use warning flagsDmitry Vyukov2019-01-241-1/+7
* sys/syz-extract: add -includedirs optionJoey Jiao2019-01-191-0/+5
* sys/syz-extract: support missing arch headersDmitry Vyukov2018-10-281-0/+17
* all: fix gometalinter warningsDmitry Vyukov2018-03-081-5/+5
* sys/syz-extract: run make with -jDmitry Vyukov2018-02-171-1/+4
* sys/syz-extract: don't run mrproper if already cleanDmitry Vyukov2018-01-131-5/+12
* sys/syz-extract: fix mmap on armDmitry Vyukov2017-11-231-1/+19
* syz-extract: select declaring printf or notzoulasc2017-11-061-1/+1
* sys/syz-extract: factor out compilation functionDmitry Vyukov2017-10-121-119/+21
* executor, sys/windows: initial windows supportDmitry Vyukov2017-09-251-28/+5
* sys/syz-extract: support fuchsiaDmitry Vyukov2017-09-251-0/+228