aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/aio.txt
Commit message (Collapse)AuthorAgeFilesLines
* pkg/compiler: don't mark flags with 0 as bitmaskDmitry Vyukov2020-01-181-1/+1
| | | | | | | They can't be a bitmask. This fixes important cases of "0, 1" and "0, 1, 2" flags. Fix some descriptions that added 0 to bitmasks explicitly (we should do it automatically instead).
* sys/linux: update TODO commentsDmitry Vyukov2019-01-241-2/+1
| | | | | | Change TODO comments that refer to missing description language features to NEED comments as that it's easier to grep for them. Remove some outdated comments. Fix 2 easy fixable TODOs.
* sys/linux: add IOCB_CMD_POLLDmitry Vyukov2018-08-261-3/+3
|
* pkg/compiler: check for unused declarationsDmitry Vyukov2018-06-301-1/+1
| | | | | Error on unused structs/unions/resources/flags. Finds tons of bugs.
* sys/linux: minor fixes for aioDmitry Vyukov2018-06-081-17/+17
|
* sys/linux: move aio descriptions into separate fileDmitry Vyukov2018-06-081-0/+40