aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_nbd.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: fix bugs pointed out by syz-checkDmitry Vyukov2022-01-131-0/+1
| | | | Update #590
* sys/linux: add ieee802154 descriptionsDmitry Vyukov2021-02-121-5/+5
|
* sys/linux: mark all nested netlink attributes as nlnestDmitry Vyukov2020-01-221-1/+1
| | | | | | | | | | | As far as I understand most subsystems don't care about the nest flag, but some do. But marking them as nest won't harm (?). Let's mark all of them. Caught several cases where should have been used array[policy] but used just policy. Update #590
* sys/linux: rename dev descriptions filesAndrey Konovalov2019-02-011-0/+67
Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names.