aboutsummaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* executor: add runner modeDmitry Vyukov2024-06-242-22/+1
* vm/starnix: run without host fuzzer modeLaura Peskin2024-06-181-5/+0
* sys/targets: don't attempt to run unit tests on unsupported TestOS archAlexander Egorenkov2024-06-131-0/+1
* sys/targets: fix BuildOS initialization for TestOSAlexander Egorenkov2024-06-131-2/+5
* sys/test: fix test 'expressions_be'Alexander Egorenkov2024-06-121-1/+1
* executor: add end-to-end coverage/signal/comparisons testDmitry Vyukov2024-06-112-2/+5
* sys/targets: mark big-endian targetsDmitry Vyukov2024-06-0412-62/+41
* executor: remove noshmem modeDmitry Vyukov2024-06-0412-58/+38
* sys/syz-sysgen: remove all files in the case set of arches has changedDmitry Vyukov2024-06-041-0/+12
* sys/targets: build C++ program with C++ compilerDmitry Vyukov2024-06-031-6/+10
* sys/targets: test that C++ compiler works as wellDmitry Vyukov2024-06-031-10/+18
* sys/targets: switch to C++17Dmitry Vyukov2024-06-031-1/+1
* sys/syz-extract: use CopyFile instead of cp cmdJoey Jiao2024-05-311-2/+2
* sys/targets: add consts for gvisor/starnixDmitry Vyukov2024-05-271-0/+4
* prog: introduce a remote_cover call attributeAleksandr Nogikh2024-05-273-20/+20
* sys/syz-extract: add -config option to specify base kernel configJoey Jiao2024-05-232-5/+15
* Makefile: build executor with C++ compilerDmitry Vyukov2024-05-211-6/+15
* sys/linux/dev_kvm.txt: add new device typesAlexander Potapenko2024-05-152-1/+7
* sys/linux: run make extractAlexander Potapenko2024-05-1511-84/+84
* executor: use new flatbuffers locationTaras Madan2024-05-081-1/+1
* prog: fix validation of DataMmapProgDmitry Vyukov2024-05-061-0/+3
* executor: make flatrpc build for C++Dmitry Vyukov2024-05-031-0/+3
* tools/syz-imagegen: generate bcachefs imagesAleksandr Nogikh2024-05-038-0/+48
* sys/linux: add bcachefs descriptionsAleksandr Nogikh2024-05-031-0/+14
* sys/linux: update the Landlock IOCTL access rightMickaël Salaün2024-04-293-3/+3
* prog: add raw deserialization modeDmitry Vyukov2024-04-291-0/+28
* pkg/host: explicitly disable syz_execute_funcDmitry Vyukov2024-04-298-9/+26
* all: go fix everythingDmitry Vyukov2024-04-261-1/+0
* sys/freebsd: add description file socket_bluetooth.txtOliver Sieber2024-04-222-0/+133
* sys/syz-extract/freebsd.go: add compiler flag DCOMPAT_FREEBSD14 for backwards...Oliver Sieber2024-04-221-0/+1
* prog: more compact exec encoding for addressesDmitry Vyukov2024-04-151-0/+1
* prog: fix selection of args eligible for squashingDmitry Vyukov2024-04-153-3/+21
* all: remove akaros supportDmitry Vyukov2024-04-1511-617/+0
* pkg/symbolizer: use llvm-addr2lineDmitry Vyukov2024-04-091-0/+48
* sys/targets: avoid building TestOS on OpenBSDGreg Steuck2024-04-051-0/+3
* sys/linux: add IOMMU_HWPT_INVALIDATEJason Gunthorpe2024-03-133-0/+22
* sys/linux: add IOMMU_HWPT_GET_DIRTY_BITMAPJason Gunthorpe2024-03-133-0/+31
* sys/linux: add IOMMU_HWPT_SET_DIRTY_TRACKINGJason Gunthorpe2024-03-133-0/+17
* sys/linux: add IOMMU_GET_HW_INFOJason Gunthorpe2024-03-133-0/+15
* sys/linux: add IOMMUFD_CMD_HWPT_ALLOCJason Gunthorpe2024-03-133-0/+36
* sys/linux: make tets/dev_iommu work againJason Gunthorpe2024-03-132-18/+16
* sys/linux: correct iommufd definitionsJason Gunthorpe2024-03-131-6/+9
* sys/linux: clone args before mutationAleksandr Nogikh2024-03-132-4/+4
* prog: fix resource leak during replaceArg() of union fieldsAleksandr Nogikh2024-03-131-0/+11
* pkg/fuzzer: factor out the fuzzing engineAleksandr Nogikh2024-03-123-1/+21
* pkg/runtest: enable coverage for some TestOS targetsAleksandr Nogikh2024-03-121-4/+14
* Revert "prog: fix resource leak during replaceArg() of union fields"Aleksandr Nogikh2024-03-081-11/+0
* Revert "sys/linux: clone args before mutation"Aleksandr Nogikh2024-03-082-4/+4
* sys/linux: clone args before mutationAleksandr Nogikh2024-03-082-4/+4
* prog: fix resource leak during replaceArg() of union fieldsAleksandr Nogikh2024-03-081-0/+11