aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource/linux_common.go
Commit message (Expand)AuthorAgeFilesLines
* executor: fix buildDmitry Vyukov2018-02-171-0/+1
* sys/linux: add bridge netfilter supportDmitry Vyukov2018-02-171-0/+96
* executor: compile with -O2Dmitry Vyukov2018-02-101-10/+11
* pkg/csource: fix debug callsDmitry Vyukov2018-02-091-5/+2
* sys/linux: improve netfilter descriptionsDmitry Vyukov2018-02-091-37/+193
* executor: fix 32-bit supportDmitry Vyukov2018-01-281-2/+1
* sys/linux: extend netfilter descriptionsDmitry Vyukov2018-01-271-0/+149
* executor: handle old and new selinux mount pointsDmitry Vyukov2018-01-231-2/+5
* sys/linux: add netfilter descriptionsDmitry Vyukov2018-01-221-7/+8
* sys/linux: more selinux descriptionsDmitry Vyukov2018-01-181-1/+6
* executor: fix tun/device setup for sandbox=namespaceDmitry Vyukov2018-01-151-8/+27
* executor: setup network devicesDmitry Vyukov2018-01-131-18/+48
* executor: introduce uint64/32/16/8 typesDmitry Vyukov2017-12-271-137/+140
* executor: fix another format bugDmitry Vyukov2017-12-271-1/+1
* executor: check format stringsDmitry Vyukov2017-12-271-9/+11
* pkg/csource: mimic the way syscalls are scheduled in executorDmitry Vyukov2017-12-221-0/+64
* executor: remove dead codeDmitry Vyukov2017-12-221-2/+0
* pkg/csource: fix handling of proc typesDmitry Vyukov2017-12-221-0/+1
* sys: move test syscalls to a separate targetDmitry Vyukov2017-12-171-7/+0
* executor: fix macros in common.hAndrey Konovalov2017-12-141-3/+4
* executor: fix buildDmitry Vyukov2017-12-061-10/+28
* sys/linux: open files from /procDmitry Vyukov2017-11-271-8/+28
* executor: proceed even if /dev/net/tun is not availableAndrey Konovalov2017-11-081-2/+12
* executor: fix build breakages due to doexitDmitry Vyukov2017-10-191-5/+5
* executor, pkg/ipc: unify ipc protocol between linux and other OSesDmitry Vyukov2017-10-161-6/+8
* pkg/csource: support akarosDmitry Vyukov2017-10-161-0/+2042