| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/linux: prohibit FAN_OPEN_PERM and FAN_ACCESS_PERM | Dmitry Vyukov | 2018-10-15 | 1 | -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_POLL | Dmitry Vyukov | 2018-08-26 | 1 | -0/+2 |
| | | |||||
| * | pkg/compiler: check for unused declarations | Dmitry Vyukov | 2018-06-30 | 1 | -1/+0 |
| | | | | | | Error on unused structs/unions/resources/flags. Finds tons of bugs. | ||||
| * | sys/linux: minor fixes for aio | Dmitry Vyukov | 2018-06-08 | 1 | -0/+2 |
| | | |||||
| * | sys/linux: move aio descriptions into separate file | Dmitry Vyukov | 2018-06-08 | 1 | -0/+14 |
