aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/rdma_cm_arm.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: rename dev descriptions filesAndrey Konovalov2019-02-011-87/+0
| | | | | Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names.
* pkg/compiler: check for unused declarationsDmitry Vyukov2018-06-301-0/+1
| | | | | Error on unused structs/unions/resources/flags. Finds tons of bugs.
* sys/linux: regenerate constsDmitry Vyukov2018-06-191-1/+0
| | | | @evdenis
* sys/linux/rdma_cm: remove RDMA_PS_SDPHangbin Liu2018-04-131-2/+1
| | | | | | | RDMA_PS_SDP has been removed since commit 1b90d3002e3ee ("RDMA/CMA: remove RDMA_PS_SDP") Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
* sys/linux: test various binfmt's in execveDmitry Vyukov2018-04-021-5/+5
|
* sys/linux: add descriptions for /dev/infiniband/rdma_cmDmitry Vyukov2018-03-061-0/+88
Also fix uffd and bluetooth consts while we are here.