| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | executor: improvements for akaros | Dmitry Vyukov | 2017-10-17 | 1 | -9/+2 |
| | | | | | | | | 1. remove workaround for pthread attrs (was fixed in akaros) 2. remove workaround for dup2 (was fixed in akaros) 3. check that we receive a program 4. implement timeout for test processes | ||||
| * | executor: pass attr to pthread_mutex/cond_init | Dmitry Vyukov | 2017-10-16 | 1 | -2/+9 |
| | | | | | | | pthread_mutex/cond_init should accept NULL attr, but Akaros crashes with NULL attr: https://github.com/brho/akaros/issues/40 | ||||
| * | executor, sys/windows: initial windows support | Dmitry Vyukov | 2017-09-25 | 1 | -0/+82 |
