aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/rdma_cm.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: rename dev descriptions filesAndrey Konovalov2019-02-011-270/+0
| | | | | Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names.
* sys/linux: update TODO commentsDmitry Vyukov2019-01-241-2/+2
| | | | | | 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: use negative consts where usefulDmitry Vyukov2018-07-091-2/+2
|
* pkg/compiler: check for unused declarationsDmitry Vyukov2018-06-301-9/+1
| | | | | Error on unused structs/unions/resources/flags. Finds tons of bugs.
* sys: mark output resources as optDmitry Vyukov2018-06-181-26/+22
| | | | | Mark output resources as opt in preparation for more precise constructor calculation.
* sys/linux/rdma_cm: remove RDMA_PS_SDPHangbin Liu2018-04-131-1/+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: add descriptions for /dev/infiniband/rdma_cmDmitry Vyukov2018-03-061-0/+282
Also fix uffd and bluetooth consts while we are here.