aboutsummaryrefslogtreecommitdiffstats
path: root/sys/targets
Commit message (Expand)AuthorAgeFilesLines
...
* sys/targets: check that <dirent.h> works in compilation testDmitry Vyukov2020-05-181-2/+2
* targets: syz-extract: add Clang support for Linux buildsAlexander Potapenko2020-05-151-0/+12
* targets.go: append flags in a more readable wayAlexander Potapenko2020-05-151-2/+3
* targets: replace target.CCompilerPrefix with target.TripleAlexander Potapenko2020-05-151-9/+12
* sys/targets: fix typoMichael Tuexen2020-05-141-1/+1
* sys/targets: add -lc++ when building for test os on FreeBSDMichael Tuexen2020-05-141-0/+3
* sys/targets: fix tests when building on FreeBSDMichael Tuexen2020-05-141-4/+12
* targets: introduce osCommon.cflags, make -static a common flag on LinuxAlexander Potapenko2020-05-131-6/+9
* Get rid of "Cross" in variable namesAlexander Potapenko2020-05-131-45/+45
* targets: delete CFlagsAlexander Potapenko2020-05-131-20/+2
* pkg/mgrconfig: fix errors reported by linterDmitry Vyukov2020-05-121-7/+7
* sys/targets: don't remove CrossCFlagsMichael Tuexen2020-05-121-0/+1
* sys/targets: use clang on FreeBSDMichael Tuexen2020-05-121-10/+2
* all: reformat codeDmitry Vyukov2020-05-081-1/+1
* all: replace TRAVIS env var with CIDmitry Vyukov2020-05-071-1/+1
* prog: introduce Field typeDmitry Vyukov2020-05-021-9/+9
* prog: remove Dir from TypeDmitry Vyukov2020-05-011-9/+9
* Makefile: generate descriptions on-the-flyDmitry Vyukov2020-04-301-1/+1
* sys/targets: fix detection of optional compiler flagsDmitry Vyukov2020-04-301-1/+1
* sys/targets: better detection for missing/broken cross-compilersDmitry Vyukov2020-04-291-19/+51
* all: fix liner errorsDmitry Vyukov2020-04-191-2/+2
* executor: surround the data mapping with PROT_NONE pagesDmitry Vyukov2020-04-181-9/+20
* prog: refactor target.MakeMmapDmitry Vyukov2020-04-181-13/+18
* sys/linux: use PROT_EXEC for the data section mmapDmitry Vyukov2020-04-181-1/+4
* prog: rename target.SanitizeCall to NeutralizeDmitry Vyukov2020-03-171-4/+4
* pkg/compiler: ensure consistency of syscall argument typesDmitry Vyukov2020-03-171-2/+8
* executor, sys/linux: add ath9k usb descriptionsAndrey Konovalov2020-03-131-1/+1
* sys/linux: fix int64 alignment on 386Dmitry Vyukov2019-12-231-8/+12
* Implement basic support for MIPS64LEJouni Hogander2019-12-171-0/+10
* syz/targets: add SyzExecutorCmd flagMarco Vanotti2019-12-091-0/+6
* sys/targets: change clang++ to clang for fuchsiaMarco Vanotti2019-12-091-2/+2
* sys/targets: fix path for libdriver.so in FuchsiaMarco Vanotti2019-12-091-2/+2
* sys/targets: add HostFuzzer flagDmitry Vyukov2019-11-161-0/+9
* sys/targets: don't run flag tests on non-build OSDmitry Vyukov2019-11-071-0/+3
* sys/targets: fix Fuchsia buildMatthew Dempsky2019-10-301-6/+8
* sys/targets: Disable PIE/ASLR when building testsAndrew Donnellan2019-10-101-8/+10
* sys/targets: add ASAN compiler flag to optionalAndrey Konovalov2019-09-181-0/+1
* sys/targets: build executor with ASAN for test targetAndrey Konovalov2019-09-171-2/+2
* sys/targets: fix Fuchsia buildsMatthew Dempsky2019-08-191-4/+12
* sys/targets: Change CCompiler path for fuchsia.Marco Vanotti2019-08-171-2/+2
* sys/targets: fix build on darwinDmitry Vyukov2019-08-091-8/+9
* sys/fuchsia: update paths for fdio and driver libs.Marco Vanotti2019-07-161-2/+4
* sys/targets: fix freebsd/386 executor build on some hostsDmitry Vyukov2019-05-291-5/+7
* sys/freebsd: Add support for fuzzing FreeBSD/i386Andrew Turner2019-05-291-0/+8
* sys/linux: switch ppc64le to little-endianDmitry Vyukov2019-05-131-3/+7
* sys/targets: fix arm target compiler prefixCody Holliday2019-04-041-1/+1
* sys/targets: use kernel.full instead of kernel.debugMark Johnston2019-03-191-1/+1
* pkg/runtest: make tests pass on freebsdDmitry Vyukov2019-03-071-3/+7
* executor: remove ability to detect kernel bugsDmitry Vyukov2019-01-311-2/+2
* sys: use -march=armv6 instead of -march=armv6t2Andrey Konovalov2019-01-281-1/+1