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
*
executor: fix loop condition in lookup_endpoint
Andrey Konovalov
2023-07-18
1
-1
/
+1
*
executor: include missing linux/falloc.h
Khem Raj
2023-06-20
1
-0
/
+1
*
all: support swap feature on Linux
Aleksandr Nogikh
2023-06-15
4
-9
/
+63
*
executor: move setup_ext() below other features
Aleksandr Nogikh
2023-06-15
1
-4
/
+3
*
executor: use exitf instead of fail outside of setup sequence (#3959)
Andrei Vagin
2023-06-15
1
-4
/
+4
*
executor: use v1 memory cgroup controller
Aleksandr Nogikh
2023-06-14
1
-8
/
+6
*
pkg/csource: annotate syscall() args with their names
Florent Revest
2023-06-09
2
-10
/
+16
*
executor: resolve pseudo syscall compilation problems
Aleksandr Nogikh
2023-05-04
1
-57
/
+100
*
pkg/csource: compile single pseudo syscalls
Aleksandr Nogikh
2023-05-04
1
-0
/
+17
*
executor: remove openbsd bits out of common_bsd.h
Greg Steuck
2023-04-27
1
-41
/
+1
*
executor: detangle common_openbsd.h out of common_bsd.h
Greg Steuck
2023-04-27
2
-1
/
+346
*
sys/targets: switch openbsd to SyscallNumbers: false
Greg Steuck
2023-04-27
1
-1
/
+21
*
sys/targets: introduce HasCallNumber to reduce clutter
Greg Steuck
2023-04-25
1
-3
/
+2
*
pkg/csource: refactor parameters of constArgToStr into helpers
Greg Steuck
2023-04-25
1
-16
/
+27
*
pkg/csource: introduce more structure into emitCallBody
Greg Steuck
2023-04-25
1
-16
/
+13
*
pkg/csource: abstract/recompute isNative
Greg Steuck
2023-04-25
1
-7
/
+12
*
sys/linux: add syz_pkey_set syscalls
Dmitry Vyukov
2023-04-03
1
-0
/
+19
*
executor: use valid temporary dir on Android
Kris Alder
2023-03-21
1
-1
/
+1
*
all: tools/syz-env make generate result
Taras Madan
2023-02-24
1
-17
/
+17
*
all: ioutil is deprecated in go1.19 (#3718)
Taras Madan
2023-02-23
1
-2
/
+1
*
executor: fix initialize_tun() for Android (#3656)
kalder
2023-02-06
1
-0
/
+4
*
vm/starnix: add support for fuzzing starnix (#3624)
juanPabloMiceli
2023-01-19
1
-7
/
+7
*
pkg/csource: fix unit tests for arches with non-default DataOffset
Alexander Egorenov
2023-01-19
1
-11
/
+16
*
executor: better prevent the panic on ext4 errors (#3604)
Aleksandr Nogikh
2023-01-03
1
-1
/
+8
*
pkg/image: treat empty compressed image as valid image
Dmitry Vyukov
2022-12-22
1
-10
/
+4
*
executor: simplify setup_loop_device
Dmitry Vyukov
2022-11-23
1
-8
/
+6
*
executor: don't reset loop device on partition scan success
Dmitry Vyukov
2022-11-23
1
-1
/
+2
*
executor: reduce zlib memory consumption
Dmitry Vyukov
2022-11-23
1
-10
/
+16
*
executor: declare variables locally in zlib
Dmitry Vyukov
2022-11-23
1
-126
/
+90
*
executor: don't pass uncompressed zlib size
Dmitry Vyukov
2022-11-23
1
-34
/
+36
*
executor: remove support for zlib length calculation
Dmitry Vyukov
2022-11-23
1
-48
/
+28
*
executor: add test for zlib decompression
Dmitry Vyukov
2022-11-23
1
-0
/
+389
*
executor: fix puff_zlib_to_file signature
Dmitry Vyukov
2022-11-23
1
-13
/
+14
*
pkg/testutil: add RandSource helper
Dmitry Vyukov
2022-11-23
1
-7
/
+1
*
executor: update to match the new `syz_mount_image` call
Hrutvik Kanabar
2022-11-21
2
-20
/
+393
*
executor: add `zlib` decompression header file
Hrutvik Kanabar
2022-11-21
1
-2
/
+5
*
executor: fix "wrong response packet" in BT fuzzing (#3493)
Tamas Koczka
2022-11-07
1
-11
/
+37
*
executor: add setup_ext_test extension point
Dmitry Vyukov
2022-11-01
2
-0
/
+4
*
executor: test extension points
Dmitry Vyukov
2022-11-01
2
-8
/
+11
*
executor: enable core dumps
Dmitry Vyukov
2022-10-07
1
-1
/
+1
*
executor: move syz_mount_image's sanity checks to syz-fuzzer
Aleksandr Nogikh
2022-09-27
1
-23
/
+0
*
pkg/csource: update generated.go with 'make generate'
George Kennedy
2022-09-21
1
-75
/
+216
*
executor: add NIC PCI pass-through VF support
George Kennedy
2022-09-21
3
-0
/
+9
*
sys/linux, tools/syz-imagegen: allow `syz_mount_image` to change directory
Hrutvik Kanabar
2022-09-13
1
-1
/
+9
*
executor: fix setup of netdevsim device
Dmitry Vyukov
2022-09-09
1
-6
/
+4
*
executor: fix setup of xfrm device
Dmitry Vyukov
2022-09-09
1
-12
/
+28
*
Revert "pkg/csource: inline void* cast into generated code"
Dmitry Vyukov
2022-09-06
2
-1
/
+3
*
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
[next]