index
:
syz
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkg
/
csource
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
pkg/csource: inline void* cast into generated code
Greg Steuck
2022-09-05
2
-3
/
+1
*
pkg/csource: account for padding arguments in trampolined sycalls
Greg Steuck
2022-09-05
1
-1
/
+1
*
pkg/csource, pkg/instance, pkg/ipc, pkg/mgrconfig, tools/syz-prog2c, syz-mana...
Andrey Artemiev
2022-08-06
5
-34
/
+176
*
executor: fixed fuzzing with System account in Android sandbox (#3275)
Andrey Artemiev
2022-08-05
1
-1
/
+2
*
vm/adb: wait for Android boot to finish
Andrey Artemiev
2022-07-25
1
-3
/
+1
*
executor: fix mounting of cgroups on read-only fs
Dmitry Vyukov
2022-07-21
1
-15
/
+24
*
executor: added code to run Android with System account
Andrey Artemiev
2022-07-19
3
-18
/
+520
*
executor: prevent ENOSPC if cgroup mount fails
Dmitry Vyukov
2022-07-15
1
-1
/
+8
*
executor: also reset flags on the parent dir if unlinking fails
Mark Johnston
2022-06-24
1
-0
/
+1
*
executor: clear more file flags when removing files
Mark Johnston
2022-06-24
1
-1
/
+1
*
pkg/csource: update generated.go with 'make generate'
Kouame Behouba Manassé
2022-06-22
1
-1
/
+3
*
pkg/csource: update generate.go with 'make generate' cmd
Kouame Behouba Manassé
2022-06-22
1
-2
/
+2
*
executor: fix enabling of ICMP/ping sockets
Dmitry Vyukov
2022-06-20
1
-1
/
+2
*
executor: try harder to unlink files on FreeBSD
Mark Johnston
2022-06-17
1
-2
/
+30
*
executor: fix out of bounds write in lookup_connect_response_in()
Ovidiu Panait
2022-06-14
1
-6
/
+8
*
executor: fixed sandbox 'android'
Andrey Artemiev
2022-06-03
1
-1
/
+2
*
executor/android: update seccomp filters
Kris Alder
2022-06-02
1
-340
/
+398
*
executor: include sched.h for syz_clone
Andrei Vagin
2022-05-27
1
-0
/
+1
*
executor: allow external extensions of the setup phase
Dmitry Vyukov
2022-04-27
1
-0
/
+3
*
executor: applied Bionic patch
Andrey Artemiev
2022-04-13
1
-0
/
+18
*
executor: tolerate syz_genetlink_get_family_id failures
Aleksandr Nogikh
2022-02-25
1
-3
/
+1
*
executor: fail on SEGV during clone()
Aleksandr Nogikh
2022-01-21
2
-1
/
+23
*
executor: add extension point for adding non-mainline pseudo-syscalls
Dmitry Vyukov
2022-01-19
2
-0
/
+2
*
all: create 8 tun devices for OpenBSD
Aleksandr Nogikh
2022-01-14
1
-2
/
+2
*
all: add syz_clone() and syz_clone3() pseudo calls
Aleksandr Nogikh
2022-01-13
2
-0
/
+48
*
pkg/csource: do not delete comments inside macros
Aleksandr Nogikh
2022-01-13
1
-1
/
+1
*
executor: remove custom sys_io_uring_setup definition
Aleksandr Nogikh
2022-01-13
1
-7
/
+1
*
executor: remove sys_memfd_create defines
Aleksandr Nogikh
2022-01-13
1
-19
/
+1
*
all: explicitly list pseudo syscall dependencies
Aleksandr Nogikh
2022-01-13
1
-0
/
+7
*
executor: move SYSCALL_DEFINES above common_*.h includes
Aleksandr Nogikh
2022-01-13
1
-1
/
+4
*
executor: bump on FreeBSD the maximum number of tun devices to 256 (#2956)
Michael Tüxen
2021-12-31
1
-0
/
+3
*
executor: support larger maximum number of tun devices on *BSD (#2953)
Michael Tüxen
2021-12-30
1
-8
/
+14
*
pkg/testutil: add package
Dmitry Vyukov
2021-12-21
2
-24
/
+14
*
all: add the `rerun` call property
Aleksandr Nogikh
2021-12-10
2
-1
/
+12
*
all: replace collide mode by `async` call property
Aleksandr Nogikh
2021-12-10
6
-26
/
+28
*
executor: spread overlapping fds
Aleksandr Nogikh
2021-12-06
1
-4
/
+4
*
executor: changed initialization of VMCS fields
Ayomide Erinfolami
2021-12-01
1
-1
/
+1
*
executor: do not follow symlinks during umount
Aleksandr Nogikh
2021-10-29
1
-4
/
+4
*
all: add binderfs fuzzing support
Aleksandr Nogikh
2021-10-29
1
-0
/
+28
*
executor: don't mount some cgroup controllers during setup
Dmitry Vyukov
2021-10-13
1
-3
/
+3
*
executor: don't fail on cgroup mounting
Dmitry Vyukov
2021-10-13
1
-2
/
+3
*
executor: setup cgroups once
Dmitry Vyukov
2021-10-12
1
-7
/
+3
*
executor: enable cgroup controllers one-by-one
Dmitry Vyukov
2021-10-12
1
-18
/
+39
*
executor: mount new cgroups
Dmitry Vyukov
2021-10-12
1
-2
/
+2
*
pkg/csource: fix call list filtering not being consistent
Aleksandr Nogikh
2021-10-09
1
-20
/
+23
*
executor: work around clang-format issue
Dmitry Vyukov
2021-10-05
1
-4
/
+6
*
pkg/csource: remove calls instead of skipping them
Aleksandr Nogikh
2021-10-01
2
-18
/
+35
*
executor: check for single-line compound statements
Dmitry Vyukov
2021-10-01
1
-12
/
+6
*
all: refactor fault injection into call props
Aleksandr Nogikh
2021-09-22
6
-29
/
+51
*
executor: add missing includes to BSD's setup_fault
Aleksandr Nogikh
2021-09-22
1
-0
/
+1
[prev]
[next]