aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_tlk_device.txt
Commit message (Collapse)AuthorAgeFilesLines
* pkg/ast, pkg/compiler: support per-file metadataDmitry Vyukov2022-04-291-0/+4
| | | | | | | | | | | | | | | | | | | | | We have a bunch of hacks in syz-extract, syz-sysgen and syz-check with respect to description files unsupported on some arches, or that must not be part of make extract. Add 2 meta attribtues to files: meta noextract Tells `make extract` to not extract constants for this file. Though, `syz-extract` can still be invoked manually on this file. meta arches["arch1", "arch2"] Restricts this file only to the given set of architectures. `make extract` and ``make generate` will not use it on other architectures. Later we can potentially use meta attributes to specify git tree/commit that must be used for extraction. Maybe something else. Fixes #2754
* sys/linux: don't use syz_open_dev when openat is enoughDmitry Vyukov2020-03-241-1/+1
|
* sys/linux: rename dev descriptions filesAndrey Konovalov2019-02-011-0/+80
Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names.