aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource
Commit message (Expand)AuthorAgeFilesLines
* Makefile: enable clang-tidy in presubmit testsDmitry Vyukov2020-08-041-11/+5
* executor: remove block commentsDmitry Vyukov2020-08-043-47/+39
* all: fake hci le conn using handle 201Andy Nguyen2020-08-021-3/+35
* sys/linux: assorted improvements for vhciDmitry Vyukov2020-07-301-4/+3
* all: initialize vhci in linuxTheOfficialFloW2020-07-305-29/+337
* executor: added syz_io_uring_setup to wrap both setup and mmapNecip Fazil Yildiran2020-07-291-1/+73
* all: mark auto-generated filesDmitry Vyukov2020-07-292-2/+2
* sys/linux: enhanced descs for io_uringNecip Fazil Yildiran2020-07-241-0/+89
* executor: fix build errors in setup_32bit_idt()Denis Efremov2020-07-211-1/+1
* executor: remove NONFAILING from pseudo-syscallsDmitry Vyukov2020-07-151-109/+81
* executor: wrap all syscalls into NONFAILINGDmitry Vyukov2020-07-151-32/+47
* all: fix comments formatDmitry Vyukov2020-07-121-6/+6
* executor: fix bitfields for big-endian archAlexander Egorenkov2020-07-101-2/+6
* all: fix dup types in func argsDmitry Vyukov2020-07-041-1/+1
* all: don't compare string len with 0Dmitry Vyukov2020-07-041-1/+1
* executor: enable cgroup/cpuset memory pressure calc.Necip Fazil Yildiran2020-06-291-0/+1
* executor/netbsd: base nth on 2 (#1874)m00nbsd2020-06-271-2/+2
* executor: add support for linux/riscv64Tobias Klauser2020-06-261-0/+4
* pkg/csource: fix casting of parameters for trampolinesAlexander Egorenkov2020-06-262-3/+9
* sys/linux: first 64bit big-endian architecture s390xAlexander Egorenkov2020-06-252-1/+6
* executor: fix endianness problem in internet checksumAlexander Egorenkov2020-06-191-1/+1
* executor: Improve used terminologyMarco Elver2020-06-151-4/+5
* sys/netbsd: support multiple vHCI buses (#1822)m00nbsd2020-06-131-18/+29
* all: use more respective languageDmitry Vyukov2020-06-111-2/+2
* sys/netbsd: add support for fault injection (#1817)m00nbsd2020-06-111-1/+50
* .golangci.yml: make goconst checker more strictDmitry Vyukov2020-06-071-6/+10
* executor/fuchsia: Don't map memory as executable.Marco Vanotti2020-06-051-18/+15
* .golangci.yml: enable whitespace checkerDmitry Vyukov2020-06-051-1/+0
* executor: fix printing null master in netlink_device_changeAndrey Konovalov2020-05-291-1/+1
* executor: fix a cast in common_usb_netbsd.hm00nbsd2020-05-241-2/+2
* executor: fix a USB define on NetBSDm00nbsd2020-05-211-1/+3
* executor: use the SYZ_USB define for NetBSDm00nbsd2020-05-211-1/+1
* executor: fix the types used in common_usb_netbsd.hm00nbsd2020-05-211-57/+57
* executor: add support for USB fuzzing on NetBSDm00nbsd2020-05-192-8/+1163
* executor: exclude syz_kvm_setup_cpu on armDmitry Vyukov2020-05-181-1/+1
* pkg/csource: speed up testsDmitry Vyukov2020-05-182-3/+20
* executor, sys/linux: syz_usb_ep_read/write accept endpoint addressAndrey Konovalov2020-05-151-12/+54
* executor: stall unknown usb requestsAndrey Konovalov2020-05-151-9/+50
* executor: fix typo (#1737)Michael Tüxen2020-05-131-1/+1
* executor: fix #ifdef condition for remove_dir()Michael Tuexen2020-05-131-1/+1
* Get rid of "Cross" in variable namesAlexander Potapenko2020-05-132-2/+2
* all: reformat codeDmitry Vyukov2020-05-081-2/+2
* all: replace TRAVIS env var with CIDmitry Vyukov2020-05-071-2/+2
* pkg/csource: init res var in generated callDmitry Vyukov2020-05-041-1/+1
* prog: support disabled attributeDmitry Vyukov2020-05-041-2/+2
* sys/targets: better detection for missing/broken cross-compilersDmitry Vyukov2020-04-292-23/+1
* sys/linux: add timeout call attributesDmitry Vyukov2020-04-191-12/+1
* executor: remove more code if ENABLE_NAPI_FRAGS is not setDmitry Vyukov2020-04-181-7/+10
* prog: refactor target.MakeMmapDmitry Vyukov2020-04-181-1/+1
* executor/usb: don't fail when ath9k is not enabledAndrey Konovalov2020-04-071-1/+1