| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/linux: rename dev descriptions files | Andrey Konovalov | 2019-02-01 | 1 | -1/+1 |
| | | | | | | Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names. | ||||
| * | Update syscall_descriptions.md | Dmitry Vyukov | 2018-10-28 | 1 | -3/+1 |
| | | | | Clarify that running `make clean` each time is not necessary. | ||||
| * | doc: Not -> Note | Greg Steuck | 2018-10-01 | 1 | -1/+1 |
| | | |||||
| * | executor: overhaul | Dmitry Vyukov | 2018-07-24 | 1 | -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 docs | Alex Gaynor | 2018-05-06 | 1 | -1/+1 |
| | | |||||
| * | sys/syz-extract: support fuchsia | Dmitry Vyukov | 2017-09-25 | 1 | -12/+11 |
| | | |||||
| * | tools: add headerparser as a tool to assist in writing system call descriptions | Zubin Mithra | 2017-08-25 | 1 | -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-extract | Dmitry Vyukov | 2017-06-17 | 1 | -1/+1 |
| | | |||||
| * | docs: various improvements | Andrey Konovalov | 2017-06-14 | 1 | -187/+24 |
| | | |||||
| * | docs: move sys/README.md to docs | Andrey Konovalov | 2017-06-14 | 1 | -0/+229 |
