aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/bpf_mips64le.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-237/+0
| | | | | | | This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983
* sys/linux: add new flags into clone3Jiaheng Hu2020-07-071-1/+1
| | | | | Added the CLONE_INTO_CGROUP and CLONE_CLEAR_SIGHAND flag for the clone3 syscall.
* sys/linux: add riscv_flush_icache syscallDmitry Vyukov2020-07-011-1/+1
| | | | +extract constants on next-20200701
* sys/linux: BPF update for 5.8 merge window part 1Paul Chaignon2020-06-101-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | * sys/linux: update BPF constants Signed-off-by: Paul Chaignon <paul@cilium.io> * sys/linux: Add BPF_ENABLE_STATS bpf(2) command Signed-off-by: Paul Chaignon <paul@cilium.io> * sys/linux: Add BPF_ITER_CREATE bpf(2) command Signed-off-by: Paul Chaignon <paul@cilium.io> * sys/linux: Fix BPF_*_GET_NEXT_ID bpf(2) commands These commands are used to retrieve a new ID for various BPF objects. With the current command descriptions, however, the output 'next ID' is treated as an input field. Fix: c2dcd70 ("sys/linux: update BPF's anonymous structures") Signed-off-by: Paul Chaignon <paul@cilium.io> * sys/linux: Add LINK_GET_* bpf(2) commands Signed-off-by: Paul Chaignon <paul@cilium.io>
* sys/linux: add MREMAP_DONTUNMAP flagMatt Morehouse2020-06-061-1/+1
| | | | Update https://github.com/google/syzkaller/issues/533.
* sys/linux: generate consts on next-20200519Dmitry Vyukov2020-05-201-1/+1
|
* sys/linux: extract consts on next-20200511Dmitry Vyukov2020-05-111-1/+1
|
* sys/linux: mark some ioctls as disabledDmitry Vyukov2020-05-041-1/+1
| | | | | | | Mark ioctls we disable in init.go as disabled. Update #477 Update #502
* sys/linux: add link_create and link_update commandsPaul Chaignon2020-04-121-0/+2
| | | | Signed-off-by: Paul Chaignon <paul@cilium.io>
* bpf: update BPF constantsPaul Chaignon2020-04-121-1/+4
| | | | Signed-off-by: Paul Chaignon <paul@cilium.io>
* sys/linux: don't extract from futex.txt and watch_queue.txtDmitry Vyukov2020-02-181-0/+8
| | | | These are not present in linux-next.
* sys/linux: extend DRM ioctl descriptionsDmitry Vyukov2020-01-251-1/+1
| | | | | | + disable binderfs (see comments) + add few more missing tty ioctls + improve few minor things in hci descriptions
* sys/linux: fix sigset_t/sigaction layout on armDmitry Vyukov2020-01-181-1/+1
| | | | Update #590
* sys/linux: add NFNL_SUBSYS_OSF descriptionsDmitry Vyukov2020-01-131-1/+1
|
* Autogenerated files for linux/mips64leJouni Hogander2019-12-171-0/+212
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