syzkaller/sys/freebsd
Dmitry Vyukov 2b084c9886 pkg/csource: use 0 for missing syscall args
We don't specify trailing unused args for some syscalls
(e.g. ioctl that does not use its arg).
Executor always filled tailing unsed args with 0's
but pkg/csource didn't. Some such syscalls actually
check that the unsed arg is 0 and as the result failed with C repro.

We could statically check and eliminate all such cases,
but it turns out the warning fires in 1500+ cases:
a3ace5a63f/gistfile1.txt

So instead fill such args with 0's in pkg/csource too.
2018-12-27 13:11:57 +01:00
..
gen pkg/csource: use 0 for missing syscall args 2018-12-27 13:11:57 +01:00
init.go Makefile: don't compile all targets into target binaries 2018-08-02 19:07:22 +02:00
ipc_amd64.const sys/freebsd: more syscall descriptions 2017-10-17 13:50:05 +02:00
ipc.txt sys/freebsd: more syscall descriptions 2017-10-17 13:50:05 +02:00
posix_fs_amd64.const sys/freebsd: more syscall descriptions 2017-10-17 13:50:05 +02:00
posix_fs.txt sys: consistently mark all paddings as const[0] 2018-12-10 16:37:02 +01:00
posix_mm_amd64.const sys: check that target consts are defined 2018-10-19 19:11:22 +01:00
posix_mm.txt sys: check that target consts are defined 2018-10-19 19:11:22 +01:00
socket_amd64.const sys/freebsd: Improve socket related tests for FreeBSD. 2018-12-08 11:33:41 +01:00
socket_inet6_amd64.const sys: remove socketpair for AF_INET and AF_INET6 2018-12-04 08:58:22 +00:00
socket_inet6.txt sys: remove socketpair for AF_INET and AF_INET6 2018-12-04 08:58:22 +00:00
socket_inet_amd64.const sys: remove socketpair for AF_INET and AF_INET6 2018-12-04 08:58:22 +00:00
socket_inet_icmp_amd64.const sys/freebsd: remove linux specific include files for ICMP 2018-12-05 10:51:02 +00:00
socket_inet_icmp.txt sys/freebsd: remove linux specific include files for ICMP 2018-12-05 10:51:02 +00:00
socket_inet_tcp_amd64.const sys/freebsd: improve TCP tests 2018-12-05 06:57:20 +00:00
socket_inet_tcp.txt sys/freebsd: improve TCP tests 2018-12-05 06:57:20 +00:00
socket_inet_udp_amd64.const sys/freebsd: improve udp tests 2018-12-04 14:15:42 +00:00
socket_inet_udp.txt sys/freebsd: improve udp tests 2018-12-04 14:15:42 +00:00
socket_inet_udplite_amd64.const sys/freebsd: add UDP-Lite descriptions 2018-12-03 13:52:09 +00:00
socket_inet_udplite.txt sys/freebsd: add UDP-Lite descriptions 2018-12-03 13:52:09 +00:00
socket_inet.txt sys: remove socketpair for AF_INET and AF_INET6 2018-12-04 08:58:22 +00:00
socket_unix_amd64.const sys/freebsd: more syscall descriptions 2017-10-17 13:50:05 +02:00
socket_unix.txt pkg/compiler: add check that len does not refer to array with varlen elements 2017-11-28 14:55:21 +01:00
socket.txt sys/freebsd: fix socketpair usage 2018-12-09 15:31:32 +01:00
sys_amd64.const sys/freebsd: Improve socket related tests for FreeBSD. 2018-12-08 11:33:41 +01:00
sys.txt sys/freebsd: Improve socket related tests for FreeBSD. 2018-12-08 11:33:41 +01:00
vnet.txt executor: add support for tap interfaces on FreeBSD 2018-12-01 10:22:39 +00:00