| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/linux: extend AX25/ROSE/NETROM descriptions | Dmitry Vyukov | 2018-12-24 | 1 | -2/+0 |
| | | |||||
| * | pkg/compiler: check for unused declarations | Dmitry Vyukov | 2018-06-30 | 1 | -0/+1 |
| | | | | | | Error on unused structs/unions/resources/flags. Finds tons of bugs. | ||||
| * | sys/linux: add syz_init_net_socket syscall | Dmitry Vyukov | 2018-03-05 | 1 | -3/+4 |
| | | | | | | | | | | | | The new pseudo syscall allows opening sockets that can only be created in init net namespace (BLUETOOTH, NFC, LLC). Use it to open these sockets. Unfortunately this only works with sandbox none at the moment. The problem is that setns of a network namespace requires CAP_SYS_ADMIN in the target namespace, and we've lost all privs in the init namespace during creation of a user namespace. | ||||
| * | sys/linux: minor fixes to bt descriptions | Dmitry Vyukov | 2018-02-19 | 1 | -5/+5 |
| | | |||||
| * | pkg/compiler: add check that len does not refer to array with varlen elements | Dmitry Vyukov | 2017-11-28 | 1 | -1/+1 |
| | | | | | | This [almost] always means a bug in descriptions. Fix all bugs identified by the check. | ||||
| * | sys: move linux descriptions to sys/linux | Dmitry Vyukov | 2017-09-15 | 1 | -0/+264 |
