| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | all: reformat C/C++ files | Dmitry Vyukov | 2026-01-19 | 1 | -17/+17 |
| | | |||||
| * | tools/syz-declextract: extract file_operations descriptions | Dmitry Vyukov | 2024-12-11 | 1 | -0/+24 |
| Extend the clang tool to locate file_operations variables and arrays and dump open/read/write/mmap/ioctl callbacks for each. It also tries to extract set of ioctl commands and argument types for them in a simple best-effort way (for now). It just locates switch in the ioctl callback and extracts each case as a command. | |||||
