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
/
executor
/
common.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
executor: fix handling of big-endian bitfields
Dmitry Vyukov
2018-12-08
1
-13
/
+4
*
executor: FreeBSD: fixed endian.h path
msvoelker
2018-11-23
1
-0
/
+4
*
Android: Fix sandbox implementation
Zach Riggle
2018-10-12
1
-2
/
+6
*
executor: make the debug output useful for race condition debugging
Alexander Popov
2018-09-24
1
-2
/
+1
*
RFC: android: Add support for untrusted_app sandboxing (#697)
Zach Riggle
2018-09-17
1
-1
/
+1
*
sys/linux: add syz_execute_func
Dmitry Vyukov
2018-08-30
1
-0
/
+9
*
Add mandatory OpenBSD bits (#689)
Anton Lindqvist
2018-08-28
1
-3
/
+3
*
executor: fix gcc warnings in fuchsia generated code
Dmitry Vyukov
2018-08-19
1
-13
/
+13
*
executor: fix cgroups
Dmitry Vyukov
2018-08-09
1
-3
/
+3
*
executor: mount binfmt_mist
Dmitry Vyukov
2018-08-09
1
-4
/
+4
*
executor: check write return value
Dmitry Vyukov
2018-08-05
1
-1
/
+5
*
executor: abort fuse connection
Dmitry Vyukov
2018-08-04
1
-6
/
+12
*
executor: make current_time_ms/sleep_ms
Dmitry Vyukov
2018-07-30
1
-4
/
+3
*
executor: disable clang-format for some parts
Dmitry Vyukov
2018-07-27
1
-8
/
+8
*
pkg/csource: add option to trace syscall results
Dmitry Vyukov
2018-07-27
1
-0
/
+11
*
pkg/csource: tidy generated code
Dmitry Vyukov
2018-07-27
1
-7
/
+100
*
executor: simplify event_timedwait
Dmitry Vyukov
2018-07-27
1
-15
/
+10
*
executor: overhaul
Dmitry Vyukov
2018-07-24
1
-110
/
+477
*
executor: fix typo in comment
Anton Lindqvist
2018-07-23
1
-1
/
+1
*
pkg/csource: support fuchsia
Dmitry Vyukov
2018-06-29
1
-7
/
+9
*
executor: make syscall table and number constant
Dmitry Vyukov
2018-06-07
1
-3
/
+0
*
sys/linux: add cgroup descriptions
Dmitry Vyukov
2018-03-25
1
-0
/
+6
*
executor: fix ifdef's for csource
Dmitry Vyukov
2018-03-07
1
-1
/
+2
*
executor: fix includes
Dmitry Vyukov
2018-03-05
1
-1
/
+6
*
sys/linux: add syz_init_net_socket syscall
Dmitry Vyukov
2018-03-05
1
-3
/
+4
*
executor: introduce uint64/32/16/8 types
Dmitry Vyukov
2017-12-27
1
-8
/
+12
*
executor: check format strings
Dmitry Vyukov
2017-12-27
1
-7
/
+11
*
executor: fix macros in common.h
Andrey Konovalov
2017-12-14
1
-3
/
+4
*
executor: fix build
Dmitry Vyukov
2017-12-06
1
-2
/
+2
*
executor: fix build breakages due to doexit
Dmitry Vyukov
2017-10-19
1
-0
/
+8
*
executor, pkg/ipc: unify ipc protocol between linux and other OSes
Dmitry Vyukov
2017-10-16
1
-5
/
+9
*
executor: write debug output to stderr
Dmitry Vyukov
2017-10-16
1
-2
/
+2
*
executor: fix execution of windows syscalls
Dmitry Vyukov
2017-09-27
1
-2
/
+6
*
executor, sys/windows: initial windows support
Dmitry Vyukov
2017-09-25
1
-63
/
+4
*
all: more assorted fuchsia support
Dmitry Vyukov
2017-09-22
1
-894
/
+24
*
executor: sandbox with RLIMIT_MEMLOCK
Dmitry Vyukov
2017-08-08
1
-0
/
+2
*
pkg/csource: make all usleeps random
Andrey Konovalov
2017-07-24
1
-2
/
+0
*
Port console to Darwin (#253)
Zach Riggle
2017-06-26
1
-0
/
+2
*
executor: fix clang-tidy warnings
Dmitry Vyukov
2017-06-13
1
-15
/
+15
*
executor: add sys/sysmacros.h include for makedev in newer gcc
Andrey Konovalov
2017-06-13
1
-0
/
+1
*
csource: don't use guard macros for debug() and NONFAILING()
Andrey Konovalov
2017-06-12
1
-33
/
+0
*
repro: always minimize over EnableTun
Andrey Konovalov
2017-06-12
1
-1
/
+1
*
csource: generate includes when necessary
Andrey Konovalov
2017-06-12
1
-25
/
+102
*
csource: don't generate execute_syscall calls
Andrey Konovalov
2017-06-12
1
-0
/
+2
*
csource: use tmp dir in repeat loop when tmpdir flag is on
Andrey Konovalov
2017-06-12
1
-1
/
+9
*
csource: only emit fail(), exitf() and doexit() when necessary
Andrey Konovalov
2017-06-12
1
-1
/
+15
*
csourse: don't generate debug printfs
Andrey Konovalov
2017-06-12
1
-2
/
+32
*
csource: try to simplify repeat loop
Andrey Konovalov
2017-06-12
1
-3
/
+10
*
csource: use sandbox only when required
Andrey Konovalov
2017-06-12
1
-0
/
+2
*
csource: emit bitmasks only when required
Andrey Konovalov
2017-06-12
1
-14
/
+16
[next]