aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Collapse)AuthorAgeFilesLines
...
* experimental functionality to impersonate nobody user in executorDmitry Vyukov2015-10-201-1/+27
|
* open /proc/cover only once in executorDmitry Vyukov2015-10-201-9/+18
| | | | | | | | | | | First, it is just not necessary to open it multiple times. But more importantly a program can close fds that it previosuly used: r0 = open(...) close(r0) close(r0) and this can close cover fds created in threaded mode.
* 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
|
* Add MakefileAndrey Konovalov2015-10-131-9/+0
|
* deduplicate coverare in executorDmitry Vyukov2015-10-131-2/+23
| | | | | This allows to use larger coverage buffer and not overflow output at the same time.
* initial commitDmitry Vyukov2015-10-123-0/+794