| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/linux/socket_netlink_route: add specific policies for IFLA_LINKINFO | Hangbin Liu | 2018-07-17 | 11 | -96/+7089 |
| | | | | | | | | | Add interface specified policies for IFLA_LINKINFO. I only added the interfaces we create in initial setup. Remain other types of interfaces in the TODO list. Signed-off-by: Hangbin Liu <liuhangbin@gmail.com> | ||||
| * | sys/linux: regenerate files | Dmitry Vyukov | 2018-07-13 | 3 | -6/+15 |
| | | |||||
| * | sys/linux: improve fuse descriptions | Dmitry Vyukov | 2018-07-12 | 11 | -350/+2391 |
| | | |||||
| * | sys/linux: implement fuse as normal syscalls | Dmitry Vyukov | 2018-07-10 | 11 | -99/+425 |
| | | | | | | Remove syz_fuse* and implement them as normal syscalls. We not have enough expressive power to form mount options. | ||||
| * | sys/linux: use fmt in filesystem options | Dmitry Vyukov | 2018-07-09 | 7 | -1289/+1023 |
| | | | | | | We currently generate poor formatted intergers, generate proper integers using the new fmt type. | ||||
| * | sys/linux: use negative consts where useful | Dmitry Vyukov | 2018-07-09 | 13 | -224/+224 |
| | | |||||
| * | sys/linux: refine 9p descriptions | Dmitry Vyukov | 2018-07-08 | 6 | -212/+200 |
| | | | | | | | | RVERSION needs to use 0xffff tag, otherwise parsing fails. Use only tags 1 and 2. They are densely allocated, so most of the time it's 1. And it needs to be correct in multiple replies for mount to succeed. So limit tag space. | ||||
| * | sys/linux: modernize cgroup descriptions | Dmitry Vyukov | 2018-07-08 | 6 | -58/+18 |
| | | |||||
| * | sys/linux: modernize selinux descriptions | Dmitry Vyukov | 2018-07-08 | 6 | -50/+32 |
| | | |||||
| * | sys/linux: extend 9p descriptions | Dmitry Vyukov | 2018-07-08 | 12 | -755/+4185 |
| | | | | | Add actual protocol messages. | ||||
| * | prog, pkg/compiler: support fmt type | Dmitry Vyukov | 2018-07-08 | 5 | -1595/+1595 |
| | | | | | | fmt type allows to convert intergers and resources to string representation. | ||||
| * | sys/linux: refine vfat/msdos options | Dmitry Vyukov | 2018-07-07 | 7 | -167/+329 |
| | | |||||
| * | sys/linux: add 9p descriptions | Dmitry Vyukov | 2018-07-06 | 21 | -15/+1228 |
| | | | | | Only mount for now. | ||||
| * | sys/linux: update autogenerated files | Dmitry Vyukov | 2018-07-06 | 5 | -55/+60 |
| | | | | | "sys/linux: add mount$bpf" commit did not include these changes. | ||||
| * | sys/linux: add mount$bpf | Dmitry Vyukov | 2018-07-06 | 7 | -121/+282 |
| | | | | | Plus some minor assorted fixes. | ||||
| * | sys/linux: add rtc description | Chi Pham | 2018-07-02 | 11 | -5/+1101 |
| | | |||||
| * | pkg/compiler: check for unused declarations | Dmitry Vyukov | 2018-06-30 | 44 | -195/+796 |
| | | | | | | Error on unused structs/unions/resources/flags. Finds tons of bugs. | ||||
| * | prog: detect when flags are a bitmask | Dmitry Vyukov | 2018-06-30 | 5 | -3557/+3557 |
| | | |||||
| * | sys/linux: add 2 custom uids | Dmitry Vyukov | 2018-06-23 | 6 | -17/+17 |
| | | | | | | Give fuzzer 2 custom uids to mess with. Ideally these should be proc, we can't do this for resources. | ||||
| * | sys/linux: fix /dev/urandom descriptions | Dmitry Vyukov | 2018-06-23 | 7 | -63/+42 |
| | | | | | | Don't use pseudo syscall without a reason. Remove duplicate syscall. | ||||
| * | sys/linux: regenerate consts | Dmitry Vyukov | 2018-06-19 | 10 | -15/+5 |
| | | | | | @evdenis | ||||
| * | sys/linux: additional scsi_ioctls of sg device | Denis Efremov | 2018-06-19 | 11 | -6/+417 |
| | | | | | | | | Add previously skipped SCSI_IOCTL_* ioctls in the sg rule. Signed-off-by: Denis Efremov <efremov@linux.com> | ||||
| * | sys/linux: refine xdp description | Dmitry Vyukov | 2018-06-18 | 6 | -26/+69 |
| | | | | | | | | | | Split sockaddr_xdp for bind. Bind accepts another sock_xdp in addr. Without the split getsockaddr "can" create sock_xdp's because it returns generic sockaddr which contains all addresses, including sockaddr_xdp, which in turn contains sock_xdp. | ||||
| * | sys: mark output resources as opt | Dmitry Vyukov | 2018-06-18 | 13 | -521/+672 |
| | | | | | | Mark output resources as opt in preparation for more precise constructor calculation. | ||||
| * | sys/linux: add rseq syscall | Dmitry Vyukov | 2018-06-12 | 11 | -6/+148 |
| | | |||||
| * | sys/linux: add missing generic crypto algs | Ondrej Mosnacek | 2018-06-11 | 1 | -0/+5 |
| | | |||||
| * | executor: always use errors=continue when mounting ext2/3/4 | Dmitry Vyukov | 2018-06-11 | 6 | -78/+11 |
| | | | | | | | | For ext2/3/4 we have to have errors=continue because the image can contain errors=panic flag and can legally crash kernel. Fixes #599 | ||||
| * | sys/linux: add udplite sockets | Dmitry Vyukov | 2018-06-08 | 11 | -28/+178 |
| | | |||||
| * | sys/linux: add TCP_ZEROCOPY_RECEIVE and TCP_INQ | Dmitry Vyukov | 2018-06-08 | 11 | -26/+151 |
| | | |||||
| * | sys/linux: add ip6t_srh1 description | Dmitry Vyukov | 2018-06-08 | 11 | -16/+181 |
| | | |||||
| * | sys/linux: add more fs ioctls | Dmitry Vyukov | 2018-06-08 | 11 | -11/+640 |
| | | |||||
| * | sys/linux: minor fixes for aio | Dmitry Vyukov | 2018-06-08 | 11 | -97/+134 |
| | | |||||
| * | sys/linux: move aio descriptions into separate file | Dmitry Vyukov | 2018-06-08 | 12 | -101/+111 |
| | | |||||
| * | sys/linux: add remaining qdisc/tclass/tfilter/actions for netlink route sched | Hangbin Liu | 2018-06-08 | 16 | -309/+15309 |
| | | | | | | | Update #533 Signed-off-by: Hangbin Liu <liuhangbin@gmail.com> | ||||
| * | sys/linux: regenerate consts on tip | Dmitry Vyukov | 2018-06-07 | 10 | -20/+20 |
| | | |||||
| * | sys/linux: add AF_XDP support | Dmitry Vyukov | 2018-06-07 | 12 | -5/+860 |
| | | |||||
| * | sys/linux: fix up midi descriptions | Dmitry Vyukov | 2018-06-07 | 11 | -11/+467 |
| | | |||||
| * | MIDI Sound mixer Const file | srikanth007m | 2018-06-07 | 1 | -0/+14 |
| | | |||||
| * | sys/linux: id field fix in v4l2_event_subscription | Denis Efremov | 2018-06-05 | 5 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | The id field in the v4l2_event_subscription structure currently described as: id len[type, int32]. But all the documentation states is: "id - ID of the event source. If there is no ID associated with the event source, then set this to 0. Whether or not an event needs an ID depends on the event type." So, the documentation clearly states that: 1. id - is the source of an event 2. type - is the type of an event 3. for some types of events there is no source and id can be 0 According to this 'id int32' is more accurate description of the field. | ||||
| * | sys/linux: add new mount options for xfs && btrfs in kernel v4.17 | Denis Efremov | 2018-06-05 | 6 | -5/+23 |
| | | | | | | 1. lazytime && nolazytime for xfs 2. nossd_spread for btrfs | ||||
| * | sys/linux: add MORUS and AEGIS AEAD algorithms | Ondrej Mosnacek | 2018-06-04 | 1 | -0/+11 |
| | | |||||
| * | sys/linux: fix cdrom rules description && clarification on how to run | Denis Efremov | 2018-06-04 | 6 | -282/+294 |
| | | | | | | | | 1. Comment with clarification on how to run qemu added. 2. Fixed description of int type. Signed-off-by: Denis Efremov <efremov@linux.com> | ||||
| * | sys/linux: improve /dev/snd/controlC descriptions | Dmitry Vyukov | 2018-06-04 | 11 | -113/+306 |
| | | |||||
| * | sys/linux: video4linux v4l2_jpegcompression APP_len fix | Denis Efremov | 2018-05-29 | 5 | -22/+22 |
| | | | | | Signed-off-by: Denis Efremov <efremov@linux.com> | ||||
| * | sys/linux: cdrom generic description | Denis Efremov | 2018-05-29 | 11 | -5/+3666 |
| | | | | | Signed-off-by: Denis Efremov <efremov@linux.com> | ||||
| * | sys/linux: few minor tweaks for bpf | Dmitry Vyukov | 2018-05-18 | 6 | -32/+33 |
| | | |||||
| * | sys/linux: add MAP_FIXED_NOREPLACE const | Dmitry Vyukov | 2018-05-18 | 11 | -21/+31 |
| | | |||||
| * | sys/linux: use optional in tun descriptions | Dmitry Vyukov | 2018-05-17 | 6 | -67/+57 |
| | | |||||
| * | sys/linux: fix duplicate field in struct | Dmitry Vyukov | 2018-05-17 | 6 | -51/+51 |
| | | |||||
| * | sys/linux: regenerate video4linux consts on the right tree | Dmitry Vyukov | 2018-05-11 | 9 | -3651/+235 |
| | | | | | | Now generated on: https://source.codeaurora.org/quic/la/kernel/msm-4.9 msm-4.9 | ||||
