| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/fuchsia: remove deprecated exception APIs | David Pursell | 2019-11-14 | 1 | -4/+0 |
| | | | | | | | The port-based exception APIs have been deprecated on Fuchsia and will be removed shortly. Delete them from the syscall definitions and modify the Fuchsia executor to use the new channel-based APIs instead. | ||||
| * | sys/fuchsia: fix Fuchsia extract/generate | David Pursell | 2019-11-14 | 1 | -22/+26 |
| | | | | | | Updates some paths and add zx_eventpair type definition to fix `make extract` and `make generate`. | ||||
| * | executor: fix setup of vxcan | Dmitry Vyukov | 2019-11-03 | 1 | -5/+0 |
| | | | | | Adding vxcan1 also adds vxcan0. Setup and use both. | ||||
| * | sys/linux: add forgotten SECCOMP_FILTER_FLAG_NEW_LISTENER bits | Jiri Pirko | 2019-11-03 | 1 | -0/+10 |
| | | | | | Signed-off-by: Jiri Pirko <jiri@mellanox.com> | ||||
| * | sys/linux: add missing arm/386 CAN consts | Dmitry Vyukov | 2019-11-02 | 1 | -0/+38 |
| | | |||||
| * | sys/linux: extend CAN descriptions | Dmitry Vyukov | 2019-11-02 | 1 | -0/+92 |
| | | |||||
| * | sys/linux: add SECCOMP_FILTER_FLAG_NEW_LISTENER support | Dmitry Vyukov | 2019-10-28 | 1 | -5/+30 |
| | | |||||
| * | sys/linux: add ioctl_ns | Dmitry Vyukov | 2019-10-25 | 1 | -0/+20 |
| | | |||||
| * | sys/linux: add support for basic devlink syscalls | Jiri Pirko | 2019-10-25 | 1 | -0/+25 |
| | | | | | | | Add support for basic set of devlink interface syscalls Signed-off-by: Jiri Pirko <jiri@mellanox.com> | ||||
| * | sys/linux/socket_netlink_route_sched: add chain actions | Hangbin Liu | 2019-10-24 | 1 | -0/+2 |
| | | | | | | | | | Update #533 Chain actions also use filter policies, so we can add them easily. Signed-off-by: Hangbin Liu <liuhangbin@gmail.com> | ||||
| * | sys/linux: add some new flags | Dmitry Vyukov | 2019-10-15 | 1 | -0/+8 |
| | | | | | Add a few new assorted things, some flags, etc. | ||||
| * | sys/linux: add exfat descriptions | Dmitry Vyukov | 2019-10-15 | 1 | -0/+5 |
| | | |||||
| * | sys/linux: add watch_queue descriptions | Dmitry Vyukov | 2019-10-15 | 1 | -0/+20 |
| | | |||||
| * | sys/linux/vusb.txt: describe UAC1 device class | Andrey Konovalov | 2019-10-15 | 1 | -0/+10 |
| | | |||||
| * | prog: mutate length of output buffers | Veronica Radu | 2019-10-10 | 1 | -0/+2 |
| | | | | | Update #480 | ||||
| * | sys/linux: add new syscall descriptions for devio and usbmon | Veronica Radu | 2019-10-01 | 1 | -10/+153 |
| | | | | | Update #533 | ||||
| * | sys/linux/dev_binder.txt: also support real-world binder device names | Eric Biggers | 2019-09-30 | 1 | -0/+15 |
| | | | | | | | It was reported that binder isn't covered when using syzkaller on a real Android device, since the binder device names are different. Update the descriptions to know about the real-world device names too. | ||||
| * | sys/linux: add new pidfd syscalls | Dmitry Vyukov | 2019-09-27 | 1 | -0/+9 |
| | | |||||
| * | sys/linux: update BPF constants | Paul Chaignon | 2019-09-19 | 1 | -0/+3 |
| | | | | | Signed-off-by: Paul Chaignon <paul.chaignon@orange.com> | ||||
| * | sys/linux: re-generate Linux descriptions from next-20190918 | Eric Biggers | 2019-09-19 | 1 | -0/+25 |
| | | |||||
| * | sys/linux/vusb.txt: properly describe interfaces for USB CDC NCM | Andrey Konovalov | 2019-09-06 | 1 | -10/+10 |
| | | | | | Also rename cdc_ethernet to cdc_ecm. | ||||
| * | prog: implemented argument and call priorities | Veronica Radu | 2019-09-04 | 1 | -0/+2 |
| | | |||||
| * | sys/linux: add basic USB CDC NCM descriptions (#1337) | Andrey Konovalov | 2019-08-14 | 1 | -0/+10 |
| | | | | | CDC NCM support is incomplete, as it requires support for describing multiples interfaces per configuration. | ||||
| * | sys/fuchsia: update socket syscalls | Marco Vanotti | 2019-08-14 | 1 | -30/+0 |
| | | |||||
| * | sys/openbsd: add ktrace description | Anton Lindqvist | 2019-08-12 | 1 | -0/+1 |
| | | |||||
| * | sys/openbsd: add acct description | Anton Lindqvist | 2019-08-12 | 1 | -0/+1 |
| | | |||||
| * | sys/openbsd: add speaker descriptions | Anton Lindqvist | 2019-08-12 | 1 | -0/+3 |
| | | |||||
| * | sys/linux: add basic USB CDC Ethernet descriptions (#1328) | Andrey Konovalov | 2019-08-09 | 1 | -0/+10 |
| | | |||||
| * | prog: add special mutation for binary flags | Veronica Radu | 2019-08-09 | 1 | -0/+6 |
| | | |||||
| * | sys/linux: add syz_open_dev$char_usb descriptions | Andrey Konovalov | 2019-08-08 | 1 | -0/+15 |
| | | | | | | syz_open_dev$char_usb opens char devices with major = USB_MAJOR. Sanitize its values to make sure it doesn't open other char/block devices. | ||||
| * | sys/linux: add basic USB PRINTER descriptions (#1316) | Andrey Konovalov | 2019-08-06 | 1 | -0/+10 |
| | | | | Also put USB HID descriptions together. | ||||
| * | sys/linux/socket.txt: update timestamp options | Hangbin Liu | 2019-07-30 | 1 | -0/+10 |
| | | | | | | | | | | Update socket timeval, timestamp options and flags. v2: separate SO_{TIMESTAMP, TIMESTAMPNS}_{OLD, NEW} as they only need enable/disable option value. Signed-off-by: Hangbin Liu <liuhangbin@gmail.com> | ||||
| * | prog: don't minimize ProcType to 0 | Dmitry Vyukov | 2019-07-26 | 1 | -0/+1 |
| | | | | | | | | | Default value for ProcType is 0 (same for all PID's). Usually 0 either does not make sense at all or make different PIDs collide (since we use ProcType to separate value ranges for different PIDs). So don't change ProcType to 0 unless the type is explicitly marked as opt (in that case we will also generate 0 anyway). | ||||
| * | sys/linux: add usbmon add vfio descriptions | VeronicaRadu | 2019-07-26 | 1 | -0/+75 |
| | | |||||
| * | sys/fuchsia: update zx_clock_get syscall (#1292) | Marco Vanotti | 2019-07-16 | 1 | -2/+0 |
| | | | | | | | | | | | | | * sys/fuchsia: update zx_clock_get. zx_clock_get was deprecated and replaced by zx_clock_get_new. In a recent CL[0], they replaced the zx_clock_get by zx_clock_get_new and moved all client. This commit updates syzkaller to use the new function. [0]: https://fuchsia-review.googlesource.com/c/fuchsia/+/298575 * run make extract && make generate | ||||
| * | run make extract and make generate for fuchsia | Marco Vanotti | 2019-07-16 | 1 | -20/+4 |
| | | |||||
| * | sys/linux: update for v5.3 again | Eric Biggers | 2019-07-16 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | Update descriptions to be compatible with latest linux-next (next-20190715), which in theory will match v5.3-rc1 when the merge window closes. - KEYCTL_GRANT_PERMISSION was reverted. So remove its description. - CRYPTO_ALG_TYPE_DIGEST was removed. So remove its description. - IB_QP_CREATE_SIGNATURE_EN was renamed to IB_QP_CREATE_INTEGRITY_EN. Also remove the sys/linux/rdma_*.const files which were incorrectly checked into git. The real copies of those files are in sys/linux/dev_infiniband_rdma_*.const. For now I did *not* check for other new APIs that need to be described. | ||||
| * | sys/linux: update key descriptions | Eric Biggers | 2019-07-15 | 1 | -0/+15 |
| | | | | | | | | | - Add KEYCTL_MOVE (new in v5.3) - Add KEYCTL_CAPABILITIES (new in v5.3) - Add KEYCTL_GRANT_PERMISSION (new in v5.3) - Remove KEY_PERM_UNDEF (was only ever in an internal kernel header, not in UAPI; removed in v5.3) | ||||
| * | executor: add network packet injection for NetBSD | Siddharth M | 2019-07-14 | 1 | -0/+3 |
| | | | | | | | | | | | | | * Initial Commit * working build of network packet fuzzing * Add missed csource file * pkg/csource: fix build * executor/common_bsd.h: Add comment stating reason for ifconfig create | ||||
| * | sys/openbsd: add diskmap descriptions | Anton Lindqvist | 2019-07-10 | 1 | -0/+2 |
| | | |||||
| * | sys/linux, executor: run make extract and generate | Andrey Konovalov | 2019-07-01 | 1 | -0/+5 |
| | | |||||
| * | sys/netbsd: Adding more syscalls | Siddharth M | 2019-07-01 | 1 | -0/+20 |
| | | | | | | | | | | | | | | | * sys/netbsd: Adding more syscalls * Added lwp create structures * Added a few lwp flags * completed _lwp* syscalls * add clone syscall * fix errors, recheck arguments | ||||
| * | sys/openbsd: add missing WSDISPLAYIO_SBURNER ioctl command | Anton Lindqvist | 2019-06-30 | 1 | -0/+1 |
| | | |||||
| * | sys/netbsd: Add new syscalls exit and ptrace | R3x | 2019-06-26 | 1 | -0/+2 |
| | | |||||
| * | sys/linux, executor: run make extract and generate | Andrey Konovalov | 2019-06-24 | 1 | -0/+10 |
| | | |||||
| * | sys/linux: add hidraw and hiddev descriptions | Andrey Konovalov | 2019-06-07 | 1 | -5/+160 |
| | | |||||
| * | sys/openbsd: add klog descriptions | Anton Lindqvist | 2019-06-05 | 1 | -0/+3 |
| | | |||||
| * | sys/openbsd: add missing wsmouse ioctl descriptions | Anton Lindqvist | 2019-06-05 | 1 | -0/+5 |
| | | |||||
| * | sys/linux: update descriptions of sendmsg/sendmmsg | Bins94 | 2019-06-03 | 1 | -26/+85 |
| | | | | | | Add sendmsg$inet, sendmmsg$inet for ip_cmsg_send. Add sendmsg$inet6, sendmmsg$inet6 for ip6_datagram_send_ctl | ||||
| * | sys/freebsd: Add support for fuzzing FreeBSD/i386 | Andrew Turner | 2019-05-29 | 1 | -0/+503 |
| | | | | | Add support to fuzz 32 bit FreeBSD system calls. | ||||
