aboutsummaryrefslogtreecommitdiffstats
path: root/docs/syscall_descriptions.md
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: rename dev descriptions filesAndrey Konovalov2019-02-011-1/+1
| | | | | Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names.
* Update syscall_descriptions.mdDmitry Vyukov2018-10-281-3/+1
| | | Clarify that running `make clean` each time is not necessary.
* doc: Not -> NoteGreg Steuck2018-10-011-1/+1
|
* executor: overhaulDmitry Vyukov2018-07-241-1/+1
| | | | | | | | | | | | | | | | | Make as much code as possible shared between all OSes. In particular main is now common across all OSes. Make more code shared between executor and csource (in particular, loop function and threaded execution logic). Also make loop and threaded logic shared across all OSes. Make more posix/unix code shared across OSes (e.g. signal handling, pthread creation, etc). Plus other changes along similar lines. Also support test OS in executor (based on portable posix) and add 4 arches that cover all execution modes (fork server/no fork server, shmem/no shmem). This change paves way for testing of executor code and allows to preserve consistency across OSes and executor/csource.
* fixed link to generated file in the docsAlex Gaynor2018-05-061-1/+1
|
* sys/syz-extract: support fuchsiaDmitry Vyukov2017-09-251-12/+11
|
* tools: add headerparser as a tool to assist in writing system call descriptionsZubin Mithra2017-08-251-0/+2
| | | | | The tool can be found inside tools/syz-headerparser. Details on how to use headerparser can be found inside docs/headerparser_usage.md.
* sys/syz-extract: move from syz-extractDmitry Vyukov2017-06-171-1/+1
|
* docs: various improvementsAndrey Konovalov2017-06-141-187/+24
|
* docs: move sys/README.md to docsAndrey Konovalov2017-06-141-0/+229