aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource
Commit message (Expand)AuthorAgeFilesLines
...
* pkg/csource: inline void* cast into generated codeGreg Steuck2022-09-052-3/+1
* pkg/csource: account for padding arguments in trampolined sycallsGreg Steuck2022-09-051-1/+1
* pkg/csource, pkg/instance, pkg/ipc, pkg/mgrconfig, tools/syz-prog2c, syz-mana...Andrey Artemiev2022-08-065-34/+176
* executor: fixed fuzzing with System account in Android sandbox (#3275)Andrey Artemiev2022-08-051-1/+2
* vm/adb: wait for Android boot to finishAndrey Artemiev2022-07-251-3/+1
* executor: fix mounting of cgroups on read-only fsDmitry Vyukov2022-07-211-15/+24
* executor: added code to run Android with System accountAndrey Artemiev2022-07-193-18/+520
* executor: prevent ENOSPC if cgroup mount failsDmitry Vyukov2022-07-151-1/+8
* executor: also reset flags on the parent dir if unlinking failsMark Johnston2022-06-241-0/+1
* executor: clear more file flags when removing filesMark Johnston2022-06-241-1/+1
* pkg/csource: update generated.go with 'make generate'Kouame Behouba Manassé2022-06-221-1/+3
* pkg/csource: update generate.go with 'make generate' cmdKouame Behouba Manassé2022-06-221-2/+2
* executor: fix enabling of ICMP/ping socketsDmitry Vyukov2022-06-201-1/+2
* executor: try harder to unlink files on FreeBSDMark Johnston2022-06-171-2/+30
* executor: fix out of bounds write in lookup_connect_response_in()Ovidiu Panait2022-06-141-6/+8
* executor: fixed sandbox 'android'Andrey Artemiev2022-06-031-1/+2
* executor/android: update seccomp filtersKris Alder2022-06-021-340/+398
* executor: include sched.h for syz_cloneAndrei Vagin2022-05-271-0/+1
* executor: allow external extensions of the setup phaseDmitry Vyukov2022-04-271-0/+3
* executor: applied Bionic patchAndrey Artemiev2022-04-131-0/+18
* executor: tolerate syz_genetlink_get_family_id failuresAleksandr Nogikh2022-02-251-3/+1
* executor: fail on SEGV during clone()Aleksandr Nogikh2022-01-212-1/+23
* executor: add extension point for adding non-mainline pseudo-syscallsDmitry Vyukov2022-01-192-0/+2
* all: create 8 tun devices for OpenBSDAleksandr Nogikh2022-01-141-2/+2
* all: add syz_clone() and syz_clone3() pseudo callsAleksandr Nogikh2022-01-132-0/+48
* pkg/csource: do not delete comments inside macrosAleksandr Nogikh2022-01-131-1/+1
* executor: remove custom sys_io_uring_setup definitionAleksandr Nogikh2022-01-131-7/+1
* executor: remove sys_memfd_create definesAleksandr Nogikh2022-01-131-19/+1
* all: explicitly list pseudo syscall dependenciesAleksandr Nogikh2022-01-131-0/+7
* executor: move SYSCALL_DEFINES above common_*.h includesAleksandr Nogikh2022-01-131-1/+4
* executor: bump on FreeBSD the maximum number of tun devices to 256 (#2956)Michael Tüxen2021-12-311-0/+3
* executor: support larger maximum number of tun devices on *BSD (#2953)Michael Tüxen2021-12-301-8/+14
* pkg/testutil: add packageDmitry Vyukov2021-12-212-24/+14
* all: add the `rerun` call propertyAleksandr Nogikh2021-12-102-1/+12
* all: replace collide mode by `async` call propertyAleksandr Nogikh2021-12-106-26/+28
* executor: spread overlapping fdsAleksandr Nogikh2021-12-061-4/+4
* executor: changed initialization of VMCS fieldsAyomide Erinfolami2021-12-011-1/+1
* executor: do not follow symlinks during umountAleksandr Nogikh2021-10-291-4/+4
* all: add binderfs fuzzing supportAleksandr Nogikh2021-10-291-0/+28
* executor: don't mount some cgroup controllers during setupDmitry Vyukov2021-10-131-3/+3
* executor: don't fail on cgroup mountingDmitry Vyukov2021-10-131-2/+3
* executor: setup cgroups onceDmitry Vyukov2021-10-121-7/+3
* executor: enable cgroup controllers one-by-oneDmitry Vyukov2021-10-121-18/+39
* executor: mount new cgroupsDmitry Vyukov2021-10-121-2/+2
* pkg/csource: fix call list filtering not being consistentAleksandr Nogikh2021-10-091-20/+23
* executor: work around clang-format issueDmitry Vyukov2021-10-051-4/+6
* pkg/csource: remove calls instead of skipping themAleksandr Nogikh2021-10-012-18/+35
* executor: check for single-line compound statementsDmitry Vyukov2021-10-011-12/+6
* all: refactor fault injection into call propsAleksandr Nogikh2021-09-226-29/+51
* executor: add missing includes to BSD's setup_faultAleksandr Nogikh2021-09-221-0/+1