aboutsummaryrefslogtreecommitdiffstats
path: root/docs/pseudo_syscalls.md
Commit message (Collapse)AuthorAgeFilesLines
* executor: prepare code generator to allow other achitecturesAlexey Kardashevskiy2021-07-191-1/+1
| | | | | | | At the moment only AMD64 is supported, change file names to emphasise this. Signed-off-by: Alexey Kardashevskiy <aik@linux.ibm.com>
* tools/check-whitespace.sh: check for trailing whitespacesDmitry Vyukov2020-09-141-1/+1
| | | | | | File types that we don't format automatically can end up with such basic untidiness as trailing whitespaces. Check for these. Remove all existing precedents.
* docs: add section on descriptions testingDmitry Vyukov2020-07-271-14/+33
| | | | | | | The sys/OS/test/* tests are currently mostly undocumented. Add initial documentation for these tests. The "External Dependencies" section is just moved with no changes.
* docs: add a note re pseudo-syscall dependenciesDmitry Vyukov2020-07-161-0/+14
|
* docs: explain pseudo-syscall argument typeDmitry Vyukov2020-07-081-2/+12
|
* docs: add note that pseudo-syscalls are discouragedDmitry Vyukov2020-07-081-3/+12
|
* docs: new file pseudo_syscalls.mdRicardo Cañuelo2020-06-101-0/+72
Add a brief description about pseudo-syscalls and how to create new ones.