aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* 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
* executor: remove unused fileDmitry Vyukov2018-07-251-240/+0
* executor: fix strict aliasing violationsDmitry Vyukov2018-07-241-7/+16
* executor: overhaulDmitry Vyukov2018-07-2435-7252/+6620
* executor: fix typo in commentAnton Lindqvist2018-07-231-1/+1
* executor: ensure RLIMIT_NOFILE is greater than kInPipeFdAnton Lindqvist2018-07-231-0/+6
* executor: add missing cover_size_ptr fieldAnton Lindqvist2018-07-232-0/+2
* sys/linux/socket_netlink_route: add specific policies for IFLA_LINKINFOHangbin Liu2018-07-171-5/+5
* sys/akaros: add a bunch of global files for akarosDmitry Vyukov2018-07-161-2/+146
* sys/akaros: fix signatures of file syscallsDmitry Vyukov2018-07-161-1/+1
* executor: add timeout for akarosDmitry Vyukov2018-07-161-1/+13
* sys/akaros: disable init_arsc syscallDmitry Vyukov2018-07-161-3/+2
* pkg/host: add "network devices" featureDmitry Vyukov2018-07-132-1/+11
* sys/linux: regenerate filesDmitry Vyukov2018-07-131-3/+3
* sys/linux: improve fuse descriptionsDmitry Vyukov2018-07-121-15/+125
* sys/linux: implement fuse as normal syscallsDmitry Vyukov2018-07-102-87/+25
* sys/linux: use fmt in filesystem optionsDmitry Vyukov2018-07-091-5/+5
* sys/linux: use negative consts where usefulDmitry Vyukov2018-07-091-5/+5
* sys/linux: refine 9p descriptionsDmitry Vyukov2018-07-081-5/+5
* executor: tweaks for better 9p testingDmitry Vyukov2018-07-081-3/+13