aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource/generated.go
Commit message (Expand)AuthorAgeFilesLines
* pkg/csource: use 0 for missing syscall argsDmitry Vyukov2018-12-271-0/+56
* executor: create more net devices on linuxDmitry Vyukov2018-12-261-15/+26
* executor: restrict ipc resource usageDmitry Vyukov2018-12-261-1/+21
* sys/linux: extend AX25/ROSE/NETROM descriptionsDmitry Vyukov2018-12-241-2/+26
* pkg/csource: support tun and setuid repros on {free,open}bsdGreg Steuck2018-12-131-1/+6
* executor: reapply setuid sandbox for bsdGreg Steuck2018-12-111-0/+70
* Revert "executor: add setuid sandbox for openbsd"Greg Steuck2018-12-101-70/+0
* executor: add setuid sandbox for openbsdGreg Steuck2018-12-101-0/+70
* executor: fix handling of big-endian bitfieldsDmitry Vyukov2018-12-081-15/+12
* pkg/csource: use defines from sys/syscall.h on *bsdGreg Steuck2018-12-021-0/+1
* executor: add support for tap interfaces on FreeBSDMichael Tüxen2018-12-011-1/+15
* openbsd: repair pkg/csource_testGreg Steuck2018-11-301-39/+35
* executor: Use correct macros.Michael Tuexen2018-11-301-1/+1
* executor: Fix compilation on FreeBSD.Michael Tuexen2018-11-301-5/+4
* executor: FreeBSD: fixed endian.h pathmsvoelker2018-11-231-0/+4
* sys/fuchsia: update VMAR syscallsMarco Vanotti2018-11-211-3/+3
* executor: OpenBSD network package injectionGreg Steuck2018-11-171-6/+214
* executor: fix inclusion of kvm arch-specific codeDmitry Vyukov2018-10-311-2/+2
* Android: Fix sandbox implementationZach Riggle2018-10-121-3/+10
* executor: Fuchsia: Use zx_task_resume_from_exception()Scott Graham2018-10-101-2/+2
* executor: tune memcg container logicDmitry Vyukov2018-10-101-12/+6
* executor: fix build on newer linux distrosDmitry Vyukov2018-09-271-2/+30
* executor: make the debug output useful for race condition debuggingAlexander Popov2018-09-241-4/+1
* executor: fix buildDmitry Vyukov2018-09-201-12/+0
* executor: move debug_dump_data() into common_linux.hAnton Lindqvist2018-09-201-0/+12
* executor: make sandboxes more modularDmitry Vyukov2018-09-171-36/+3
* RFC: android: Add support for untrusted_app sandboxing (#697)Zach Riggle2018-09-171-5/+116
* executor: reset oom_score_adj for test processDmitry Vyukov2018-09-111-0/+3
* executor: sandbox with memory/pid cgroupsDmitry Vyukov2018-09-101-10/+32
* sys/linux: add syz_execute_funcDmitry Vyukov2018-08-301-3/+11
* Add mandatory OpenBSD bits (#689)Anton Lindqvist2018-08-281-3/+31
* executor: fix gcc warnings in fuchsia generated codeDmitry Vyukov2018-08-191-20/+24
* executor: fix FS_XFLAG_IMMUTABLE for 32-bit modeDmitry Vyukov2018-08-091-13/+5
* executor: fix cgroupsDmitry Vyukov2018-08-091-4/+4
* executor: mount binfmt_mistDmitry Vyukov2018-08-091-6/+9
* executor: clean up immutable dirsDmitry Vyukov2018-08-091-0/+10
* executor: remove unnecessary hooks on fuchsiaDmitry Vyukov2018-08-091-5/+0
* sys/fuchsia: add syscall description for binding channels to LauncherDokyung Song2018-08-081-0/+1
* executor: manually define struct fsxattrDmitry Vyukov2018-08-081-1/+11
* executor: clean up immutable filesDmitry Vyukov2018-08-081-0/+11
* executor: don't checkpoint/reset net namespace with setuid sandboxDmitry Vyukov2018-08-081-0/+8
* executor: checkpoint net namespace in the right namespaceDan Austin2018-08-081-4/+4
* executor: check write return valueDmitry Vyukov2018-08-051-2/+10
* executor: abort fuse connectionDmitry Vyukov2018-08-041-6/+65
* sys/test: add more testsDmitry Vyukov2018-08-031-0/+58
* executor: extend logging in netfilter codeDmitry Vyukov2018-08-021-32/+46
* executor: make current_time_ms/sleep_msDmitry Vyukov2018-07-301-7/+6
* executor: disable clang-format for some partsDmitry Vyukov2018-07-271-9/+5
* pkg/csource: rewrite gen.sh in GoDmitry Vyukov2018-07-271-34/+10
* pkg/csource: add option to trace syscall resultsDmitry Vyukov2018-07-271-0/+11