aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* sys/fuchsia: prune unused structs in syscall description generated by fidlgenDokyung Song2018-09-112-2/+98
* executor: reset oom_score_adj for test processDmitry Vyukov2018-09-111-0/+4
* executor: sandbox with memory/pid cgroupsDmitry Vyukov2018-09-101-10/+42
* sys/linux: extend xattr descriptionsDmitry Vyukov2018-09-022-5/+95
* executor: OpenBSD does not allow write and exec mappings by defaultAnton Lindqvist2018-08-311-1/+8
* sys/linux: add syz_execute_funcDmitry Vyukov2018-08-307-22/+47
* sys/linux: add nbd descriptionsDmitry Vyukov2018-08-302-5/+90
* sys/linux: generate better block device names for mountDmitry Vyukov2018-08-301-5/+5
* sys/fuchsia: describe method response types & handles; add support for unionDokyung Song2018-08-292-36/+36
* sys/linux: add ext4 ioctls and overlayfsDmitry Vyukov2018-08-292-10/+115
* Add mandatory OpenBSD bits (#689)Anton Lindqvist2018-08-287-6/+312
* sys/fuchsia: description for fuchsia.io FIDL interfacesDokyung Song2018-08-272-2/+116
* sys/linux: fix kvm_ioeventfd layoutDmitry Vyukov2018-08-261-5/+5
* sys/linux: add few assorted new flags/ioctlsDmitry Vyukov2018-08-262-5/+9
* sys/linux: treat cuse as fuseDmitry Vyukov2018-08-262-5/+10
* sys/linux: add IOCB_CMD_POLLDmitry Vyukov2018-08-261-5/+5
* sys/linux: add userio descriptionsDmitry Vyukov2018-08-262-5/+20
* executor: update special fuchsia syscallsDmitry Vyukov2018-08-241-1/+3
* sys/fuchsia: Remove read_status from zx_channel_call args, and reflect zx_tim...Dokyung Song2018-08-241-2/+2
* prog: don't add fallback signal after seccompDmitry Vyukov2018-08-192-1/+4
* executor: fix gcc warnings in fuchsia generated codeDmitry Vyukov2018-08-192-20/+27
* sys/fuchsia: semi-automatically generated FIDL launcher descriptionDokyung Song2018-08-172-2/+12
* sys/linux: add uinput supportDmitry Vyukov2018-08-152-5/+120
* sys/linux: add uhid supportDmitry Vyukov2018-08-152-5/+45
* sys/linux: fix invalid cdrom descriptionDmitry Vyukov2018-08-101-5/+5
* executor: fix FS_XFLAG_IMMUTABLE for 32-bit modeDmitry Vyukov2018-08-091-15/+5
* executor: fix cgroupsDmitry Vyukov2018-08-092-5/+4
* executor: mount binfmt_mistDmitry Vyukov2018-08-093-7/+11
* executor: clean up immutable dirsDmitry Vyukov2018-08-091-0/+11
* executor: remove unnecessary hooks on fuchsiaDmitry Vyukov2018-08-091-5/+0
* sys/fuchsia: add syscall description for binding channels to LauncherDokyung Song2018-08-083-2/+9
* executor: manually define struct fsxattrDmitry Vyukov2018-08-081-1/+13
* executor: clean up immutable filesDmitry Vyukov2018-08-081-0/+12
* executor: remap cover fd's to higher valuesDmitry Vyukov2018-08-083-8/+18
* executor: don't checkpoint/reset net namespace with setuid sandboxDmitry Vyukov2018-08-081-0/+9
* executor: checkpoint net namespace in the right namespaceDan Austin2018-08-081-5/+4
* executor: check write return valueDmitry Vyukov2018-08-052-2/+10
* executor: abort fuse connectionDmitry Vyukov2018-08-042-6/+72
* sys/test: add more testsDmitry Vyukov2018-08-033-4/+47
* sys/fuchsia: zx_log_* got replaced by zx_debuglog_*Dokyung Song2018-08-032-8/+2
* sys/akaros: remove /dev/consDmitry Vyukov2018-08-022-3/+1
* executor: extend logging in netfilter codeDmitry Vyukov2018-08-021-32/+47
* Makefile: don't compile all targets into target binariesDmitry Vyukov2018-08-021-15/+15
* executor: make current_time_ms/sleep_msDmitry Vyukov2018-07-302-7/+6
* executor: collect coverage from unfinished syscallsDmitry Vyukov2018-07-291-117/+158
* executor: disable clang-format for some partsDmitry Vyukov2018-07-271-8/+8
* pkg/csource: add option to trace syscall resultsDmitry Vyukov2018-07-271-0/+11
* pkg/csource: tidy generated codeDmitry Vyukov2018-07-278-33/+143
* executor: simplify event_timedwaitDmitry Vyukov2018-07-272-30/+19
* executor: ignore unshare errors in setuid sandboxDmitry Vyukov2018-07-271-4/+8