syzkaller/sys/netbsd
Dmitry Vyukov 5ed76afa81 pkg/compiler: check for unused resources
If a resource is never used as an input, it is not useful.
It's effectively the same as using an integer.
Detect such cases, they are quite confusing.
Fix all existing errors in descriptions.
This uncovered some interesting bugs as well,
e.g. use of a completely unrelated fd subtype after copy-paste
(while the resource that was supposed to be used there is completely unused).
2020-08-04 16:53:16 +02:00
..
fs_amd64.const sys/netbsd: Adding syscalls related to mount(2),uname(2) and sockets (#1976) 2020-07-30 14:42:32 +02:00
fs.txt pkg/compiler: check for unused resources 2020-08-04 16:53:16 +02:00
init.go executor: surround the data mapping with PROT_NONE pages 2020-04-18 14:43:29 +02:00
ipc_amd64.const Add two new syscalls shmctl and msgctl 2017-10-30 18:57:38 +01:00
ipc.txt Added a few more syscall descriptions, consts 2017-10-30 18:57:38 +01:00
lwp_amd64.const Adding ksem family of syscalls (#1972) 2020-07-26 10:19:16 +02:00
lwp.txt Adding ksem family of syscalls (#1972) 2020-07-26 10:19:16 +02:00
mm_amd64.const sys: check that target consts are defined 2018-10-19 19:11:22 +01:00
mm.txt sys: check that target consts are defined 2018-10-19 19:11:22 +01:00
socket_amd64.const sys/netbsd: Adding syscalls related to mount(2),uname(2) and sockets (#1976) 2020-07-30 14:42:32 +02: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.txt sys: remove socketpair for AF_INET and AF_INET6 2018-12-04 08:58:22 +00:00
socket_unix_amd64.const Added a few more syscall descriptions, consts 2017-10-30 18:57:38 +01:00
socket_unix.txt pkg/compiler: refactor attribute handling 2020-04-19 10:26:57 +02:00
socket.txt sys/netbsd: Adding syscalls related to mount(2),uname(2) and sockets (#1976) 2020-07-30 14:42:32 +02:00
sys_amd64.const sys/netbsd: Adding syscalls related to mount(2),uname(2) and sockets (#1976) 2020-07-30 14:42:32 +02:00
sys.txt sys/netbsd: Adding syscalls related to mount(2),uname(2) and sockets (#1976) 2020-07-30 14:42:32 +02:00
vnet.txt pkg/compiler: check for unused resources 2020-08-04 16:53:16 +02:00
vusb_amd64.const sys/netbsd: improve vusb.txt 2020-05-29 21:25:38 +02:00
vusb.txt pkg/compiler: check for unused resources 2020-08-04 16:53:16 +02:00