syzkaller/executor
Dmitry Vyukov 81438c4ddd sys: use kernel headers instead of host headers
This solves several problems:
 - host usually have outdates headers, so previously we need to define missing consts
 - host may not have some headers at all
 - generation depends on linux distribution and version
 - some of the consts cannot be defined at all (e.g. ioctls that use struct arguments)
2016-01-22 21:18:33 +01:00
..
executor.cc executor: new namespace-based sandbox 2016-01-22 18:09:32 +01:00
syscalls.h sys: use kernel headers instead of host headers 2016-01-22 21:18:33 +01:00