aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sys_mips64le.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-840/+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: assorted improvements for vhciDmitry Vyukov2020-07-301-2/+2
| | | | | | | | | | | | | | | | Regenerate const files on next-20200729. Change conn handle to 200 because it also seems to be matches against phy_handle fields which are int8 (current 256 does not fit into int8). Use 200 for all handle's and all phy_handle's. Remove hci_evt_le_cis_req, it does not seem to be used in the kernel. Restrict some event types and statuses. Add rssi field to hci_ev_le_advertising_info. Use bytesize for some of the data length fields.
* sys/linux: add description for copy_file_rangeAlbert van der Linde2020-07-251-0/+1
|
* sys/linux: added descs for preadv2, pwritev2Necip Fazil Yildiran2020-07-241-0/+7
|
* sys/linux: /dev/snapshot descriptions (#1934)handeharputlu2020-07-141-1/+0
|
* sys/linux: improved the desc for ioprio priority valuesNecip Fazil Yildiran2020-07-091-0/+8
| | | | | ioprio priority values (as passed to ioprio_set()) take values from a limited range. This fact was reflected in the descriptions.
* sys/linux: add close_rangeJiaheng Hu2020-07-081-0/+2
| | | | | Added description for close_range which is currently in linux-next (https://lore.kernel.org/lkml/20200602204219.186620-2-christian.brauner@ubuntu.com/).
* sys/linux: add process_madviseJiaheng Hu2020-07-071-0/+1
| | | | | Adde description for process_madvise syscall in linux-next (https://lore.kernel.org/lkml/20200622192900.22757-4-minchan@kernel.org).
* sys/linux: add new flags into clone3Jiaheng Hu2020-07-071-0/+2
| | | | | Added the CLONE_INTO_CGROUP and CLONE_CLEAR_SIGHAND flag for the clone3 syscall.
* sys/linux: add riscv_flush_icache syscallDmitry Vyukov2020-07-011-0/+1
| | | | +extract constants on next-20200701
* sys/linux: add faccessat2Jiaheng Hu2020-06-291-0/+2
| | | | Added the faccessat2 description (linux 5.8) (https://git.kernel.org/linus/c8ffd8bcdd28296a).
* sys/linux: add description for fsinfoJiaheng Hu2020-06-261-0/+29
| | | | | | Added the description for the new fsinfo sys call (currently in linux-next). Details about fsinfo can be seen in https://lkml.kernel.org/linux-fsdevel/158454408854.2864823.5910520544515668590.stgit@warthog.procyon.org.uk/.
* sys/linux: add openat2 descriptionJiaheng Hu2020-06-241-0/+6
| | | | | | Added the openat2 syscall for file and for directory. Details of the syscall can be seen at https://man7.org/linux/man-pages/man2/openat2.2.html.
* sys/linux: add MREMAP_DONTUNMAP flagMatt Morehouse2020-06-061-0/+1
| | | | Update https://github.com/google/syzkaller/issues/533.
* sys/linux: generate consts on next-20200519Dmitry Vyukov2020-05-201-1/+0
|
* sys/linux: mark some ioctls as disabledDmitry Vyukov2020-05-041-1/+0
| | | | | | | Mark ioctls we disable in init.go as disabled. Update #477 Update #502
* sys/linux: add new FUTEX_WAIT_MULTIPLE operationAndré Almeida2020-02-171-12/+0
| | | | | | Create individual file for futex syscall and add description for the new operation FUTEX_WAIT_MULTIPLE. Signed-off-by: André Almeida <andrealmeid@collabora.com>
* sys/linux: add new pidfd_getfd syscallChristian Brauner2020-02-061-0/+1
| | | | Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
* sys/linux: add time namespace descriptionsDmitry Vyukov2020-01-271-0/+1
|
* sys/linux: add some batadv descriptionsDmitry Vyukov2020-01-181-1/+0
|
* sys/linux: fix sigset_t/sigaction layout on armDmitry Vyukov2020-01-181-0/+1
| | | | Update #590
* sys/linux: another batch of warning fixesDmitry Vyukov2019-12-221-0/+6
| | | | | | The only remaining part now is dev_video4linux.txt Update #590
* sys/linux: another batch of syz-check fixesDmitry Vyukov2019-12-181-0/+7
| | | | Update #590
* Autogenerated files for linux/mips64leJouni Hogander2019-12-171-0/+780
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