| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | sys/linux: add ipset descriptions | Dmitry Vyukov | 2020-01-07 | 1 | -0/+114 | |
| | | ||||||
| * | sys/linux: add NFNL_SUBSYS_CTHELPER/NFNL_SUBSYS_CTNETLINK_EXP descriptions | Dmitry Vyukov | 2020-01-05 | 1 | -0/+42 | |
| | | ||||||
| * | prog: fix tests for string enforcement | Dmitry Vyukov | 2020-01-05 | 1 | -0/+6 | |
| | | | | | | | | | String value enforcement broke a number of tests where we use different values. Be more string as to what string values we use in tests. Required to add tmpfs descriptions to test syz_mount_image. Also special-casing AF_ALG algorithms as these are auto-generated. | |||||
| * | sys/linux: add AF_NETLINK/NETLINK_NETFILTER/NFNL_SUBSYS_CTNETLINK descriptions | Dmitry Vyukov | 2020-01-05 | 1 | -0/+48 | |
| | | ||||||
| * | prog: don't mutate strings with enumerated values | Dmitry Vyukov | 2020-01-05 | 1 | -0/+2 | |
| | | | | | | | | | | | Strings with enumerated values are frequently file names or have complete enumeration of relevant values. Mutating complete enumeration if not very profitable. Mutating file names leads to escaping paths and fuzzer messing with things it is not supposed to mess with as in: r0 = openat$apparmor_task_exec(0xffffffffffffff9c, &(0x7f0000000440)='/proc/self//exe\x00', 0x3, 0x0) | |||||
| * | sys/linux: add basic AF_PHONET descriptions | Dmitry Vyukov | 2020-01-03 | 1 | -0/+113 | |
| | | ||||||
| * | sys/linux: add minimal AFS descriptions | Dmitry Vyukov | 2020-01-03 | 1 | -0/+6 | |
| | | ||||||
| * | sys/linux: add 80211 descriptions | Dmitry Vyukov | 2020-01-03 | 1 | -0/+216 | |
| | | ||||||
| * | sys/linux: add netlabel descriptions | Dmitry Vyukov | 2020-01-03 | 1 | -0/+168 | |
| | | ||||||
| * | sys/linux: add IPPROTO_L2TP descriptions | Dmitry Vyukov | 2019-12-31 | 1 | -30/+174 | |
| | | ||||||
| * | sys/linux: add virt_wifi and xfrm devices | Dmitry Vyukov | 2019-12-30 | 1 | -0/+24 | |
| | | | | | + some netlink descriptions | |||||
| * | sys/linux: add {MSG,SEM,SHM}_STAT_ANY | Dmitry Vyukov | 2019-12-30 | 1 | -0/+18 | |
| | | ||||||
| * | sys/linux: another batch of warning fixes | Dmitry Vyukov | 2019-12-22 | 1 | -6/+24 | |
| | | | | | | | The only remaining part now is dev_video4linux.txt Update #590 | |||||
| * | prog: don't fail decoding on non-default out args | Dmitry Vyukov | 2019-12-21 | 1 | -0/+1 | |
| | | | | | | | | We get them in cross-compilation test where an out const arg has different values in different archs. No reason to fail deserialization in that case, replace with default arg instead. | |||||
| * | sys/linux: support new split sound ioctls | Dmitry Vyukov | 2019-12-18 | 1 | -24/+48 | |
| | | | | | | | Some sounds ioctls are now explicitly doubled for 32/64 bits. Support that. Fix mips SOL_SOCKET issues by rearranging includes. Improve few other fields. | |||||
| * | Autogenerated files for linux/mips64le | Jouni Hogander | 2019-12-17 | 1 | -0/+2891 | |
| | | | | | | | | | | This patch adds all autogenerated files for linux/mips64le. Files are generated by following commands: make extract bin/syz-extract -build -os=linux -arch=mips64le -sourcedir=linux make generate | |||||
| * | sys/linux: refine few framebuffer/kbd ioctls | Dmitry Vyukov | 2019-12-07 | 1 | -30/+55 | |
| | | ||||||
| * | sys/netbsd: add the newer vfork syscall | R3x | 2019-12-05 | 1 | -0/+1 | |
| | | ||||||
| * | sys/netbsd: Added posix_spawn and fork syscalls | R3x | 2019-12-05 | 1 | -0/+3 | |
| | | ||||||
| * | sys/linux: more tuning of tty devices | Dmitry Vyukov | 2019-12-03 | 1 | -5/+20 | |
| | | | | | | | | | | Enable /dev/tty{1-6}. These seem to be special. Few first connected to framebuffers. But the rest seem to be different from e.g. tty20 anyway. Also /dev/tty is different from the rest. /dev/ttyS3 and /dev/ttyprintk are different. Properly pair BSD pty terminals. | |||||
| * | sys/linux: add /dev/fb1 | Dmitry Vyukov | 2019-12-03 | 1 | -0/+5 | |
| | | | | | qemu -vga cirrus results in /dev/fb0 and /dev/fb1. | |||||
| * | sys/linux: add binderfs descriptions | Dmitry Vyukov | 2019-12-02 | 1 | -0/+5 | |
| | | ||||||
| * | sys/linux: add /dev/fb descriptions | Dmitry Vyukov | 2019-12-02 | 1 | -0/+120 | |
| | | | | | Framebuffer descriptions + open more tty dev nodes. | |||||
| * | sys/linux: more device refinements | Dmitry Vyukov | 2019-12-01 | 1 | -0/+40 | |
| | | | | | | Add some mode /dev/nodes* Add anoter midi device. | |||||
| * | sys/linux: add /dev/ptp descriptions | Dmitry Vyukov | 2019-12-01 | 1 | -0/+80 | |
| | | ||||||
| * | sys/linux: refine some device types | Dmitry Vyukov | 2019-12-01 | 1 | -5/+20 | |
| | | | | | | | /dev/pmem0 is a block device. /dev/adsp1 is the same as /dev/dsp1. dmmidi,admmidi,amidi is the same as /dev/snd/midi. | |||||
| * | sys/linux: add /dev/snd/pcm* descriptions | Dmitry Vyukov | 2019-12-01 | 1 | -0/+180 | |
| | | ||||||
| * | sys/linux: add /dev/dsp descriptions | Dmitry Vyukov | 2019-12-01 | 1 | -5/+190 | |
| | | ||||||
| * | sys/linux: add open of /dev/dri/renderD128 | Dmitry Vyukov | 2019-11-29 | 1 | -0/+5 | |
| | | | | | It's created by qemu but is not matched by the existing /dev/dri/renderD# pattern. | |||||
| * | sys/linux: use openat for /dev/cdrom | Dmitry Vyukov | 2019-11-29 | 1 | -5/+10 | |
| | | | | | | No need to use syz_open_dev here, openat will do. Also add /dev/cdrom1 b/c qemu -machine q35 creates cdrom1 instead of cdrom. | |||||
| * | sys/linux/socket.txt: add more description for socket ioctls | Shiyu Sun | 2019-11-28 | 1 | -0/+110 | |
| | | ||||||
| * | sys/linux: describe PTRACE_PEEKSIGINFO | Andrei Vagin | 2019-11-27 | 1 | -0/+5 | |
| | | | | | Signed-off-by: Andrei Vagin <avagin@gmail.com> | |||||
| * | sys/linux: run "make generate" for smack | Denis Efremov | 2019-11-22 | 1 | -15/+165 | |
| | | | | | Signed-off-by: Denis Efremov <efremov@linux.com> | |||||
| * | 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. | |||||
