| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/compiler: don't mark flags with 0 as bitmask | Dmitry Vyukov | 2020-01-18 | 1 | -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 comments | Dmitry Vyukov | 2019-01-24 | 1 | -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_POLL | Dmitry Vyukov | 2018-08-26 | 1 | -3/+3 |
| | | |||||
| * | pkg/compiler: check for unused declarations | Dmitry Vyukov | 2018-06-30 | 1 | -1/+1 |
| | | | | | | Error on unused structs/unions/resources/flags. Finds tons of bugs. | ||||
| * | sys/linux: minor fixes for aio | Dmitry Vyukov | 2018-06-08 | 1 | -17/+17 |
| | | |||||
| * | sys/linux: move aio descriptions into separate file | Dmitry Vyukov | 2018-06-08 | 1 | -0/+40 |
