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
Commit message (
Expand
)
Author
Age
Files
Lines
*
sys/freebsd: add FreeBSD-specific madvise(2) flags
Mark Johnston
2020-03-27
1
-2
/
+2
*
sys/linux: don't use syz_open_dev when openat is enough
Dmitry Vyukov
2020-03-24
2
-30
/
+30
*
pkg/compiler: truncate const values to their physical size
Dmitry Vyukov
2020-03-24
1
-7
/
+7
*
pkg/compiler: check that flags values fit into base type
Dmitry Vyukov
2020-03-17
1
-10
/
+10
*
pkg/compiler: check that const values fit into base type
Dmitry Vyukov
2020-03-17
1
-12
/
+12
*
pkg/compiler: calculate more precise sizes for arguments
Dmitry Vyukov
2020-03-17
1
-16
/
+16
*
pkg/compiler: ensure consistency of syscall argument types
Dmitry Vyukov
2020-03-17
2
-68
/
+62
*
pkg/compiler: don't specify syscall consts for test OS
Dmitry Vyukov
2020-03-17
2
-3
/
+390
*
executor: fix format warning
Dmitry Vyukov
2020-03-13
1
-2
/
+2
*
executor: fix data race
Dmitry Vyukov
2020-03-13
1
-1
/
+1
*
executor: add more debugging output for running=-1
Dmitry Vyukov
2020-03-13
1
-1
/
+13
*
executor, sys/linux: add ath9k usb descriptions
Andrey Konovalov
2020-03-13
6
-39
/
+139
*
executor: minor cleanup of android sandbox
Dmitry Vyukov
2020-03-11
2
-25
/
+22
*
executor: fix clang-tidy warnings
Dmitry Vyukov
2020-03-11
3
-4
/
+6
*
executor: add seccomp support for Android
mspectorgoogle
2020-03-11
6
-20
/
+623
*
executor: prevent "NMI handler took too long" messages
Dmitry Vyukov
2020-03-06
2
-0
/
+16
*
sys/openbsd: prevent killing the ssh VM connection
Anton Lindqvist
2020-03-05
2
-1
/
+2
*
executor: don't exit if NETLINK_GENERIC isnt' supported
Andrei Vagin
2020-02-27
1
-2
/
+4
*
executor: uncomment accidentially commented code
Dmitry Vyukov
2020-02-24
1
-3
/
+3
*
sys/linux: add NETLINK_SOCK_DIAG descriptions
Dmitry Vyukov
2020-02-21
2
-6
/
+36
*
sys/linux: add NETLINK_RDMA descriptions
Dmitry Vyukov
2020-02-21
3
-15
/
+129
*
sys/linux: add NETLINK_AUDIT descriptions
Dmitry Vyukov
2020-02-21
2
-6
/
+102
*
sys/linux: add smc_pnetid genetlink descriptions
Dmitry Vyukov
2020-02-20
2
-6
/
+36
*
sys/linux: add descriptions of wireguard packets
Dmitry Vyukov
2020-02-18
1
-6
/
+6
*
sys/linux: don't extract from futex.txt and watch_queue.txt
Dmitry Vyukov
2020-02-18
2
-6
/
+10
*
executor: disable IFF_NAPI_FRAGS
Dmitry Vyukov
2020-02-18
1
-1
/
+12
*
sys/linux: add broadcast mac address
Dmitry Vyukov
2020-02-18
1
-6
/
+6
*
executor: refactor extra cover handling
Dmitry Vyukov
2020-02-17
1
-18
/
+16
*
sys/linux: add new FUTEX_WAIT_MULTIPLE operation
André Almeida
2020-02-17
2
-6
/
+12
*
sys/linux: add map batch operations
Paul Chaignon
2020-02-16
2
-5
/
+25
*
sys/linux: update BPF constants and structures
Paul Chaignon
2020-02-16
1
-6
/
+6
*
wireguard: setup some initial devices in a triangle
Jason A. Donenfeld
2020-02-13
1
-0
/
+272
*
sys/linux: add SO_BINDTODEVICE specialization for wireguard
Dmitry Vyukov
2020-02-12
2
-6
/
+12
*
sys/linux: restrict wireguard allowedips cidr size
Jason A. Donenfeld
2020-02-11
1
-6
/
+6
*
pkg/ast: introduce hex-encoded string literals
Dmitry Vyukov
2020-02-10
1
-6
/
+6
*
sys/linux: dump netdev_addr_id for wg2
Dmitry Vyukov
2020-02-10
1
-6
/
+6
*
executor: increase input buffer size
Dmitry Vyukov
2020-02-10
1
-1
/
+1
*
pkg/compiler: allow for escaped strings
Jason A. Donenfeld
2020-02-10
1
-6
/
+6
*
wireguard: use wg0, wg1, wg2
Jason A. Donenfeld
2020-02-10
2
-10
/
+12
*
wireguard: increase chance that public and private will correspond
Jason A. Donenfeld
2020-02-10
1
-6
/
+6
*
sys/linux: add new pidfd_getfd syscall
Christian Brauner
2020-02-06
2
-6
/
+12
*
sys/linux: use literal consts instead of hardcoded number
Dmitry Vyukov
2020-02-01
1
-6
/
+6
*
sys/linux: add IPPROTO_MPTCP support
Christoph Paasch
2020-02-01
2
-6
/
+18
*
sys/linux: regenerate files
Dmitry Vyukov
2020-01-31
1
-6
/
+6
*
sys/linux: add some wireguard descriptions
Dmitry Vyukov
2020-01-31
3
-6
/
+34
*
sys/linux: fix drm_mode_fb_cmd2 layout
Dmitry Vyukov
2020-01-28
1
-6
/
+6
*
sys/linux: add ethtool netlink descriptions
Dmitry Vyukov
2020-01-28
2
-6
/
+48
*
sys/linux: add time namespace descriptions
Dmitry Vyukov
2020-01-27
1
-6
/
+6
*
prog: remove unused ResourceDesc.Type
Dmitry Vyukov
2020-01-26
1
-15
/
+15
*
pkg/serializer: do not write field names if it won't save space
Dmitry Vyukov
2020-01-26
1
-19
/
+19
[next]