aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/aio_arm.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-17/+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: prohibit FAN_OPEN_PERM and FAN_ACCESS_PERMDmitry Vyukov2018-10-151-1/+1
| | | | | | | FAN_OPEN_PERM and FAN_ACCESS_PERM require the program to reply to open requests. If that does not happen, the program will hang in an unkillable state forever. See the following bug for details: https://groups.google.com/d/msg/syzkaller-bugs/pD-vbqJu6U0/kGH30p3lBgAJ
* sys/linux: add IOCB_CMD_POLLDmitry Vyukov2018-08-261-0/+2
|
* pkg/compiler: check for unused declarationsDmitry Vyukov2018-06-301-1/+0
| | | | | Error on unused structs/unions/resources/flags. Finds tons of bugs.
* sys/linux: minor fixes for aioDmitry Vyukov2018-06-081-0/+2
|
* sys/linux: move aio descriptions into separate fileDmitry Vyukov2018-06-081-0/+14