aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
Commit message (Collapse)AuthorAgeFilesLines
...
* sysgen: pull in syscall numbers from kernel headersDmitry Vyukov2015-12-241-1784/+1284
| | | | | | | | Syscall numbers for different architectures are now pulled in from kernel headers. This solves 2 problems: - we don't need to hardcode numbers for new syscalls (that don't present in typical distro headers) - we have correct number for different archs (previously hardcoded numbers were for x86_64) This also makes syscall numbers available for Go code, which can be useful.
* sys: expose new syscall numbers programmaticallyDmitry Vyukov2015-12-231-17/+1144
| | | | This will be required for reproduction tool.
* sys: fix typosDmitry Vyukov2015-12-171-1/+1
|
* sys: add bluetooth supportDmitry Vyukov2015-12-171-0/+60
|
* sys: add PF_NFC supportDmitry Vyukov2015-12-171-0/+11
|
* sys: add support for PF_ALGDmitry Vyukov2015-12-171-0/+9
|
* sys: describe some additional syscallsDmitry Vyukov2015-12-031-0/+18
|
* sys: add userfaultfd syscallDmitry Vyukov2015-11-301-0/+10
|
* add perf ioctl'sDmitry Vyukov2015-11-291-0/+9
|
* add support for perf eventsDmitry Vyukov2015-11-291-0/+1
|
* add support for bpf syscallDmitry Vyukov2015-11-291-0/+14
|
* add fuse supportDmitry Vyukov2015-11-191-0/+16
|
* basic support for dri/drm driversDmitry Vyukov2015-11-181-1/+13
|
* add tty-related ioctl'sDmitry Vyukov2015-11-161-0/+97
|
* describe keyctl syscallDmitry Vyukov2015-11-061-1/+23
|
* preliminary description of kdbus syscallsDmitry Vyukov2015-10-161-0/+16
|
* add common ioctl commandsDmitry Vyukov2015-10-151-0/+4
|
* improvements for kdbusDmitry Vyukov2015-10-151-0/+8
|
* describe setsockopt... more or lessDmitry Vyukov2015-10-131-0/+42
|
* describe sysfs and ioprio syscallsDmitry Vyukov2015-10-131-3/+7
|
* describe arguments of prctl syscallDmitry Vyukov2015-10-131-1/+10
|
* initial commitDmitry Vyukov2015-10-121-0/+307