aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_bluetooth.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: describe /dev/vhci interfaceDmitry Vyukov2018-12-291-0/+28
|
* sys/linux: misc assorted improvementsDmitry Vyukov2018-12-291-7/+15
| | | | | | Add new bpf consts/commands. Refine bluetooth descriptions. Remove removed crypto consts.
* sys/linux: extend AX25/ROSE/NETROM descriptionsDmitry Vyukov2018-12-241-2/+0
|
* pkg/compiler: check for unused declarationsDmitry Vyukov2018-06-301-0/+1
| | | | | Error on unused structs/unions/resources/flags. Finds tons of bugs.
* sys/linux: add syz_init_net_socket syscallDmitry Vyukov2018-03-051-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 descriptionsDmitry Vyukov2018-02-191-5/+5
|
* pkg/compiler: add check that len does not refer to array with varlen elementsDmitry Vyukov2017-11-281-1/+1
| | | | | This [almost] always means a bug in descriptions. Fix all bugs identified by the check.
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-0/+264