aboutsummaryrefslogtreecommitdiffstats
path: root/tools/syz-headerparser/headerlib
Commit message (Collapse)AuthorAgeFilesLines
* tools/headerparser: update to python3Palash Oswal2020-11-102-2/+2
| | | | Updating scripts to use python3 using 2to3 as python2 is EOL
* tools/syz-headerparser/headerlibAlbert van der Linde2020-06-191-0/+2
| | | | | Added __init__.py as it is required for headerparser.py to run. Was removed by mistake in 672c10ad7c2491ae3ab24736fc153e2ecb4c7044.
* all: add missing copyright statementsDmitry Vyukov2020-05-181-0/+0
|
* docs: fix spelling errorsHye Sung Jung2020-01-281-1/+1
|
* tools: add headerparser as a tool to assist in writing system call descriptionsZubin Mithra2017-08-254-0/+621
The tool can be found inside tools/syz-headerparser. Details on how to use headerparser can be found inside docs/headerparser_usage.md.