| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | executor: overhaul | Dmitry Vyukov | 2018-07-24 | 1 | -413/+0 |
| | | | | | | | | | | | | | | | | | | Make as much code as possible shared between all OSes. In particular main is now common across all OSes. Make more code shared between executor and csource (in particular, loop function and threaded execution logic). Also make loop and threaded logic shared across all OSes. Make more posix/unix code shared across OSes (e.g. signal handling, pthread creation, etc). Plus other changes along similar lines. Also support test OS in executor (based on portable posix) and add 4 arches that cover all execution modes (fork server/no fork server, shmem/no shmem). This change paves way for testing of executor code and allows to preserve consistency across OSes and executor/csource. | ||||
| * | sys/linux: add support for mounting filesystem images | Dmitry Vyukov | 2018-03-30 | 1 | -0/+6 |
| | | |||||
| * | sys/linux: add cgroup descriptions | Dmitry Vyukov | 2018-03-25 | 1 | -4/+0 |
| | | |||||
| * | executor: introduce uint64/32/16/8 types | Dmitry Vyukov | 2017-12-27 | 1 | -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 support | Dmitry Vyukov | 2017-09-22 | 1 | -3/+3 |
| | | |||||
| * | all: initial support for fuchsia | Dmitry Vyukov | 2017-09-20 | 1 | -0/+411 |
| Nothing works, but builds. Update #191 | |||||
