| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | prog: support AUTO args in programs | Dmitry Vyukov | 2018-12-10 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | AUTO arguments can be used for: - consts - lens - pointers For const's and len's AUTO is replaced with the natural value, addresses for AUTO pointers are allocated linearly. This greatly simplifies writing test programs by hand as most of the time we want these natural values. Update tests to use AUTO. | ||||
| * | executor: mount binfmt_mist | Dmitry Vyukov | 2018-08-09 | 1 | -0/+16 |
| We forgot to mount binfmt_misc. Mount it. Add a test. Increase per-call timeout, otherwise last execve timesout. Fix csource waiting for call completion at the end of program. | |||||
