aboutsummaryrefslogtreecommitdiffstats
path: root/executor/test_executor_linux.cc
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: add support for mounting filesystem imagesDmitry Vyukov2018-03-301-0/+6
|
* sys/linux: add cgroup descriptionsDmitry Vyukov2018-03-251-4/+0
|
* executor: introduce uint64/32/16/8 typesDmitry Vyukov2017-12-271-5/+5
| | | | | | | | | | | | | | | The "define uint64_t unsigned long long" were too good to work. With a different toolchain I am getting: cstdint:69:11: error: expected unqualified-id using ::uint64_t; ^ executor/common.h:34:18: note: expanded from macro 'uint64_t' Do it the proper way: introduce uint64/32/16/8 types and use them. pkg/csource then does s/uint64/uint64_t/ to not clutter code with additional typedefs.
* all: more assorted fuchsia supportDmitry Vyukov2017-09-221-3/+3
|
* all: initial support for fuchsiaDmitry Vyukov2017-09-201-0/+411
Nothing works, but builds. Update #191