genode/repos/ports/include
Josef Söntgen 3ada4f4733 noux: increase argv buffer to 16KiB
And most importantly: use the same size everywhere.

Note, this commit also configures the stack size of noux-process threads
to 64 KiB independently of the CPU architecture. The reason is the
increased stack usage because of the additional argument space in
Execve_child_env in syscall(SYSCALL_EXECVE), which crafts a child
environment on stack for the creation of the new child.

Fixes #3145.
2019-02-12 10:33:16 +01:00
..
noux_session noux: increase argv buffer to 16KiB 2019-02-12 10:33:16 +01:00
vmm base/core: use references instead of pointers 2019-02-12 10:33:13 +01:00