aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/uffd.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: update userfaultfd descriptionsfellair2025-07-031-0/+24
| | | | | | | | | | | | | | Add 2 regular missing ioctl syscalls: - UFFDIO_MOVE - UFFDIO_POISON Add USERFAULTFD_IOC_NEW ioctl that allows to procure userfaultfds by way of accessing /dev/userfaultfd. No other descriptions are touched, neither are any config options. Tested on local x86_64 syzkaller instance with enabled_syscalls[] option turned on.
* sys/linux: extend userfaultfd descriptionsDmitry Vyukov2021-10-211-4/+21
| | | | | 2 new ioctl's were added + some new flags: https://elixir.bootlin.com/linux/v5.15-rc6/source/include/uapi/linux/userfaultfd.h#L82
* sys/linux: fix 32-bit warningsDmitry Vyukov2019-12-231-3/+3
| | | | | | | Lots of interesting findings... Especially 2 byte uid/gid/pid. Update #590
* pkg/compiler: check for unused declarationsDmitry Vyukov2018-06-301-2/+2
| | | | | Error on unused structs/unions/resources/flags. Finds tons of bugs.
* sys/linux: add descriptions for /dev/infiniband/rdma_cmDmitry Vyukov2018-03-061-1/+3
| | | | Also fix uffd and bluetooth consts while we are here.
* sys/linux: a bunch of assorted improvements and fixesDmitry Vyukov2018-03-051-0/+52