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/netbsd: add the newer vfork syscall
R3x
2019-12-05
2
-1
/
+2
*
sys/netbsd: Added posix_spawn and fork syscalls
R3x
2019-12-05
3
-1
/
+4
*
sys/linux: more tuning of tty devices
Dmitry Vyukov
2019-12-03
2
-10
/
+25
*
sys/linux: add /dev/fb1
Dmitry Vyukov
2019-12-03
2
-5
/
+10
*
sys/linux: add binderfs descriptions
Dmitry Vyukov
2019-12-02
2
-5
/
+10
*
sys/linux: add /dev/fb descriptions
Dmitry Vyukov
2019-12-02
2
-5
/
+125
*
sys/linux: regenerate consts
Dmitry Vyukov
2019-12-02
1
-1
/
+1
*
sys/linux: more device refinements
Dmitry Vyukov
2019-12-01
2
-5
/
+45
*
sys/linux: add /dev/ptp descriptions
Dmitry Vyukov
2019-12-01
2
-5
/
+85
*
sys/linux: refine some device types
Dmitry Vyukov
2019-12-01
2
-10
/
+25
*
sys/linux: add /dev/snd/pcm* descriptions
Dmitry Vyukov
2019-12-01
2
-5
/
+185
*
sys/linux: add /dev/dsp descriptions
Dmitry Vyukov
2019-12-01
2
-10
/
+195
*
sys/linux: update consts
Dmitry Vyukov
2019-12-01
1
-1
/
+1
*
sys/linux: fix /dev/watch_queue name
Dmitry Vyukov
2019-11-30
1
-5
/
+5
*
sys/linux: add open of /dev/dri/renderD128
Dmitry Vyukov
2019-11-29
2
-5
/
+10
*
sys/linux: fix NFC_SOCKPROTO_RAW socket call
Dmitry Vyukov
2019-11-29
1
-5
/
+5
*
sys/linux: use openat for /dev/cdrom
Dmitry Vyukov
2019-11-29
2
-10
/
+15
*
sys/linux: use known tags for 9p virtio/xen
Dmitry Vyukov
2019-11-29
1
-5
/
+5
*
sys/linux: update BPF constants
Paul Chaignon
2019-11-29
1
-5
/
+5
*
pkg/csource: detect common mistakes in the common executor header
Dmitry Vyukov
2019-11-28
1
-2
/
+4
*
executor: Add debug message in case devlink namespace move fails
Jiri Pirko
2019-11-28
1
-2
/
+6
*
executor: Fix value of DEVLINK_ATTR_NETNS_FD
Jiri Pirko
2019-11-28
1
-1
/
+1
*
sys/linux/socket.txt: add more description for socket ioctls
Shiyu Sun
2019-11-28
2
-5
/
+115
*
sys/linux: more update to current linux-next
Shiyu Sun
2019-11-28
1
-2
/
+2
*
sys/linux: describe PTRACE_PEEKSIGINFO
Andrei Vagin
2019-11-27
2
-5
/
+10
*
sys/linux: add new arguments to struct clone_args for clone3()
Christian Brauner
2019-11-26
1
-5
/
+5
*
sys/linux/fscrypt.txt: add FSCRYPT_POLICY_FLAG_IV_INO_LBLK_64
Eric Biggers
2019-11-26
1
-5
/
+5
*
Call initialize_devlink_ports only when a device has been created
Andrei Vagin
2019-11-26
1
-3
/
+4
*
sys/linux: update to current linux-next
Dmitry Vyukov
2019-11-25
1
-5
/
+5
*
sys/linux: run "make generate" for smack
Denis Efremov
2019-11-22
2
-20
/
+170
*
executor: extend USB debug messages
Andrey Konovalov
2019-11-19
2
-44
/
+436
*
executor: add missing includes
Denis Efremov
2019-11-19
1
-0
/
+3
*
executor: refactor sandbox flags
Dmitry Vyukov
2019-11-16
2
-34
/
+22
*
executor: rename some macros
Dmitry Vyukov
2019-11-16
3
-82
/
+82
*
pkg/csoruce: test that executor does not mis-spell any of the SYZ_* macros
Dmitry Vyukov
2019-11-16
2
-18
/
+14
*
executor: rename some flags
Dmitry Vyukov
2019-11-16
3
-52
/
+52
*
executor: remove pointless macro checks
Dmitry Vyukov
2019-11-16
1
-5
/
+2
*
executor: consider NLMSG_DONE type in netlink_send_ext()
Jiri Pirko
2019-11-15
1
-0
/
+4
*
executor, pkg/host: update usb raw-gadget interface
Andrey Konovalov
2019-11-15
1
-18
/
+18
*
sys/fuchsia: remove deprecated exception APIs
David Pursell
2019-11-14
3
-43
/
+56
*
sys/fuchsia: fix Fuchsia extract/generate
David Pursell
2019-11-14
2
-24
/
+28
*
sys/linux/socket.txt: add devlink pci related netdev
Jiri Pirko
2019-11-14
1
-5
/
+5
*
executor: rename devlink port netdevices to defined names
Jiri Pirko
2019-11-14
1
-2
/
+85
*
executor: pass struct nlmsg to netlink_* helpers
Jiri Pirko
2019-11-14
1
-107
/
+119
*
executor: extend netlink_device_change() to allow name changes
Jiri Pirko
2019-11-14
1
-10
/
+13
*
executor: identify netdev by ifindex in netlink_device_change()
Jiri Pirko
2019-11-14
1
-1
/
+1
*
executor: push out devlink generic netlink id getter into a separate function
Jiri Pirko
2019-11-14
1
-7
/
+22
*
sys/linux: fix up some int64 syscall args
Dmitry Vyukov
2019-11-07
1
-5
/
+5
*
executor: update the list of raw usb events
Andrey Konovalov
2019-11-05
1
-2
/
+0
*
executor, pkg/host, dashboard/config: rename usb-fuzzer to usb raw-gadget
Andrey Konovalov
2019-11-04
1
-88
/
+87
[next]